Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

buid system: improve serial port selection #18167

Merged
merged 8 commits into from
Jun 7, 2022
5 changes: 5 additions & 0 deletions boards/samr21-xpro/Makefile.include
Original file line number Diff line number Diff line change
@@ -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