The nRF54L15 Development Kit is now available, so remove the Preview Development Kit (PDK). Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
13 lines
413 B
Plaintext
13 lines
413 B
Plaintext
# Copyright 2023 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
source "share/sysbuild/Kconfig"
|
|
|
|
config REMOTE_BOARD
|
|
string
|
|
default "nrf5340dk/nrf5340/cpunet" if $(BOARD) = "nrf5340dk"
|
|
default "nrf5340bsim/nrf5340/cpunet" if $(BOARD) = "nrf5340bsim"
|
|
default "nrf54l15dk/nrf54l15/cpuflpr" if $(BOARD) = "nrf54l15dk"
|
|
default "stm32h747i_disco/stm32h747xx/m4" if $(BOARD) = "stm32h747i_disco"
|