26a04adb8b
Add a new UF2 runner, supporting only the flash capability. Searches for FAT partitions containing `INFO_UF2.TXT` files, and can optionally filter on a matching `Board-ID` value in that file. Signed-off-by: Peter Johanson <peter@peterjohanson.com>
5 lines
136 B
CMake
5 lines
136 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_set_flasher_ifnset(uf2)
|
|
board_finalize_runner_args(uf2) # No default arguments to provide.
|