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

boards/common/gd32v: Allow overwriting OPENOCD_TRANSPORT

This commit is contained in:
Marian Buschsieweke 2024-01-17 09:16:26 +01:00
parent d674b3a80c
commit f22fc0080b
No known key found for this signature in database
GPG Key ID: 77AA882EC78084E6

View File

@ -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