boards: Convert nucleo_f446ze to HWM v2
Port the board to HWMv2. Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>
@@ -1,8 +0,0 @@
|
||||
# STM32F446ZE Nucleo board configuration
|
||||
|
||||
# Copyright (c) 2021 Tom Owen
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_NUCLEO_F446ZE
|
||||
bool "Nucleo F446ZE Development Board"
|
||||
depends on SOC_STM32F446XX
|
||||
@@ -5,9 +5,6 @@
|
||||
|
||||
if BOARD_NUCLEO_F446ZE
|
||||
|
||||
config BOARD
|
||||
default "nucleo_f446ze"
|
||||
|
||||
config SPI_STM32_INTERRUPT
|
||||
default y
|
||||
depends on SPI
|
||||
5
boards/st/nucleo_f446ze/Kconfig.nucleo_f446ze
Normal file
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2021 Tom Owen
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_NUCLEO_F446ZE
|
||||
select SOC_STM32F446XX
|
||||
5
boards/st/nucleo_f446ze/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: nucleo_f446ze
|
||||
vendor: st
|
||||
socs:
|
||||
- name: stm32f446xx
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 90 KiB |
|
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 99 KiB |
|
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 77 KiB |
|
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 87 KiB |
@@ -1,8 +1,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_SOC_SERIES_STM32F4X=y
|
||||
CONFIG_SOC_STM32F446XX=y
|
||||
|
||||
# Enable MPU
|
||||
CONFIG_ARM_MPU=y
|
||||
|
||||