mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/slstk3401a: Add reset before flashing
It seems that this board needs a reset command before flashing with jlink This adds the reset - r - to the JLINK_PRE_FLASH
This commit is contained in:
parent
fa9bf485d1
commit
699892cc7c
@ -7,6 +7,7 @@ include $(RIOTMAKE)/tools/serial.inc.mk
|
||||
|
||||
# setup JLink for flashing
|
||||
export JLINK_DEVICE := $(CPU_MODEL)
|
||||
export JLINK_PRE_FLASH = r
|
||||
include $(RIOTMAKE)/tools/jlink.inc.mk
|
||||
|
||||
# add board common drivers
|
||||
|
Loading…
Reference in New Issue
Block a user