From ef4fa601eb4ce78ba0427221e15484d4c35c68fd Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Thu, 21 Nov 2024 13:59:18 +0100 Subject: [PATCH] boards/adafruit-grand-central-m4-express: improve TTY detection With `MOST_RECENT_PORT=1`, detect the board correctly also when running the default bootloader and not a RIOT app flashed on it. --- boards/adafruit-grand-central-m4-express/Makefile.include | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boards/adafruit-grand-central-m4-express/Makefile.include b/boards/adafruit-grand-central-m4-express/Makefile.include index d9b879af10..d3e7a2b17f 100644 --- a/boards/adafruit-grand-central-m4-express/Makefile.include +++ b/boards/adafruit-grand-central-m4-express/Makefile.include @@ -1,5 +1,7 @@ CFLAGS += -DBOOTLOADER_UF2 +PROG_TTY_BOARD_FILTER := --vendor 'Adafruit Industries' --model 'Grand Central M4 Express' + # Include all definitions for flashing with bossa other USB include $(RIOTBOARD)/common/samdx1-arduino-bootloader/Makefile.include # Include handling of serial and non-bossa programmers (if selected by user)