Skip to content

Commit 3a3eebd

Browse files
decsnydleach02
authored andcommitted
boards: mimxrt700_evk: Make linkserver the default runner
Linkeserver should be the default runner because that's actually what comes on the board out of box, which is already indicated in the documentation of the board. Signed-off-by: Declan Snyder <[email protected]>
1 parent 8f60b74 commit 3a3eebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/nxp/mimxrt700_evk/board.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ elseif(CONFIG_SOC_MIMXRT798S_HIFI4)
1717
board_runner_args(jlink "--device=MIMXRT798S_HiFi4")
1818
endif()
1919

20-
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
2120
include(${ZEPHYR_BASE}/boards/common/linkserver.board.cmake)
21+
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)

0 commit comments

Comments
 (0)