-
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.
Hyundai: longitudinal support for all CAN-FD EV and Hybrids (#26345)
* Update values.py * Update interface.py * Update interface.py * Update carcontroller.py * Update interface.py * Update interface.py * Update values.py * Update values.py * Update interface.py * Update values.py * Update interface.py * Update carcontroller.py * cleanup * update docs * bump panda Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
- Loading branch information
1 parent
fbf3ef0
commit 9c5df76
Showing
4 changed files
with
12 additions
and
11 deletions.
There are no files selected for viewing
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
Submodule panda
updated
26 files
+1 −1 | board/SConscript | |
+1 −0 | board/boards/black.h | |
+1 −0 | board/boards/board_declarations.h | |
+5 −0 | board/boards/dos.h | |
+1 −0 | board/boards/grey.h | |
+1 −0 | board/boards/pedal.h | |
+1 −0 | board/boards/red.h | |
+1 −0 | board/boards/red_v2.h | |
+8 −0 | board/boards/tres.h | |
+1 −0 | board/boards/uno.h | |
+1 −0 | board/boards/white.h | |
+0 −1 | board/bootstub.c | |
+134 −7 | board/drivers/spi.h | |
+2 −8 | board/drivers/uart.h | |
+0 −1 | board/early_init.h | |
+3 −10 | board/main.c | |
+0 −1 | board/pedal/main.c | |
+11 −5 | board/safety/safety_hyundai_canfd.h | |
+0 −7 | board/stm32fx/board.h | |
+6 −102 | board/stm32fx/llspi.h | |
+0 −6 | board/stm32h7/board.h | |
+89 −1 | board/stm32h7/llspi.h | |
+3 −0 | board/stm32h7/peripherals.h | |
+2 −4 | board/stm32h7/stm32h7_config.h | |
+5 −1 | tests/hitl/4_can_loopback.py | |
+33 −0 | tests/safety/test_hyundai_canfd.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