zephyr/boards/nordic/nrf54l15pdk/board.cmake
Sebastian Bøe a24238e9f9 boards: nrf54l15pdk_nrf54l15 support west attach
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>
2024-03-04 12:46:10 +01:00

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)