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:
parent
72a0f1972d
commit
8dff7cc347
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user