Port the board to HWMv2. Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>pull/69687/head
@ -1,8 +1,5 @@ |
|||||||
# NUCLEO-144 F413ZH board configuration |
|
||||||
|
|
||||||
# Copyright (c) 2017 Florian Vaussard, HEIG-VD |
# Copyright (c) 2017 Florian Vaussard, HEIG-VD |
||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
config BOARD_NUCLEO_F413ZH |
config BOARD_NUCLEO_F413ZH |
||||||
bool "NUCLEO-144 F413ZH Development Board" |
select SOC_STM32F413XX |
||||||
depends on SOC_STM32F413XX |
|
@ -0,0 +1,5 @@ |
|||||||
|
board: |
||||||
|
name: nucleo_f413zh |
||||||
|
vendor: st |
||||||
|
socs: |
||||||
|
- name: stm32f413xx |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 91 KiB |
Before Width: | Height: | Size: 103 KiB After Width: | Height: | Size: 103 KiB |
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 77 KiB |
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 93 KiB |
@ -1,8 +1,5 @@ |
|||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
CONFIG_SOC_SERIES_STM32F4X=y |
|
||||||
CONFIG_SOC_STM32F413XX=y |
|
||||||
|
|
||||||
# Enable MPU |
# Enable MPU |
||||||
CONFIG_ARM_MPU=y |
CONFIG_ARM_MPU=y |
||||||
|
|