Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
12 changed files with 11 additions and 13 deletions
@ -0,0 +1,5 @@
@@ -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 |
@ -1,7 +1,7 @@
@@ -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 @@
@@ -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 @@
@@ -0,0 +1 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
Loading…
Reference in new issue