1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 01:23:49 +01:00

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.
This commit is contained in:
Marian Buschsieweke 2024-11-21 13:59:18 +01:00
parent 7832253f39
commit ef4fa601eb
No known key found for this signature in database
GPG Key ID: 758BD52517F79C41

View File

@ -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)