-
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.
[bot] Update Python packages (#33436)
* Update Python packages * bump * specify any list of sources ooh this is pretty nice * update * y * fix * fix that * bump --------- Co-authored-by: Vehicle Researcher <user@comma.ai> Co-authored-by: Shane Smiskol <shane@smiskol.com> old-commit-hash: 239cc69
- Loading branch information
1 parent
0b52262
commit 1e92af9
Showing
6 changed files
with
252 additions
and
231 deletions.
There are no files selected for viewing
Submodule opendbc_repo
updated
19 files
+4 −5 | .github/workflows/auto_pr_review.yaml | |
+1 −0 | .gitignore | |
+21 −0 | README.md | |
+113 −0 | examples/joystick.py | |
+59 −0 | examples/kbhit.py | |
+243 −0 | examples/longitudinal-profiles.py | |
+2 −0 | opendbc/car/docs_definitions.py | |
+7 −3 | opendbc/car/gm/carstate.py | |
+4 −0 | opendbc/car/gm/fingerprints.py | |
+9 −4 | opendbc/car/gm/interface.py | |
+18 −2 | opendbc/car/gm/values.py | |
+57 −0 | opendbc/car/panda_runner.py | |
+1 −0 | opendbc/car/tests/routes.py | |
+1 −0 | opendbc/car/torque_data/override.toml | |
+47 −8 | opendbc/dbc/generator/toyota/_toyota_2017.dbc | |
+47 −8 | opendbc/dbc/toyota_new_mc_pt_generated.dbc | |
+47 −8 | opendbc/dbc/toyota_nodsu_pt_generated.dbc | |
+47 −8 | opendbc/dbc/toyota_tnga_k_pt_generated.dbc | |
+4 −0 | pyproject.toml |
Submodule panda
updated
23 files
+3 −1 | .github/workflows/drivers.yaml | |
+2 −2 | .pre-commit-config.yaml | |
+6 −16 | board/boards/cuatro.h | |
+2 −1 | board/debug/debug_h7.sh | |
+6 −2 | board/drivers/bxcan.h | |
+7 −3 | board/drivers/fdcan.h | |
+1 −1 | board/gdb.sh | |
+1 −1 | board/main.c | |
+1 −1 | drivers/spi/load.sh | |
+1 −1 | drivers/spi/pull-src.sh | |
+1 −1 | python/__init__.py | |
+40 −27 | python/ccp.py | |
+1 −1 | release/make_release.sh | |
+5 −0 | tests/can_printer.py | |
+2 −1 | tests/ci_shell.sh | |
+1 −1 | tests/hitl/run_parallel_tests.sh | |
+1 −1 | tests/hitl/run_serial_tests.sh | |
+124 −80 | tests/misra/checkers.txt | |
+2 −2 | tests/misra/install.sh | |
+2 −2 | tests/misra/test_misra.sh | |
+1 −1 | tests/read_st_flash.sh | |
+2 −2 | tests/setup_device_ci.sh | |
+1 −1 | tests/som_debug.sh |
Submodule rednose_repo
updated
2 files
+2 −1 | rednose/helpers/ekf_sym.py | |
+8 −0 | rednose/helpers/sympy_helpers.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
Oops, something went wrong.