-
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.
[Debug] - Add timer start/stop notices (#143)
* Added CAN messages for timer start/stop * Added CAN message for fault timers * Formatting * Changed format of fault timer CAN * Changed fault_code to uint32_t * Changed fault timer can id * Removed calls to old fault timer CAN function * Updated Embedded-Base submodule
- Loading branch information
1 parent
31400f3
commit 0dfb523
Showing
6 changed files
with
43 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule Embedded-Base
updated
28 files
+22 −0 | .github/workflows/build_calypso.yml | |
+14 −25 | README.md | |
+23 −2 | cangen/README.md | |
+1,154 −514 | cangen/can-messages/bms.json | |
+42 −35 | cangen/can-messages/calypso_cmd.json | |
+108 −63 | cangen/can-messages/charger.json | |
+558 −311 | cangen/can-messages/dti.json | |
+644 −227 | cangen/can-messages/mpu.json | |
+299 −262 | cangen/can-messages/msb.json | |
+29 −19 | cangen/can-messages/wheel.json | |
+4 −9 | dev/Dockerfile | |
+1 −1 | dev/scripts/gdb.sh | |
+2 −1 | general/.clang-format-ignore | |
+7 −3 | general/include/INA226.h | |
+12 −6 | general/include/ads131m04.h | |
+371 −105 | general/include/lsm6dso.h | |
+4,063 −0 | general/include/lsm6dso_reg.h | |
+73 −22 | general/include/pca9539.h | |
+3 −3 | general/src/INA226.c | |
+20 −19 | general/src/ads131m04.c | |
+3,708 −130 | general/src/lsm6dso.c | |
+12,579 −0 | general/src/lsm6dso_reg.c | |
+29 −22 | general/src/pca9539.c | |
+0 −115 | launchpad.py | |
+76 −4 | ner_environment/build_system/build_system.py | |
+1 −2 | ner_environment/build_system/miniterm.py | |
+17 −4 | ner_environment/ner_setup.py | |
+4 −0 | platforms/stm32f405/include/stm32xx_hal.h |