Skip to content

Commit

Permalink
boards/hifive1b: set custom reset delay of 1s for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Jan 10, 2020
1 parent c6a2b39 commit 267e273
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boards/hifive1b/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 267e273

Please sign in to comment.