-
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.
Merge pull request #9 from waterloo-rocketry/2024-update
2024 Update
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule canlib
updated
13 files
+1 −0 | .github/CODEOWNERS | |
+1 −1 | can.h | |
+104 −41 | can_common.c | |
+53 −24 | can_common.h | |
+5 −1 | canlib.h | |
+1 −1 | mcp2515/mcp_2515.c | |
+106 −56 | message_types.h | |
+79 −0 | stm32h7/stm32h7_can.c | |
+29 −0 | stm32h7/stm32h7_can.h | |
+1 −0 | tests/unit/Makefile | |
+2 −59 | tests/unit/build_can_message.c | |
+6 −6 | tests/unit/can_common_tests.c | |
+5 −14 | util/timing_util.c |