Browse Source
Port the board to HWMv2. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>pull/69687/head
12 changed files with 11 additions and 15 deletions
@ -1,8 +0,0 @@
@@ -1,8 +0,0 @@
|
||||
# STM32H7A3ZI-Q Nucleo board configuration |
||||
|
||||
# Copyright (c) 2021 Electrolance Solutions |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_NUCLEO_H7A3ZI_Q |
||||
bool "Nucleo H75A3ZI-Q Development Board" |
||||
depends on SOC_STM32H7A3XXQ |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2021 Electrolance Solutions |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_NUCLEO_H7A3ZI_Q |
||||
select SOC_STM32H7A3XXQ |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: nucleo_h7a3zi_q |
||||
vendor: st |
||||
socs: |
||||
- name: stm32h7a3xx |
Before Width: | Height: | Size: 166 KiB After Width: | Height: | Size: 166 KiB |
@ -1,9 +1,6 @@
@@ -1,9 +1,6 @@
|
||||
# Copyright (c) 2021 Electrolance Solutions |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
CONFIG_SOC_SERIES_STM32H7X=y |
||||
CONFIG_SOC_STM32H7A3XXQ=y |
||||
|
||||
# Enable MPU |
||||
CONFIG_ARM_MPU=y |
||||
|
Loading…
Reference in new issue