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