forked from commaai/openpilot
-
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
1 parent
eed0ddc
commit f9a5f64
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule panda
updated
15 files
+1 −1 | board/boards/black.h | |
+7 −2 | board/boards/board_declarations.h | |
+3 −18 | board/boards/dos.h | |
+1 −1 | board/boards/grey.h | |
+1 −1 | board/boards/pedal.h | |
+1 −1 | board/boards/red.h | |
+1 −1 | board/boards/red_v2.h | |
+8 −23 | board/boards/tres.h | |
+4 −24 | board/boards/uno.h | |
+2 −6 | board/boards/unused_funcs.h | |
+1 −1 | board/boards/white.h | |
+22 −0 | board/drivers/bootkick.h | |
+3 −23 | board/main.c | |
+4 −3 | tests/som/on-device.py | |
+7 −1 | tests/som/test_bootkick.py |