Skip to content

Commit

Permalink
[bot] Update Python packages (#33626)
Browse files Browse the repository at this point in the history
* Update Python packages

* fix build

---------

Co-authored-by: Vehicle Researcher <[email protected]>
Co-authored-by: Maxime Desroches <[email protected]>
  • Loading branch information
3 people committed Sep 24, 2024
1 parent 811bf06 commit 1f198ff
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion panda
Submodule panda updated 90 files
+3 −1 SConscript
+7 −0 board/can.h
+6 −6 board/can_comms.h
+0 −5 board/can_declarations.h
+5 −12 board/critical.h
+17 −0 board/critical_declarations.h
+7 −6 board/drivers/bootkick.h
+5 −0 board/drivers/bootkick_declarations.h
+14 −12 board/drivers/bxcan.h
+22 −0 board/drivers/bxcan_declarations.h
+8 −43 board/drivers/can_common.h
+87 −0 board/drivers/can_common_declarations.h
+1 −2 board/drivers/clock_source.h
+7 −0 board/drivers/clock_source_declarations.h
+5 −5 board/drivers/fake_siren.h
+7 −16 board/drivers/fan.h
+20 −0 board/drivers/fan_declarations.h
+15 −26 board/drivers/fdcan.h
+28 −0 board/drivers/fdcan_declarations.h
+3 −26 board/drivers/harness.h
+34 −0 board/drivers/harness_declarations.h
+6 −24 board/drivers/interrupts.h
+31 −0 board/drivers/interrupts_declarations.h
+3 −13 board/drivers/registers.h
+24 −0 board/drivers/registers_declarations.h
+2 −7 board/drivers/simple_watchdog.h
+10 −0 board/drivers/simple_watchdog_declarations.h
+20 −43 board/drivers/spi.h
+52 −0 board/drivers/spi_declarations.h
+1 −1 board/drivers/timers.h
+9 −36 board/drivers/uart.h
+40 −0 board/drivers/uart_declarations.h
+240 −362 board/drivers/usb.h
+115 −0 board/drivers/usb_declarations.h
+1 −1 board/drivers/watchdog.h
+1 −1 board/early_init.h
+1 −35 board/faults.h
+43 −0 board/faults_declarations.h
+7 −0 board/flasher.h
+9 −5 board/main.c
+2 −2 board/main_comms.h
+10 −11 board/main_declarations.h
+15 −0 board/main_definitions.h
+2 −3 board/power_saving.h
+11 −0 board/power_saving_declarations.h
+2 −2 board/provision.h
+211 −156 board/safety.h
+10 −6 board/safety/safety_body.h
+123 −115 board/safety/safety_chrysler.h
+7 −2 board/safety/safety_defaults.h
+6 −1 board/safety/safety_elm327.h
+80 −73 board/safety/safety_ford.h
+66 −54 board/safety/safety_gm.h
+71 −57 board/safety/safety_honda.h
+51 −48 board/safety/safety_hyundai.h
+116 −113 board/safety/safety_hyundai_canfd.h
+27 −13 board/safety/safety_hyundai_common.h
+25 −22 board/safety/safety_mazda.h
+43 −39 board/safety/safety_nissan.h
+49 −50 board/safety/safety_subaru.h
+29 −26 board/safety/safety_subaru_preglobal.h
+67 −64 board/safety/safety_tesla.h
+77 −68 board/safety/safety_toyota.h
+7 −4 board/safety/safety_volkswagen_common.h
+43 −39 board/safety/safety_volkswagen_mqb.h
+39 −35 board/safety/safety_volkswagen_pq.h
+83 −68 board/safety_declarations.h
+5,884 −5,416 board/stm32f4/inc/stm32f413xx.h
+3 −21 board/stm32f4/llbxcan.h
+28 −0 board/stm32f4/llbxcan_declarations.h
+1 −1 board/stm32f4/llfan.h
+4 −3 board/stm32f4/llspi.h
+2 −7 board/stm32f4/lluart.h
+3 −14 board/stm32f4/llusb.h
+16 −0 board/stm32f4/llusb_declarations.h
+4 −0 board/stm32f4/peripherals.h
+2 −5 board/stm32f4/stm32f4_config.h
+1 −1 board/stm32h7/clock.h
+1 −1 board/stm32h7/lladc.h
+1 −1 board/stm32h7/llfan.h
+5 −47 board/stm32h7/llfdcan.h
+53 −0 board/stm32h7/llfdcan_declarations.h
+6 −3 board/stm32h7/llspi.h
+3 −3 board/stm32h7/lluart.h
+3 −15 board/stm32h7/llusb.h
+16 −0 board/stm32h7/llusb_declarations.h
+4 −0 board/stm32h7/peripherals.h
+2 −5 board/stm32h7/stm32h7_config.h
+2 −2 tests/libpanda/panda.c
+0 −6 tests/misra/suppressions.txt
2 changes: 1 addition & 1 deletion selfdrive/pandad/panda.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "cereal/gen/cpp/car.capnp.h"
#include "cereal/gen/cpp/log.capnp.h"
#include "panda/board/health.h"
#include "panda/board/can_definitions.h"
#include "panda/board/can.h"
#include "selfdrive/pandad/panda_comms.h"

#define USB_TX_SOFT_LIMIT (0x100U)
Expand Down
80 changes: 40 additions & 40 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1f198ff

Please sign in to comment.