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.
boardd: add controls heartbeat (commaai#23185)
* boardd: add controls heartbeat * bump panda * bump again * bump panda
- Loading branch information
1 parent
768cfdb
commit a793b94
Showing
4 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
Submodule panda
updated
23 files
+17 −1 | Jenkinsfile | |
+1 −1 | __init__.py | |
+3 −0 | board/SConscript | |
+9 −9 | board/drivers/usb.h | |
+9 −22 | board/flasher.h | |
+17 −16 | board/main.c | |
+3 −1 | board/main_declarations.h | |
+4 −8 | board/pedal/main.c | |
+0 −4 | board/provision.h | |
+2 −4 | board/usb_protocol.h | |
+1 −14 | examples/can_logger.py | |
+0 −20 | examples/get_panda_password.py | |
+1 −14 | examples/tesla_tester.py | |
+36 −121 | python/__init__.py | |
+11 −30 | release/make_release.sh | |
+0 −18 | release/ota_release.sh | |
+8 −4 | tests/automated/helpers.py | |
+100 −0 | tests/canfd/test_ci_canfd.py | |
+0 −9 | tests/flashing_loop.sh | |
+2 −9 | tests/loopback_test.py | |
+1 −4 | tests/standalone_test.py | |
+0 −59 | tests/throughput_test.py | |
+2 −9 | tests/tucan_loopback.py |
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