Skip to content

Commit b929b6e

Browse files
tpambornashif
authored andcommitted
boards: renesas: ek_ra2l1: Add support for probe-rs
Allow flashing the r7fa2l1ab chip found on the ek_ra2l1 board using the probe-rs runner. Signed-off-by: Tim Pambor <[email protected]>
1 parent 708ce03 commit b929b6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

boards/renesas/ek_ra2l1/board.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ board_set_flasher_ifnset(jlink)
66

77
board_runner_args(jlink "--device=r7fa2l1ab")
88
board_runner_args(pyocd "--target=r7fa2l1ab")
9+
board_runner_args(probe-rs "--chip=r7fa2l1ab")
910

1011
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
1112
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
1213
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
14+
include(${ZEPHYR_BASE}/boards/common/probe-rs.board.cmake)

0 commit comments

Comments
 (0)