Skip to content

Commit d9f8206

Browse files
thenguyenyffabiobaltieri
authored andcommitted
boards: renesas: support pyocd runner for Renesas RA boards
Add pyocd runner support for Renesas RA boards Signed-off-by: The Nguyen <[email protected]>
1 parent af42036 commit d9f8206

File tree

20 files changed

+40
-0
lines changed

20 files changed

+40
-0
lines changed

boards/renesas/ek_ra4e2/board.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
board_runner_args(jlink "--device=R7FA4E2B9")
5+
board_runner_args(pyocd "--target=R7FA4E2B9")
56

67
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
8+
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)

boards/renesas/ek_ra4l1/board.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
board_runner_args(jlink "--device=R7FA4L1BD")
5+
board_runner_args(pyocd "--target=R7FA4L1BD")
56

67
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
8+
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)

boards/renesas/ek_ra4m1/board.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
board_runner_args(jlink "--device=R7FA4M1AB")
5+
board_runner_args(pyocd "--target=R7FA4M1AB")
56

67
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
8+
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)

boards/renesas/ek_ra4m2/board.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
board_runner_args(jlink "--device=R7FA4M2AD")
5+
board_runner_args(pyocd "--target=R7FA4M2AD")
56

67
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
8+
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)

boards/renesas/ek_ra4m3/board.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
board_runner_args(jlink "--device=R7FA4M3AF")
5+
board_runner_args(pyocd "--target=R7FA4M3AF")
56

67
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
8+
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)

boards/renesas/ek_ra4w1/board.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
board_runner_args(jlink "--device=R7FA4W1AD")
5+
board_runner_args(pyocd "--target=R7FA4W1AD")
56

67
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
8+
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)

boards/renesas/ek_ra6e2/board.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
board_runner_args(jlink "--device=R7FA6E2BB")
5+
board_runner_args(pyocd "--target=R7FA6E2BB")
56

67
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
8+
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)

boards/renesas/ek_ra6m1/board.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
board_runner_args(jlink "--device=R7FA6M1AD")
5+
board_runner_args(pyocd "--target=R7FA6M1AD")
56

67
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
8+
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)

boards/renesas/ek_ra6m2/board.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
board_runner_args(jlink "--device=R7FA6M2AF")
5+
board_runner_args(pyocd "--target=R7FA6M2AF")
56

67
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
8+
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)

boards/renesas/ek_ra6m3/board.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
board_runner_args(jlink "--device=R7FA6M3AH")
5+
board_runner_args(pyocd "--target=R7FA6M3AH")
56

67
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
8+
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)

0 commit comments

Comments
 (0)