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

boards/samr21-xpro: provide TTY_BOARD_FILTER

This commit is contained in:
Marian Buschsieweke 2022-06-03 19:24:02 +02:00
parent e46a2dc29f
commit ca278d42a4
No known key found for this signature in database
GPG Key ID: CB8E3238CE715A94

View File

@ -1 +1,6 @@
# If port selection via ttys.py is enabled by `MOST_RECENT_PORT=1`, filter
# USB serials to only select the UART bridge of the embedded EDBG CMSIS-DAP
# debugger.
TTY_BOARD_FILTER := --model 'EDBG CMSIS-DAP'
include $(RIOTMAKE)/boards/sam0.inc.mk