mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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
|