-
Notifications
You must be signed in to change notification settings - Fork 9.1k
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
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule panda
updated
14 files
+1 −1 | .github/workflows/test.yaml | |
+1 −1 | board/can_declarations.h | |
+3 −0 | board/drivers/bxcan.h | |
+5 −5 | board/drivers/can_common.h | |
+1 −0 | board/drivers/can_common_declarations.h | |
+11 −4 | board/drivers/fdcan.h | |
+1 −1 | board/main.c | |
+4 −0 | board/main_comms.h | |
+1 −0 | board/stm32h7/peripherals.h | |
+33 −34 | board/stm32h7/sound.h | |
+9 −6 | python/__init__.py | |
+8 −5 | python/dfu.py | |
+2 −1 | python/spi.py | |
+1 −1 | tests/libpanda/libpanda_py.py |