Browse Source
Port the board to HWMv2. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>pull/69687/head
12 changed files with 10 additions and 14 deletions
@ -1,8 +0,0 @@ |
|||||||
# STM32F723E Discovery board configuration |
|
||||||
|
|
||||||
# Copyright (c) 2018 Aurelien Jarno |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
config BOARD_STM32F723E_DISCO |
|
||||||
bool "STM32F723E Discovery Development Board" |
|
||||||
depends on SOC_STM32F723XX |
|
@ -0,0 +1,5 @@ |
|||||||
|
# Copyright (c) 2018 Aurelien Jarno |
||||||
|
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
|
config BOARD_STM32F723E_DISCO |
||||||
|
select SOC_STM32F723XX |
@ -0,0 +1,5 @@ |
|||||||
|
board: |
||||||
|
name: stm32f723e_disco |
||||||
|
vendor: st |
||||||
|
socs: |
||||||
|
- name: stm32f723xx |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
@ -1,8 +1,5 @@ |
|||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
CONFIG_SOC_SERIES_STM32F7X=y |
|
||||||
CONFIG_SOC_STM32F723XX=y |
|
||||||
|
|
||||||
# Enable MPU |
# Enable MPU |
||||||
CONFIG_ARM_MPU=y |
CONFIG_ARM_MPU=y |
||||||
|
|
Loading…
Reference in new issue