Skip to content

Commit b2626fa

Browse files
butokcarlescufi
authored andcommitted
boards: mimxrt1040_evk: add LinkServer and Pyocd
Add LinkServer and Pyocd runners for the MIMXRT1040-EVK board. Signed-off-by: Andrej Butok <[email protected]>
1 parent 8cc0777 commit b2626fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

boards/arm/mimxrt1040_evk/board.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@
55
#
66

77
board_runner_args(jlink "--device=MIMXRT1042XXX6B")
8+
board_runner_args(linkserver "--device=MIMXRT1042xxxxB:MIMXRT1040-EVK")
9+
board_runner_args(pyocd "--target=MIMXRT1042XJM5B")
810

911
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
12+
include(${ZEPHYR_BASE}/boards/common/linkserver.board.cmake)
13+
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)

0 commit comments

Comments
 (0)