1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #11361 from kaspar030/fix_hifive1_flash

boards/hifive1: fixup custom reset command
This commit is contained in:
Kaspar Schleiser 2019-04-09 15:51:12 +02:00 committed by GitHub
commit a1a8d3564c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.