mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9fbb23b167
Let boards explicitly use the common OpenOCD config if it works for them, rather than having boards with specific needs opt out.
6 lines
163 B
Makefile
6 lines
163 B
Makefile
PORT_LINUX ?= /dev/ttyACM0
|
|
PROGRAMMER ?= dfu-util
|
|
OPENOCD_CONFIG ?= $(RIOTBOARD)/common/gd32v/dist/openocd.cfg
|
|
|
|
include $(RIOTBOARD)/common/gd32v/Makefile.include
|