-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update submodule libcanard to latest Sun Aug 11 00:39:04 UTC 2024
- libcanard in PX4/Firmware (d814e8c): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@00f9d5c - Changes: OpenCyphal/libcanard@5c69d45...00f9d5c 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- Loading branch information
1 parent
64056fc
commit 54c676e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libcanard
updated
25 files
+15 −15 | .clang-format | |
+27 −18 | .github/workflows/main.yml | |
+4 −0 | .gitignore | |
+1 −0 | .idea/dictionaries/pavel.xml | |
+3 −0 | CONTRIBUTING.md | |
+30 −3 | README.md | |
+1 −1 | libcanard/.clang-tidy | |
+0 −0 | libcanard/_canard_cavl.h | |
+113 −46 | libcanard/canard.c | |
+22 −7 | libcanard/canard.h | |
+1 −1 | tests/.clang-tidy | |
+5 −4 | tests/CMakeLists.txt | |
+10,809 −4,845 | tests/catch/catch.hpp | |
+13 −13 | tests/exposed.hpp | |
+33 −25 | tests/helpers.hpp | |
+0 −0 | tests/main.cpp | |
+5 −4 | tests/test_private_cavl.cpp | |
+86 −47 | tests/test_private_rx.cpp | |
+7 −7 | tests/test_private_tx.cpp | |
+9 −9 | tests/test_public_filters.cpp | |
+10 −10 | tests/test_public_roundtrip.cpp | |
+390 −4 | tests/test_public_rx.cpp | |
+0 −31 | tools/Dockerfile | |
+0 −17 | tools/entrypoint.sh | |
+0 −6 | tools/run-docker.sh |