1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

boards/nrf52dk: provide TTY_BOARD_FILTER

This commit is contained in:
Marian Buschsieweke 2022-06-07 09:16:06 +02:00
parent f6d5a54c3e
commit 0f492ba9b0
No known key found for this signature in database
GPG Key ID: CB8E3238CE715A94

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