Browse Source
Port the board to HWMv2. Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>pull/69687/head
11 changed files with 10 additions and 26 deletions
@ -1,8 +0,0 @@
@@ -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 |
@ -1,15 +0,0 @@
@@ -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 |
@ -0,0 +1,5 @@
@@ -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 |
@ -1,8 +1,5 @@
@@ -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 |
||||
|
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: az3166_iotdevkit |
||||
vendor: mxchip |
||||
socs: |
||||
- name: stm32f412rx |
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
Loading…
Reference in new issue