1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/slstk3402a: 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 13:19:27 +02:00
parent 699892cc7c
commit 853540ce32

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