From 65d2e161c3092c4b39f1d2a79e7221379385cf24 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Wed, 1 May 2024 18:58:37 +0200 Subject: [PATCH] boards/mulle: add TTY_BOARD_FILTER --- boards/mulle/Makefile.include | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/mulle/Makefile.include b/boards/mulle/Makefile.include index 7d2b3383c2..fa16c6314f 100644 --- a/boards/mulle/Makefile.include +++ b/boards/mulle/Makefile.include @@ -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