-
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
20 files
+131 −62 | cangen/can-messages/bms.yaml | |
+6 −4 | cangen/can-messages/charger.yaml | |
+3 −1 | cangen/can-messages/mpu.yaml | |
+1 −2 | general/include/LTC4015.h | |
+18 −0 | general/include/ads131m04.h | |
+1 −2 | general/include/lsm6dso.h | |
+3 −2 | general/include/ltc68041.h | |
+1 −2 | general/include/m24c32.h | |
+1 −2 | general/include/max7314.h | |
+61 −0 | general/include/pca9539.h | |
+1 −2 | general/include/pi4ioe.h | |
+1 −1 | general/include/sht30.h | |
+16 −0 | general/include/stm32xx_hal.h | |
+99 −0 | general/src/ads131m04.c | |
+1 −1 | general/src/ltc68041.c | |
+71 −0 | general/src/pca9539.c | |
+1 −2 | platforms/stm32f405/include/can.h | |
+16 −0 | platforms/stm32f405/include/stm32xx_hal.h | |
+1 −2 | platforms/stm32g431/include/fdcan.h | |
+16 −0 | platforms/stm32g431/include/stm32xx_hal.h |