Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boards/gd32vf103c-start: new board #20270

Merged
merged 9 commits into from
Jan 20, 2024
Prev Previous commit
Next Next commit
boards/common/gd32v: Allow overwriting OPENOCD_TRANSPORT
  • Loading branch information
maribu committed Jan 17, 2024
commit f22fc0080bd92b56c61a5e16fbdbc90ba4207613
2 changes: 1 addition & 1 deletion boards/common/gd32v/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down