mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 10:03:50 +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:
parent
7832253f39
commit
ef4fa601eb
@ -1,5 +1,7 @@
|
|||||||
CFLAGS += -DBOOTLOADER_UF2
|
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 all definitions for flashing with bossa other USB
|
||||||
include $(RIOTBOARD)/common/samdx1-arduino-bootloader/Makefile.include
|
include $(RIOTBOARD)/common/samdx1-arduino-bootloader/Makefile.include
|
||||||
# Include handling of serial and non-bossa programmers (if selected by user)
|
# Include handling of serial and non-bossa programmers (if selected by user)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user