1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/gd32vf103c-start/Makefile.include

11 lines
329 B
Makefile
Raw Normal View History

PORT_LINUX ?= /dev/ttyACM0
PROGRAMMER ?= openocd
OPENOCD_DEBUG_ADAPTER ?= dap
OPENOCD_TRANSPORT := default
# Only consider TTYs matching the following filter when auto-selecting the TTY
# with `MOST_RECENT_PORT=1`.
TTY_BOARD_FILTER := --driver 'ch341' --model 'USB2.0-Serial'
include $(RIOTBOARD)/common/gd32v/Makefile.include