Browse Source
Port the board to HWMv2. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>pull/69687/head
11 changed files with 8 additions and 14 deletions
@ -1,8 +1,5 @@ |
|||||||
# STM32H723ZG Nucleo board configuration |
|
||||||
|
|
||||||
# Copyright (c) 2020 Alexander Kozhinov <AlexanderKozhinov@yandex.com> |
# Copyright (c) 2020 Alexander Kozhinov <AlexanderKozhinov@yandex.com> |
||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
config BOARD_NUCLEO_H723ZG |
config BOARD_NUCLEO_H723ZG |
||||||
bool "NUCLEO-H723ZG Development Board" |
select SOC_STM32H723XX |
||||||
depends on SOC_STM32H723XX |
|
@ -0,0 +1,5 @@ |
|||||||
|
board: |
||||||
|
name: nucleo_h723zg |
||||||
|
vendor: st |
||||||
|
socs: |
||||||
|
- name: stm32h723xx |
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 109 KiB |
@ -1,10 +1,5 @@ |
|||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
CONFIG_SOC_SERIES_STM32H7X=y |
|
||||||
CONFIG_SOC_STM32H723XX=y |
|
||||||
|
|
||||||
CONFIG_BOARD_NUCLEO_H723ZG=y |
|
||||||
|
|
||||||
# Enable MPU |
# Enable MPU |
||||||
CONFIG_ARM_MPU=y |
CONFIG_ARM_MPU=y |
||||||
|
|
Loading…
Reference in new issue