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:
committed by
Carles Cufi
parent
ed5d1bb4cd
commit
46f92b227b
@@ -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
|
|
||||||
@@ -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
|
||||||
5
boards/st/nucleo_l433rc_p/Kconfig.nucleo_l433rc_p
Normal file
5
boards/st/nucleo_l433rc_p/Kconfig.nucleo_l433rc_p
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# Copyright (c) 2021 Matija Tudan
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
|
config BOARD_NUCLEO_L433RC_P
|
||||||
|
select SOC_STM32L433XX
|
||||||
5
boards/st/nucleo_l433rc_p/board.yml
Normal file
5
boards/st/nucleo_l433rc_p/board.yml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
board:
|
||||||
|
name: nucleo_l433rc_p
|
||||||
|
vendor: st
|
||||||
|
socs:
|
||||||
|
- name: stm32l433xx
|
||||||
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 75 KiB |
@@ -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
|
||||||
@@ -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
|
||||||
|
|
||||||
Reference in New Issue
Block a user