Skip to content

Commit

Permalink
boards: arm: rpi_pico: add pyocd runner configuration
Browse files Browse the repository at this point in the history
Adding configuration for support pyocd.

Signed-off-by: TOKITA Hiroshi <[email protected]>
  • Loading branch information
soburi authored and fabiobaltieri committed Nov 27, 2023
1 parent aed0c45 commit 9f1b1bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/arm/rpi_pico/board.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ 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")
board_runner_args(pyocd "--target=rp2040")

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)
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)

0 comments on commit 9f1b1bb

Please sign in to comment.