Skip to content

Commit 567d044

Browse files
committed
boards/adafruit-metro-m4-express: improve TTY detection
Also detect TTY of bootloader with `MOST_RECENT_PORT=1`.
1 parent 0dba383 commit 567d044

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

boards/adafruit-metro-m4-express/Makefile.include

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
CFLAGS += -DBOOTLOADER_UF2
22

3+
PROG_TTY_BOARD_FILTER := --vendor 'Adafruit Industries' --model 'Metro M4 Express'
4+
35
# Include all definitions for flashing with bossa other USB
46
include $(RIOTBOARD)/common/samdx1-arduino-bootloader/Makefile.include
57
# Include handling of serial and non-bossa programmers (if selected by user)

0 commit comments

Comments
 (0)