1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00

boards/hifive1: fixup custom reset command

This commit is contained in:
Kaspar Schleiser 2019-04-09 12:46:15 +02:00
parent 7484af6d36
commit 21e55bbd28

View File

@ -12,8 +12,8 @@ PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbmodem*)))
# setup serial terminal
include $(RIOTMAKE)/tools/serial.inc.mk
# this board uses openocd
export OPENOCD_CMD_RESET_RUN=_reset
# this board uses openocd with a custom reset command
export OPENOCD_CMD_RESET_RUN=-c _reset
include $(RIOTMAKE)/tools/openocd.inc.mk
# use our own openocd script to flash since HiFive1 has reset problems.