Browse Source
Port the board to HWMv2. Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>pull/69687/head
11 changed files with 12 additions and 18 deletions
@ -1,10 +0,0 @@
@@ -1,10 +0,0 @@
|
||||
# STM32H573I-DK Discovery kit board configuration |
||||
# |
||||
# Copyright (c) 2023 STMicroelectronics |
||||
# |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
# |
||||
|
||||
config BOARD_STM32H573I_DK |
||||
bool "STM32H573I-DK Discovery Development Board" |
||||
depends on SOC_STM32H573XX |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2023 STMicroelectronics |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_STM32H573I_DK |
||||
select SOC_STM32H573XX |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: stm32h573i_dk |
||||
vendor: st |
||||
socs: |
||||
- name: stm32h573xx |
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 77 KiB |
@ -1,9 +1,6 @@
@@ -1,9 +1,6 @@
|
||||
# Copyright (c) 2023 STMicroelectronics |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
CONFIG_SOC_SERIES_STM32H5X=y |
||||
CONFIG_SOC_STM32H573XX=y |
||||
|
||||
# Enable MPU |
||||
CONFIG_ARM_MPU=y |
||||
|
Loading…
Reference in new issue