-
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
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule Embedded-Base
updated
23 files
+34 −0 | .github/ISSUE_TEMPLATE/bug-form.yml | |
+1 −0 | .github/ISSUE_TEMPLATE/config.yml | |
+64 −0 | .github/ISSUE_TEMPLATE/epic.yml | |
+26 −0 | .github/ISSUE_TEMPLATE/feature-request.yml | |
+18 −0 | .github/ISSUE_TEMPLATE/other.yml | |
+38 −0 | .github/ISSUE_TEMPLATE/spike.yml | |
+25 −0 | .github/ISSUE_TEMPLATE/task.yml | |
+36 −0 | .github/pull_request_template.md | |
+1 −0 | .gitignore | |
+51 −0 | dev/Dockerfile | |
+1 −1 | general/include/lsm6dso.h | |
+1 −1 | general/include/ltc68041.h | |
+0 −13 | general/include/pi4ioe.h | |
+5 −5 | general/src/lsm6dso.c | |
+6 −8 | general/src/ltc68041.c | |
+12 −0 | general/src/pi4ioe.c | |
+24 −0 | middleware/include/ringbuffer.h | |
+89 −0 | middleware/src/ringbuffer.c | |
+23 −74 | platforms/stm32f405/include/can.h | |
+0 −47 | platforms/stm32f405/include/can_config.h | |
+85 −345 | platforms/stm32f405/src/can.c | |
+32 −0 | platforms/stm32g431/include/fdcan.h | |
+114 −0 | platforms/stm32g431/src/fdcan.c |