aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/dfu_reboot.c
Commit message (Collapse)AuthorAgeFilesLines
* stm32f7: add support for stm32f7 and remram boardFrederic Morin2023-05-071-1/+1
| | | | Signed-off-by: Frederic Morin <frederic.morin.8@gmail.com>
* stm32: Check for CONFIG_HAVE_BOOTLOADER_REQUEST in dfu_reboot.cKevin O'Connor2022-12-301-2/+2
| | | | | | | Support disabling dfu_reboot if HAVE_BOOTLOADER_REQUEST is disabled in the Kconfig rules. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stm32: Move dfu reboot logic to new dfu_reboot.c fileKevin O'Connor2022-12-181-0/+57
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>