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

Merge pull request #18177 from maribu/boards/nrf52dk

boards/{nrf52dk,msba2}: provide TTY_BOARD_FILTER
This commit is contained in:
Marian Buschsieweke 2022-06-07 15:39:38 +02:00 committed by GitHub
commit 4610749173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -1 +1,7 @@
# If port selection via ttys.py is enabled by `MOST_RECENT_PORT=1`, filter
# USB serials to only select the UART bridge of integrated J-Link debugger.
# (Note: This is not a typo, maybe the MSB-430 FTDI chips were reused for the
# MSB-A2 or so?)
TTY_BOARD_FILTER := --model MSB430A
include $(RIOTBOARD)/common/msba2/Makefile.include

View File

@ -1 +1,5 @@
# If port selection via ttys.py is enabled by `MOST_RECENT_PORT=1`, filter
# USB serials to only select the UART bridge of integrated J-Link debugger.
TTY_BOARD_FILTER := --model J-Link
include $(RIOTBOARD)/common/nrf52xxxdk/Makefile.include