bump deps again

This commit is contained in:
Robin Müller 2022-07-28 15:27:46 +02:00
parent f0782e4445
commit b37d801afe
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
6 changed files with 5 additions and 6 deletions

View File

@ -6,7 +6,6 @@
<configuration PROFILE_NAME="Debug Linux" ENABLED="true" GENERATION_DIR="cmake-build-debug-linux" CONFIG_NAME="Debug" GENERATION_OPTIONS="-DFSFW_OSAL=linux" NO_GENERATOR="true" />
<configuration PROFILE_NAME="Release" ENABLED="true" CONFIG_NAME="Release" NO_GENERATOR="true" />
<configuration PROFILE_NAME="Debug Clang" ENABLED="false" CONFIG_NAME="Debug" GENERATION_OPTIONS="-DCMAKE_TOOLCHAIN_FILE=cmake/ClangToolchain.cmake" />
<configuration PROFILE_NAME="Debug Test" ENABLED="false" GENERATION_DIR="cmake-build-tests" CONFIG_NAME="Debug" GENERATION_OPTIONS="-DFSFW_BUILD_TESTS=ON -DFSFW_OSAL=host" NO_GENERATOR="true" />
</configurations>
</component>
</project>

@ -1 +1 @@
Subproject commit a523f4ab911bed71752f2ac217e62df033a0cebd
Subproject commit 85f689debc19e36083d5601c1795bcf247b6ca43

2
fsfw

@ -1 +1 @@
Subproject commit b485afea5786b44bd9a7b6206c306eb3ac502457
Subproject commit fc3412fa35eb16fb8544c3c99bd202cbee463a1e

@ -1 +1 @@
Subproject commit 6e89b61bf80c582b1ef82bf152522598b30162f1
Subproject commit 9dedcd4e4f6bfdef71564c619546599bb474c204

@ -1 +1 @@
Subproject commit 654e4e2a51e0883601fb8959815a0eb7bc4ad497
Subproject commit a9a3d08c694afb9a1574b18b08209f05fc19e417

View File

@ -1,5 +1,5 @@
{
"com_if": "udp",
"com_if": "tcp",
"tcpip_tcp_ip_addr": "127.0.0.1",
"tcpip_tcp_port": 7301,
"tcpip_tcp_recv_max_size": 1500,