a24238e9f9
Add CMake code that fixes west attach on nrf54l15pdk_nrf54l15. I don't know why this fixes west attach as this is cargo cult code. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
9 lines
321 B
CMake
9 lines
321 B
CMake
# Copyright (c) 2024 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_runner_args(jlink "--device=cortex-m33" "--speed=4000")
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
|
|
include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake)
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|