-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump submodules * bump opendbc * from @pd0wm #31179 * bump panda * we did need that flag rename * bump opendbc * bump opendbc * bump submodules * remove the SecOC key from CarParams * don't log contents of SecOCKey Param * read and set secoc_key from card * bump opendbc * better init flow * bump opendbc * saved SecOC key validation * concise * CarParams.SecurityConfig * de-bump panda * bump opendbc * cleanup, pass only if required * add startup event for missing SecOC key * comment tweak * bump opendbc * add capnp entry for startupNoSecOcKey * bump panda * bump opendbc * need priority over underlying LKA fault * diff reduction: won't need the flag rename * bump opendbc and panda * bump submodules * bump submodules * bump panda * bump submodules * bump panda * bump opendbc * bump panda * bump opendbc * bump panda * bump opendbc * bump opendbc * bump panda * bump opendbc * bump panda to master * bump opendbc
- Loading branch information
1 parent
77f8275
commit ad5933c
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule opendbc_repo
updated
17 files
+393 −0 | docs/CARS.md | |
+61 −0 | opendbc/car/CARS_template.md | |
+19 −5 | opendbc/car/__init__.py | |
+68 −12 | opendbc/car/docs.py | |
+55 −1 | opendbc/car/docs_definitions.py | |
+62 −0 | opendbc/car/extra_cars.py | |
+5 −5 | opendbc/car/ford/values.py | |
+1 −0 | opendbc/car/tests/routes.py | |
+1 −0 | opendbc/car/torque_data/substitute.toml | |
+40 −2 | opendbc/car/toyota/carcontroller.py | |
+41 −20 | opendbc/car/toyota/carstate.py | |
+22 −0 | opendbc/car/toyota/fingerprints.py | |
+13 −2 | opendbc/car/toyota/interface.py | |
+2 −2 | opendbc/car/toyota/tests/test_toyota.py | |
+7 −0 | opendbc/car/toyota/toyotacan.py | |
+11 −1 | opendbc/car/toyota/values.py | |
+4 −2 | pyproject.toml |
Submodule panda
updated
11 files
+1 −1 | .pre-commit-config.yaml | |
+1 −1 | Dockerfile | |
+18 −2 | board/jungle/scripts/can_health.py | |
+11 −6 | board/jungle/scripts/can_printer.py | |
+20 −0 | board/jungle/scripts/spam_can.py | |
+72 −21 | board/safety/safety_toyota.h | |
+6 −5 | python/__init__.py | |
+29 −0 | tests/can_health.py | |
+10 −10 | tests/can_printer.py | |
+2 −1 | tests/safety/mutation.sh | |
+36 −1 | tests/safety/test_toyota.py |