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 12 deletions
@ -1,8 +1,5 @@ |
|||||||
# STM32H735G Discovery board configuration |
|
||||||
|
|
||||||
# Copyright (c) 2021 SILA Embedded Solutions GmbH |
# Copyright (c) 2021 SILA Embedded Solutions GmbH |
||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
config BOARD_STM32H735G_DISCO |
config BOARD_STM32H735G_DISCO |
||||||
bool "STM32H735G Discovery Development Board" |
select SOC_STM32H735XX |
||||||
depends on SOC_STM32H735XX |
|
@ -0,0 +1,5 @@ |
|||||||
|
board: |
||||||
|
name: stm32h735g_disco |
||||||
|
vendor: st |
||||||
|
socs: |
||||||
|
- name: stm32h735xx |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
@ -1,8 +1,5 @@ |
|||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
CONFIG_SOC_SERIES_STM32H7X=y |
|
||||||
CONFIG_SOC_STM32H735XX=y |
|
||||||
|
|
||||||
# Enable the internal SMPS regulator |
# Enable the internal SMPS regulator |
||||||
CONFIG_POWER_SUPPLY_DIRECT_SMPS=y |
CONFIG_POWER_SUPPLY_DIRECT_SMPS=y |
||||||
|
|
Loading…
Reference in new issue