exit bootloader after flash

This commit is contained in:
Joel Beckmeyer 2025-02-14 14:23:35 -05:00
parent ad21a5fdcb
commit f9b1b29e6b

View File

@ -21,7 +21,7 @@ MCU = cortex-m3
ARMV = 7 ARMV = 7
# Extra arguments for dfu-util to flash to the correct location # Extra arguments for dfu-util to flash to the correct location
DFU_ARGS = -d 0483:df11 -a 0 -s 0x08004000 DFU_ARGS = -d 0483:df11 -a 0 -s 0x08004000:leave
# Extra source files # Extra source files
SRC += uart_tx_ringbuf.c anne_pro_lighting.c anne_pro_bluetooth.c SRC += uart_tx_ringbuf.c anne_pro_lighting.c anne_pro_bluetooth.c