boards: arm: Add UF2 runner for RPI Pico board.
Include the new UF2 runner for the RPI Pico to allow basic flashing over UF2 without any additional hardware. Signed-off-by: Peter Johanson <peter@peterjohanson.com>
This commit is contained in:
parent
26a04adb8b
commit
7f6d12b348
1 changed files with 2 additions and 0 deletions
|
@ -26,7 +26,9 @@ board_runner_args(openocd --cmd-pre-init "source [find target/rp2040.cfg]")
|
|||
board_runner_args(openocd --cmd-pre-init "set_adapter_speed_if_not_set 2000")
|
||||
|
||||
board_runner_args(jlink "--device=RP2040_M0_0")
|
||||
board_runner_args(uf2 "--board-id=RPI-RP2")
|
||||
|
||||
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
|
||||
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|
||||
include(${ZEPHYR_BASE}/boards/common/uf2.board.cmake)
|
||||
include(${ZEPHYR_BASE}/boards/common/blackmagicprobe.board.cmake)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue