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
Marian Buschsieweke 7f27e6cc7f
boards/gd32vf103c-start: new board
This adds support for the GD32VF103C-START, the official "starter board"
for the GD32VF103C MCU by the MCU vendor.
2024-01-19 23:17:35 +01:00

11 lines
329 B
Makefile

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