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

boards/hifive1b: set custom reset delay of 1s for tests

This commit is contained in:
Alexandre Abadie 2020-01-10 08:34:45 +01:00
parent c6a2b39a0b
commit 267e273c56
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -14,3 +14,6 @@ export JLINK_DEVICE := FE310
export JLINK_IF := JTAG
export FLASH_ADDR := 0x20010000
include $(RIOTMAKE)/tools/jlink.inc.mk
TESTRUNNER_RESET_DELAY = 1
$(call target-export-variables,test,TESTRUNNER_RESET_DELAY)