1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/microbit-v2: Recognize with MOST_RECENT_PORT

This commit is contained in:
chrysn 2023-02-24 12:44:45 +01:00
parent 72a0f1972d
commit 8dff7cc347

View File

@ -2,6 +2,11 @@
PROGRAMMER ?= openocd
PROGRAMMERS_SUPPORTED += pyocd
# The model text used has double quotes around the name. That's an odd enough
# choice to warrant making them optional in the detection, in case later
# programmer firmware revisions "fix" that.
TTY_BOARD_FILTER := --model ".?BBC micro:bit CMSIS-DAP.?"
# The board is not recognized automatically by pyocd, so the CPU target
# option is passed explicitly
PYOCD_FLASH_TARGET_TYPE ?= -t $(CPU)