boards: Convert nucleo_l432kc to HWM v2

Port the board to HWMv2.

Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
This commit is contained in:
Guillaume Gautier
2024-02-09 09:10:19 +01:00
committed by Carles Cufi
parent 325f95ec20
commit ed5d1bb4cd
12 changed files with 11 additions and 16 deletions

View File

@@ -1,9 +0,0 @@
# STM32L432KC Nucleo board configuration
# Copyright (c) 2016 Open-RnD Sp. z o.o.
# Copyright (c) 2016 BayLibre, SAS
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_L432KC
bool "Nucleo L432KC Development Board"
depends on SOC_STM32L432XX

View File

@@ -6,9 +6,6 @@
if BOARD_NUCLEO_L432KC
config BOARD
default "nucleo_l432kc"
config SPI_STM32_INTERRUPT
default y
depends on SPI

View File

@@ -0,0 +1,5 @@
# Copyright (c) 2016 BayLibre, SAS
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_L432KC
select SOC_STM32L432XX

View File

@@ -0,0 +1,5 @@
board:
name: nucleo_l432kc
vendor: st
socs:
- name: stm32l432xx

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -122,7 +122,7 @@ The Zephyr nucleo_l432kc board configuration supports the following hardware fea
Other hardware features are not yet supported on this Zephyr port.
The default configuration can be found in the defconfig file:
``boards/arm/nucleo_l432kc/nucleo_l432kc_defconfig``
``boards/st/nucleo_l432kc/nucleo_l432kc_defconfig``
Connections and IOs

View File

@@ -1,8 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_STM32L4X=y
CONFIG_SOC_STM32L432XX=y
# Enable MPU
CONFIG_ARM_MPU=y