Skip to content

Commit 8aaf40a

Browse files
yvandervaescolar
authored andcommitted
linkserver: nxp: enable linkserver to be the default runner
This commit sets linkserver as the runner, if none was set in the board's board.cmake file. This change will enable NXP to make linkserver the default runner for the NXP boards. Signed-off-by: Yves Vandervennet <[email protected]>
1 parent 37305fa commit 8aaf40a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

boards/common/linkserver.board.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Copyright 2023 NXP
22
# SPDX-License-Identifier: Apache-2.0
33

4+
board_set_flasher_ifnset(linkserver)
5+
board_set_debugger_ifnset(linkserver)
46
board_finalize_runner_args(linkserver "--dt-flash=y")

0 commit comments

Comments
 (0)