-
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
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule Embedded-Base
updated
24 files
+1 −1 | .github/workflows/build_cerberus.yml | |
+50 −0 | .github/workflows/build_image.yml | |
+0 −160 | cangen/CSynth.py | |
+0 −1 | cangen/__init__.py | |
+18 −0 | cangen/templates/decoders.c.j2 | |
+41 −0 | cangen/templates/encoders.c.j2 | |
+12 −0 | cangen/templates/imports.c.j2 | |
+44 −0 | cangen/templates/macros.j2 | |
+28 −0 | cangen/templates/routers.c.j2 | |
+1 −2 | dev/Dockerfile | |
+1 −33 | dev/scripts/alias.sh | |
+0 −0 | dev/scripts/emulate.sh | |
+1 −1 | dev/scripts/flash.sh | |
+1 −1 | dev/scripts/gdb.sh | |
+1 −9 | dev/scripts/ody-connect.sh | |
+0 −0 | dev/scripts/serial.sh | |
+64 −0 | general/include/max7314.h | |
+19 −27 | general/include/sht30.h | |
+154 −0 | general/src/max7314.c | |
+58 −84 | general/src/sht30.c | |
+12 −0 | middleware/include/c_utils.h | |
+6 −6 | platforms/stm32f405/include/can.h | |
+6 −54 | platforms/stm32f405/src/can.c | |
+1 −1 | platforms/stm32g431/include/fdcan.h |