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

boards/hifive1: don't export OPENOCD_CMD_RESET_RUN

This commit is contained in:
Alexandre Abadie 2020-03-26 10:00:25 +01:00
parent 308ee9b31c
commit 9d69e30060
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

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