mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/common/nucleo: provide TTY_BOARD_FILTER
This commit is contained in:
parent
b986279350
commit
8d63b63e7a
@ -7,6 +7,10 @@ INCLUDES += -I$(RIOTBOARD)/common/stm32/include
|
||||
# Setup of programmer and serial is shared between STM32 based boards
|
||||
include $(RIOTMAKE)/boards/stm32.inc.mk
|
||||
|
||||
# If port selection via ttys.py is enabled by `MOST_RECENT_PORT=1`, filter
|
||||
# USB serials to only select the UART bridge of embedded STLink debuggers.
|
||||
TTY_BOARD_FILTER := --model 'STM32 STLink'
|
||||
|
||||
# variable needed by cpy2remed PROGRAMMER
|
||||
# it contains name of ST-Link removable media
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user