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
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule body
updated
14 files
+2 −0 | board/boards.h | |
+15 −32 | board/canloader.py | |
+11 −8 | board/comms.h | |
+1 −2 | board/config.h | |
+2 −1 | board/defines.h | |
+18 −18 | board/drivers/i2c_soft.h | |
+3 −3 | board/drivers/llbxcan.h | |
+6 −0 | board/flash_base.sh | |
+0 −6 | board/flash_can.sh | |
+6 −0 | board/flash_knee.sh | |
+5 −4 | board/main.c | |
+2 −3 | board/setup.h | |
+34 −40 | board/uds.h | |
+1 −1 | board/version.h |
Submodule opendbc
updated
5 files
+18 −3 | .pre-commit-config.yaml | |
+4 −0 | generator/gm/gm_global_a_powertrain.dbc | |
+5 −1 | generator/test_generator.py | |
+4 −0 | gm_global_a_powertrain_generated.dbc | |
+32 −2 | vw_golf_mk4.dbc |
Submodule panda
updated
11 files
+60 −45 | Jenkinsfile | |
+8 −4 | board/README.md | |
+11 −0 | board/dfu_util_f4.sh | |
+0 −0 | board/dfu_util_h7.sh | |
+3 −6 | board/recover.sh | |
+1 −1 | drivers/linux/README.md | |
+11 −6 | python/__init__.py | |
+1 −1 | tests/automated/helpers.py | |
+33 −0 | tests/ci_reset_hw.py | |
+54 −0 | tests/libs/resetter.py | |
+1 −2 | tests/pedal/test_pedal.py |