mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 06:12:43 +01:00
boards/common/gd32v: Allow overwriting OPENOCD_TRANSPORT
This commit is contained in:
parent
d674b3a80c
commit
f22fc0080b
@ -10,7 +10,7 @@ PROGRAMMER ?= openocd
|
||||
OPENOCD_CONFIG ?= $(RIOTBOARD)/common/gd32v/dist/openocd.cfg
|
||||
OPENOCD_DEBUG_ADAPTER ?= ftdi
|
||||
OPENOCD_FTDI_ADAPTER ?= openocd-usb
|
||||
OPENOCD_TRANSPORT = jtag
|
||||
OPENOCD_TRANSPORT ?= jtag
|
||||
OPENOCD_RESET_USE_CONNECT_ASSERT_SRST = 1
|
||||
|
||||
# DFU programmer specific variables
|
||||
|
Loading…
Reference in New Issue
Block a user