1
0
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:
MrKevinWeiss 2019-09-03 11:01:21 +02:00
parent fa9bf485d1
commit 699892cc7c

View File

@ -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