mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
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
|