boards: Convert nucleo_l433rc_p 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:28 +01:00
committed by Carles Cufi
parent ed5d1bb4cd
commit 46f92b227b
13 changed files with 11 additions and 15 deletions

View File

@@ -1,8 +0,0 @@
# STM32L433RC Nucleo board configuration
# Copyright (c) 2021 Matija Tudan
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_L433RC_P
bool "Nucleo L433RC-P Development Board"
depends on SOC_STM32L433XX

View File

@@ -5,9 +5,6 @@
if BOARD_NUCLEO_L433RC_P if BOARD_NUCLEO_L433RC_P
config BOARD
default "nucleo_l433rc_p"
config SPI_STM32_INTERRUPT config SPI_STM32_INTERRUPT
default y default y
depends on SPI depends on SPI

View File

@@ -0,0 +1,5 @@
# Copyright (c) 2021 Matija Tudan
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_L433RC_P
select SOC_STM32L433XX

View File

@@ -0,0 +1,5 @@
board:
name: nucleo_l433rc_p
vendor: st
socs:
- name: stm32l433xx

View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 75 KiB

View File

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

View File

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