boards: arm: nrf54l15pdk_nrf54l15: Convert to v2
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
committed by
Carles Cufi
parent
811ad90566
commit
cb348c7edf
@@ -3,9 +3,6 @@
|
||||
|
||||
if BOARD_NRF54L15PDK_NRF54L15_CPUAPP
|
||||
|
||||
config BOARD
|
||||
default "nrf54l15pdk_nrf54l15_cpuapp"
|
||||
|
||||
config BT_CTLR
|
||||
default BT
|
||||
|
||||
@@ -2,5 +2,4 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_NRF54L15PDK_NRF54L15_CPUAPP
|
||||
bool "nRF54L15 PDK nRF54L15 Application MCU"
|
||||
depends on SOC_NRF54L15_ENGA_CPUAPP
|
||||
select SOC_NRF54L15_ENGA_CPUAPP
|
||||
5
boards/nordic_nrf/nrf54l15pdk/board.yml
Normal file
5
boards/nordic_nrf/nrf54l15pdk/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: nrf54l15pdk
|
||||
vendor: Nordic Semiconductor
|
||||
socs:
|
||||
- name: nrf54l15
|
||||
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
@@ -49,7 +49,7 @@ internal or external capacitors.
|
||||
Supported Features
|
||||
==================
|
||||
|
||||
The nrf54l15pdk_nrf54l15 board configuration supports the following
|
||||
The ``nrf54l15pdk/nrf54l15/cpuapp`` board configuration supports the following
|
||||
hardware features:
|
||||
|
||||
+-----------+------------+----------------------+
|
||||
@@ -89,7 +89,7 @@ Other hardware features have not been enabled yet for this board.
|
||||
Programming and Debugging
|
||||
*************************
|
||||
|
||||
Applications for the ``nrf54l15pdk_nrf54l15_cpuapp`` board can be
|
||||
Applications for the ``nrf54l15pdk/nrf54l15/cpuapp`` board can be
|
||||
built, flashed, and debugged in the usual way. See
|
||||
:ref:`build_an_application` and :ref:`application_run` for more details on
|
||||
building and running.
|
||||
@@ -130,7 +130,7 @@ Next, build the sample by running the following command:
|
||||
|
||||
.. zephyr-app-commands::
|
||||
:zephyr-app: samples/hello_world
|
||||
:board: nrf54l15pdk_nrf54l15_cpuapp
|
||||
:board: nrf54l15pdk/nrf54l15/cpuapp
|
||||
:goals: build flash
|
||||
|
||||
Testing the LEDs and buttons in the nRF54L15 PDK
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright (c) 2024 Nordic Semiconductor ASA
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
identifier: nrf54l15pdk_nrf54l15_cpuapp
|
||||
identifier: nrf54l15pdk/nrf54l15/cpuapp
|
||||
name: nRF54l15-PDK-nRF54l15-Application
|
||||
type: mcu
|
||||
arch: arm
|
||||
@@ -1,10 +1,6 @@
|
||||
# Copyright (c) 2024 Nordic Semiconductor ASA
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_SOC_SERIES_NRF54LX=y
|
||||
CONFIG_SOC_NRF54L15_ENGA_CPUAPP=y
|
||||
CONFIG_BOARD_NRF54L15PDK_NRF54L15_CPUAPP=y
|
||||
|
||||
# Enable MPU
|
||||
CONFIG_ARM_MPU=y
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
Reference in New Issue
Block a user