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:
parent
308ee9b31c
commit
9d69e30060
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user