forked from ArduPilot/ardupilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule DSDL
updated
12 files
Submodule dronecan_dsdlc
updated
13 files
+21 −0 | .github/workflows/test_linux.yml | |
+18 −0 | .github/workflows/test_regression.yml | |
+20 −0 | .github/workflows/test_windows.yml | |
+1 −1 | README.md | |
+59 −20 | dronecan_dsdlc.py | |
+18 −16 | dronecan_dsdlc_tester.py | |
+2 −2 | templates/Makefile.em | |
+9 −2 | templates/msg.c.em | |
+32 −11 | templates/msg.h.em | |
+9 −5 | templates/test_msg.cpp.em | |
+13 −0 | tests/test_linux.sh | |
+15 −0 | tests/test_regression.sh | |
+8 −0 | tests/test_windows.cmd |
Submodule libcanard
updated
20 files
+1 −1 | .github/workflows/canard.yml | |
+1 −4 | .github/workflows/examples.yml | |
+67 −5 | canard.c | |
+1 −1 | canard.h | |
+4 −1 | canard/service_client.h | |
+4 −1 | canard/service_server.h | |
+4 −1 | canard/subscriber.h | |
+41 −0 | canard_internals.h | |
+92 −0 | drivers/linux/linux.c | |
+59 −0 | drivers/linux/linux.h | |
+1 −0 | drivers/socketcan/socketcan.c | |
+9 −8 | examples/BatteryNode/Makefile | |
+773 −0 | examples/BatteryNode/battery_node.c | |
+8 −2 | examples/ESCNode/Makefile | |
+347 −65 | examples/ESCNode/esc_node.c | |
+13 −3 | examples/README.md | |
+39 −0 | examples/RangeFinder/Makefile | |
+148 −95 | examples/RangeFinder/rangefinder.c | |
+7 −1 | examples/ServoNode/Makefile | |
+225 −8 | examples/ServoNode/servo_node.c |
Submodule pydronecan
updated
33 files