File tree
7 files changed
+10
-10
lines changed- selfdrive/controls/lib
7 files changed
+10
-10
lines changedSubmodule opendbc_repo updated 42 files
- README.md+1-1
- docs/CARS.md+5-5
- opendbc/can/parser.py+11-2
- opendbc/can/tests/test_checksums.py+3-2
- opendbc/car/CARS_template.md-1
- opendbc/car/docs_definitions.py+2-2
- opendbc/car/extra_cars.py-1
- opendbc/car/honda/carcontroller.py+29-27
- opendbc/car/honda/carstate.py+32-16
- opendbc/car/honda/fingerprints.py+59-10
- opendbc/car/honda/hondacan.py+61-48
- opendbc/car/honda/interface.py+18-1
- opendbc/car/honda/values.py+32-28
- opendbc/car/subaru/fingerprints.py+3
- opendbc/car/tesla/values.py+1-1
- opendbc/car/tests/routes.py+3-1
- opendbc/car/torque_data/override.toml+2
- opendbc/dbc/generator/honda/_bosch_2018.dbc+31-23
- opendbc/dbc/generator/honda/_bosch_radar_acc.dbc-26
- opendbc/dbc/generator/honda/_honda_common.dbc+6
- opendbc/dbc/generator/honda/_lkas_hud_5byte.dbc+28
- opendbc/dbc/generator/honda/_lkas_hud_8byte.dbc+29
- opendbc/dbc/generator/honda/_nidec_common.dbc+10-28
- opendbc/dbc/generator/honda/acura_ilx_2016_can.dbc+1
- opendbc/dbc/generator/honda/acura_rdx_2018_can.dbc+1
- opendbc/dbc/generator/honda/acura_rdx_2020_can.dbc+2-1
- opendbc/dbc/generator/honda/honda_accord_2018_can.dbc-6
- opendbc/dbc/generator/honda/honda_bosch_radarless.dbc+1-21
- opendbc/dbc/generator/honda/honda_civic_hatchback_ex_2017_can.dbc+2-1
- opendbc/dbc/generator/honda/honda_civic_touring_2016_can.dbc+1
- opendbc/dbc/generator/honda/honda_clarity_hybrid_2018_can.dbc+1-13
- opendbc/dbc/generator/honda/honda_common_canfd.dbc+2-57
- opendbc/dbc/generator/honda/honda_crv_ex_2017_can.dbc-6
- opendbc/dbc/generator/honda/honda_crv_executive_2016_can.dbc-6
- opendbc/dbc/generator/honda/honda_crv_touring_2016_can.dbc+1
- opendbc/dbc/generator/honda/honda_fit_ex_2018_can.dbc-6
- opendbc/dbc/generator/honda/honda_fit_hybrid_2018_can.dbc-11
- opendbc/dbc/generator/honda/honda_insight_ex_2019_can.dbc+2-1
- opendbc/dbc/generator/honda/honda_odyssey_exl_2018.dbc+1
- opendbc/dbc/generator/toyota/toyota_new_mc_pt.dbc-1
- opendbc/dbc/tesla_model3_party.dbc+24-24
- opendbc/safety/tests/test_honda.py+2-2
- Jenkinsfile+4-3
- board/boards/board_declarations.h+1-2
- board/boards/cuatro.h+1-2
- board/boards/red.h+1-2
- board/boards/tres.h+1-2
- board/can.h+20-3
- board/can_declarations.h-24
- board/drivers/can_common.h+10-15
- board/drivers/can_common_declarations.h+6-24
- board/drivers/fan.h+9-18
- board/drivers/fan_declarations.h-1
- board/drivers/fdcan.h+5-10
- board/drivers/fdcan_declarations.h+2-9
- board/drivers/pwm.h+1-1
- board/drivers/spi.h+2-4
- board/drivers/spi_declarations.h+1-1
- board/faults_declarations.h-10
- board/jungle/__init__.py+1-1
- board/jungle/main.c+1-1
- board/jungle/main_comms.h+3-3
- board/main.c+5-12
- board/main_comms.h+3-9
- pyproject.toml+1
- python/__init__.py+33-56
- python/spi.py+78-55
- scripts/benchmark.py+16-1
- tests/hitl/5_spi.py+3-25
- tests/hitl/7_internal.py+8-23
- tests/libpanda/SConscript+1-1
- tests/misra/test_mutation.py+1-1
- tests/usbprotocol/test_comms.py+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
| 50 | + | |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
63 |
| - | |
| 62 | + | |
| 63 | + | |
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
|
0 commit comments