klipper/src/stm32
Kevin O'Connor 4af8786587 stm32: Move dfu reboot logic to new dfu_reboot.c file
Move the stm32 DFU reboot logic to a new dfu_reboot.c file.  This
simplifies the per-chip code.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2022-12-18 19:50:08 -05:00
..
adc.c stm32: support stm32f401 adc_temperature sensor (#5572) 2022-06-20 12:13:02 -04:00
can.c canbus: Rename canbus_send() to canhw_send() 2022-12-14 14:15:14 -05:00
chipid.c canserial: Rename canbus.c to canserial.c 2022-06-27 10:50:23 -04:00
clockline.c stm32: Unify enable_pclock() code 2021-12-30 12:18:05 -05:00
dfu_reboot.c stm32: Move dfu reboot logic to new dfu_reboot.c file 2022-12-18 19:50:08 -05:00
fdcan.c canbus: Rename canbus_send() to canhw_send() 2022-12-14 14:15:14 -05:00
gpio.c stm32: Add a gpio_valid() helper function 2022-09-05 17:57:51 -04:00
gpio.h stm32: Add hardware PWM support for STM32F1 2021-03-26 12:04:51 -04:00
gpioperiph.c stm32: Initial support for stm32g0 2021-12-23 22:15:25 -05:00
hard_pwm.c stm32: Add Hardware PWM support for STM32G0 processors (#5714) 2022-09-01 13:30:11 -04:00
i2c.c stm32: Fix typo in i2c.c 2022-05-07 10:13:34 -04:00
internal.h stm32: Move dfu reboot logic to new dfu_reboot.c file 2022-12-18 19:50:08 -05:00
Kconfig stm32: Move dfu reboot logic to new dfu_reboot.c file 2022-12-18 19:50:08 -05:00
Makefile stm32: Move dfu reboot logic to new dfu_reboot.c file 2022-12-18 19:50:08 -05:00
serial.c stm32: fix USART ORE status flag handling 2022-10-31 13:50:15 -04:00
spi.c stm32g4: implement build,usb,can,i2c,spi,serial,adc. 2022-12-02 11:31:42 -05:00
stm32f0.c stm32: Move dfu reboot logic to new dfu_reboot.c file 2022-12-18 19:50:08 -05:00
stm32f0_adc.c stm32: Add CCRDY check to stm32g0 adc 2022-07-25 10:21:29 -04:00
stm32f0_i2c.c stm32g4: implement build,usb,can,i2c,spi,serial,adc. 2022-12-02 11:31:42 -05:00
stm32f0_serial.c stm32: Minor changes to stm32g0b0 ifdefs 2022-12-15 10:27:51 -05:00
stm32f0_timer.c stm32: Minor changes to stm32g0b0 ifdefs 2022-12-15 10:27:51 -05:00
stm32f1.c usb_cdc: Rename usb_request_bootloader() to bootloader_request() 2022-07-29 11:40:54 -04:00
stm32f4.c stm32: Move dfu reboot logic to new dfu_reboot.c file 2022-12-18 19:50:08 -05:00
stm32g0.c stm32: Move dfu reboot logic to new dfu_reboot.c file 2022-12-18 19:50:08 -05:00
stm32g4.c stm32: Move dfu reboot logic to new dfu_reboot.c file 2022-12-18 19:50:08 -05:00
stm32h7.c stm32: Move dfu reboot logic to new dfu_reboot.c file 2022-12-18 19:50:08 -05:00
stm32h7_adc.c stm32: Fix stm32l4 build 2022-12-15 11:27:19 -05:00
stm32h7_spi.c stm32: Remove incorrect "spi3" definition from stm32h7 2022-10-17 11:01:05 -04:00
stm32l4.c stm32: Move dfu reboot logic to new dfu_reboot.c file 2022-12-18 19:50:08 -05:00
usbfs.c stm32: Fix usb build on stm32g0b0 2022-12-15 18:43:25 -05:00
usbotg.c stm32: add STM32H723 support 2022-12-02 13:55:23 -05:00
watchdog.c stm32: Add initial support for stm32h7 2021-10-06 18:20:29 -04:00