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

boards/qn9080dk: add TTY_BOARD_FILTER

With `MOST_RECENT_PORT=1` the TTY interface of the most recently
connected board with an embedded NXP debugger is selected. If only
a single board with an embedded NXP debugger is selected, this will
automatically connect to the correct board using:

```
make term MOST_RECENT_PORT=1
```
This commit is contained in:
Marian Buschsieweke 2022-12-05 11:20:39 +01:00
parent 045bb7c39c
commit 08725d65cc
No known key found for this signature in database
GPG Key ID: CB8E3238CE715A94

View File

@ -6,5 +6,9 @@ CFLAGS += \
OPENOCD_DEBUG_ADAPTER ?= dap
# If port selection via ttys.py is enabled by `MOST_RECENT_PORT=1`, filter
# USB serials to only select the UART bridge of embedded NXP debuggers.
TTY_BOARD_FILTER := --vendor NXP --model LPC-LINK2
# Include default QN908x board config
include $(RIOTBOARD)/common/qn908x/Makefile.include