File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed
Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.SLAB_USBtoUART*)))
77
88# configure the flasher
99PROGRAMMER ?= openocd
10- OPENOCD_CONFIG ?= $(RIOTBOARD)/common/gd32v/dist/openocd.cfg
1110OPENOCD_DEBUG_ADAPTER ?= ftdi
1211OPENOCD_FTDI_ADAPTER ?= openocd-usb
1312OPENOCD_TRANSPORT ?= jtag
Original file line number Diff line number Diff line change 11PORT_LINUX ?= /dev/ttyACM0
2+ OPENOCD_CONFIG ?= $(RIOTBOARD)/common/gd32v/dist/openocd.cfg
23include $(RIOTBOARD)/common/gd32v/Makefile.include
Original file line number Diff line number Diff line change 11PORT_LINUX ?= /dev/ttyACM0
22PROGRAMMER ?= dfu-util
3+ OPENOCD_CONFIG ?= $(RIOTBOARD)/common/gd32v/dist/openocd.cfg
34
45include $(RIOTBOARD)/common/gd32v/Makefile.include
You can’t perform that action at this time.
0 commit comments