From ca278d42a4119f09eb1a9e400a90d3537f6e6039 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Fri, 3 Jun 2022 19:24:02 +0200 Subject: [PATCH] boards/samr21-xpro: provide TTY_BOARD_FILTER --- boards/samr21-xpro/Makefile.include | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/boards/samr21-xpro/Makefile.include b/boards/samr21-xpro/Makefile.include index 0c4862de71..9e5bbf58a1 100644 --- a/boards/samr21-xpro/Makefile.include +++ b/boards/samr21-xpro/Makefile.include @@ -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