16 lines
288 B
CMake
16 lines
288 B
CMake
|
#
|
||
|
# Copyright (c) 2017, NXP
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
set_ifndef(LPCLINK_FW jlink)
|
||
|
|
||
|
if(LPCLINK_FW STREQUAL jlink)
|
||
|
set_ifndef(BOARD_DEBUG_RUNNER jlink)
|
||
|
endif()
|
||
|
|
||
|
board_runner_args(jlink "--device=LPC54114J256_M4")
|
||
|
|
||
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|