-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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 Wed Apr 19 12:39:14 UTC 2023
- libcanard in PX4/Firmware (68dc925): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@19c26e6 - Changes: OpenCyphal/libcanard@5c69d45...19c26e6 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
b874eaf
commit 71a35a1
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libcanard
updated
21 files
+26 −17 | .github/workflows/main.yml | |
+1 −0 | .idea/dictionaries/pavel.xml | |
+3 −0 | CONTRIBUTING.md | |
+8 −1 | README.md | |
+1 −0 | libcanard/.clang-tidy | |
+0 −0 | libcanard/_canard_cavl.h | |
+12 −2 | libcanard/canard.c | |
+1 −0 | tests/.clang-tidy | |
+5 −4 | tests/CMakeLists.txt | |
+10,809 −4,845 | tests/catch/catch.hpp | |
+4 −4 | tests/exposed.hpp | |
+19 −18 | tests/helpers.hpp | |
+0 −0 | tests/main.cpp | |
+5 −4 | tests/test_private_cavl.cpp | |
+7 −7 | tests/test_private_tx.cpp | |
+9 −9 | tests/test_public_filters.cpp | |
+10 −10 | tests/test_public_roundtrip.cpp | |
+107 −0 | tests/test_public_rx.cpp | |
+0 −31 | tools/Dockerfile | |
+0 −17 | tools/entrypoint.sh | |
+0 −6 | tools/run-docker.sh |