-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
bd753c1
commit 721feb2
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule Embedded-Base
updated
10 files
+50 −0 | .github/workflows/build_image.yml | |
+4 −0 | cangen/can-messages/mpu.yaml | |
+2 −2 | dev/Dockerfile | |
+55 −0 | general/include/max7314.h | |
+143 −0 | general/src/max7314.c | |
+12 −0 | middleware/include/c_utils.h | |
+5 −2 | middleware/include/eepromdirectory.h | |
+26 −1 | middleware/src/eepromdirectory.c | |
+5 −5 | platforms/stm32f405/include/can.h | |
+6 −54 | platforms/stm32f405/src/can.c |