Skip to content

Commit

Permalink
boards/adafruit-metro-m4-express: improve TTY detection
Browse files Browse the repository at this point in the history
Also detect TTY of bootloader with `MOST_RECENT_PORT=1`.
  • Loading branch information
maribu committed Nov 26, 2024
1 parent 0dba383 commit 567d044
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/adafruit-metro-m4-express/Makefile.include
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
CFLAGS += -DBOOTLOADER_UF2

PROG_TTY_BOARD_FILTER := --vendor 'Adafruit Industries' --model 'Metro 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)
Expand Down

0 comments on commit 567d044

Please sign in to comment.