Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stm32f7: add support for stm32f7 and remram board | Frederic Morin | 2023-05-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Frederic Morin <frederic.morin.8@gmail.com> | ||||
* | stm32: Check for CONFIG_HAVE_BOOTLOADER_REQUEST in dfu_reboot.c | Kevin O'Connor | 2022-12-30 | 1 | -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 file | Kevin O'Connor | 2022-12-18 | 1 | -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> |