File tree Expand file tree Collapse file tree 20 files changed +40
-0
lines changed Expand file tree Collapse file tree 20 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
board_runner_args (jlink "--device=R7FA4E2B9" )
5
+ board_runner_args (pyocd "--target=R7FA4E2B9" )
5
6
6
7
include (${ZEPHYR_BASE} /boards/common/jlink.board.cmake )
8
+ include (${ZEPHYR_BASE} /boards/common/pyocd.board.cmake )
Original file line number Diff line number Diff line change 2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
board_runner_args (jlink "--device=R7FA4L1BD" )
5
+ board_runner_args (pyocd "--target=R7FA4L1BD" )
5
6
6
7
include (${ZEPHYR_BASE} /boards/common/jlink.board.cmake )
8
+ include (${ZEPHYR_BASE} /boards/common/pyocd.board.cmake )
Original file line number Diff line number Diff line change 2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
board_runner_args (jlink "--device=R7FA4M1AB" )
5
+ board_runner_args (pyocd "--target=R7FA4M1AB" )
5
6
6
7
include (${ZEPHYR_BASE} /boards/common/jlink.board.cmake )
8
+ include (${ZEPHYR_BASE} /boards/common/pyocd.board.cmake )
Original file line number Diff line number Diff line change 2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
board_runner_args (jlink "--device=R7FA4M2AD" )
5
+ board_runner_args (pyocd "--target=R7FA4M2AD" )
5
6
6
7
include (${ZEPHYR_BASE} /boards/common/jlink.board.cmake )
8
+ include (${ZEPHYR_BASE} /boards/common/pyocd.board.cmake )
Original file line number Diff line number Diff line change 2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
board_runner_args (jlink "--device=R7FA4M3AF" )
5
+ board_runner_args (pyocd "--target=R7FA4M3AF" )
5
6
6
7
include (${ZEPHYR_BASE} /boards/common/jlink.board.cmake )
8
+ include (${ZEPHYR_BASE} /boards/common/pyocd.board.cmake )
Original file line number Diff line number Diff line change 2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
board_runner_args (jlink "--device=R7FA4W1AD" )
5
+ board_runner_args (pyocd "--target=R7FA4W1AD" )
5
6
6
7
include (${ZEPHYR_BASE} /boards/common/jlink.board.cmake )
8
+ include (${ZEPHYR_BASE} /boards/common/pyocd.board.cmake )
Original file line number Diff line number Diff line change 2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
board_runner_args (jlink "--device=R7FA6E2BB" )
5
+ board_runner_args (pyocd "--target=R7FA6E2BB" )
5
6
6
7
include (${ZEPHYR_BASE} /boards/common/jlink.board.cmake )
8
+ include (${ZEPHYR_BASE} /boards/common/pyocd.board.cmake )
Original file line number Diff line number Diff line change 2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
board_runner_args (jlink "--device=R7FA6M1AD" )
5
+ board_runner_args (pyocd "--target=R7FA6M1AD" )
5
6
6
7
include (${ZEPHYR_BASE} /boards/common/jlink.board.cmake )
8
+ include (${ZEPHYR_BASE} /boards/common/pyocd.board.cmake )
Original file line number Diff line number Diff line change 2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
board_runner_args (jlink "--device=R7FA6M2AF" )
5
+ board_runner_args (pyocd "--target=R7FA6M2AF" )
5
6
6
7
include (${ZEPHYR_BASE} /boards/common/jlink.board.cmake )
8
+ include (${ZEPHYR_BASE} /boards/common/pyocd.board.cmake )
Original file line number Diff line number Diff line change 2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
board_runner_args (jlink "--device=R7FA6M3AH" )
5
+ board_runner_args (pyocd "--target=R7FA6M3AH" )
5
6
6
7
include (${ZEPHYR_BASE} /boards/common/jlink.board.cmake )
8
+ include (${ZEPHYR_BASE} /boards/common/pyocd.board.cmake )
You can’t perform that action at this time.
0 commit comments