boards: Convert nucleo_f412zg to HWM v2

Port the board to HWMv2.

Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>
This commit is contained in:
Abderrahmane Jarmouni
2024-02-06 17:49:58 +01:00
committed by Jamie McCrae
parent a21546140a
commit 4ec99c31b0
15 changed files with 6 additions and 10 deletions

View File

@@ -5,9 +5,6 @@
if BOARD_NUCLEO_F412ZG
config BOARD
default "nucleo_f412zg"
if NETWORKING
config USB_DEVICE_STACK

View File

@@ -1,8 +1,5 @@
# NUCLEO-144 F412ZG board configuration
# Copyright (c) 2017 Florian Vaussard, HEIG-VD
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_F412ZG
bool "NUCLEO-144 F412ZG Development Board"
depends on SOC_STM32F412ZX
select SOC_STM32F412ZX

View File

@@ -0,0 +1,5 @@
board:
name: nucleo_f412zg
vendor: st
socs:
- name: stm32f412zx

View File

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

View File

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 85 KiB

View File

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 72 KiB

View File

Before

Width:  |  Height:  |  Size: 83 KiB

After

Width:  |  Height:  |  Size: 83 KiB

View File

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