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

boards/mulle: add TTY_BOARD_FILTER

This commit is contained in:
Marian Buschsieweke 2024-05-01 18:58:37 +02:00
parent 0fd649de67
commit 65d2e161c3
No known key found for this signature in database
GPG Key ID: 77AA882EC78084E6

View File

@ -26,3 +26,4 @@ DEBUG_ADAPTER_ID ?= $(PROGRAMMER_SERIAL)
# Define the default port depending on the host OS
PORT_LINUX ?= /dev/ttyUSB0
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbserial*)))
TTY_BOARD_FILTER := --model 'Mulle Programmer' --iface-num 0