boards: Convert az3166_iotdevkit 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:40:12 +01:00
committed by Jamie McCrae
parent ba580c7236
commit a821de8532
11 changed files with 10 additions and 26 deletions

View File

@@ -1,8 +0,0 @@
# MXChip AZ3166 DevKit board configuration
# Copyright (c) 2023 Benjamin Cabé <benjamin@zephyrproject.org>
# SPDX-License-Identifier: Apache-2.0
config BOARD_AZ3166_DEVKIT
bool "MXChip AZ3166 DevKit"
depends on SOC_STM32F412RX

View File

@@ -1,15 +0,0 @@
# MXChip AZ3166 DevKit board configuration
# Copyright (c) 2023 Benjamin Cabé <benjamin@zephyrproject.org>
# SPDX-License-Identifier: Apache-2.0
if BOARD_AZ3166_DEVKIT
config BOARD
default "az3166_devkit"
choice HTS221_TRIGGER_MODE
default HTS221_TRIGGER_NONE
endchoice
endif # BOARD_AZ3166_DEVKIT

View File

@@ -0,0 +1,5 @@
# Copyright (c) 2023 Benjamin Cabé <benjamin@zephyrproject.org>
# SPDX-License-Identifier: Apache-2.0
config BOARD_AZ3166_IOTDEVKIT
select SOC_STM32F412RX

View File

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

View File

@@ -0,0 +1,5 @@
board:
name: az3166_iotdevkit
vendor: mxchip
socs:
- name: stm32f412rx

View File

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 54 KiB