mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
7f27e6cc7f
This adds support for the GD32VF103C-START, the official "starter board" for the GD32VF103C MCU by the MCU vendor.
11 lines
329 B
Makefile
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
|