Skip to content

Commit

Permalink
change default flash for feather 405 to dfu-util
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach authored Jul 29, 2021
1 parent 82a2d21 commit de2e89f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ports/stm32f4/boards/feather_stm32f405_express/board.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ CFLAGS += \
-DHSE_VALUE=12000000U

SRC_S += \
$(ST_CMSIS)/Source/Templates/gcc/startup_stm32f405xx.s
$(ST_CMSIS)/Source/Templates/gcc/startup_stm32f405xx.s

# For flash-jlink target
JLINK_DEVICE = stm32f405rg

flash: flash-jlink
flash: flash-dfu-util
erase: erase-jlink

#flash: flash-stlink
Expand Down

0 comments on commit de2e89f

Please sign in to comment.