Skip to content

Commit

Permalink
boards: Convert stm32h750b_dk to HWM v2
Browse files Browse the repository at this point in the history
Port the board to HWMv2.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
  • Loading branch information
erwango committed Feb 16, 2024
1 parent 35cc7a0 commit fad7e2e
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 20 deletions.
11 changes: 0 additions & 11 deletions boards/boards_legacy/arm/stm32h750b_dk/Kconfig.defconfig

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# STM32H735G Discovery board configuration

# Copyright (c) 2023 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0

config BOARD_STM32H750B_DK
bool "STM32H750B Discovery Kit"
depends on SOC_STM32H750XX
select SOC_STM32H750XX
File renamed without changes.
5 changes: 5 additions & 0 deletions boards/st/stm32h750b_dk/board.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
board:
name: stm32h750b_dk
vendor: st
socs:
- name: stm32h750xx
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ The current Zephyr stm32h750b_dk board configuration supports the following hard

Other hardware features are not yet supported on Zephyr porting.

The default configuration per core can be found in the defconfig file:
``boards/arm/stm32h750b_dk/stm32h750b_dk_defconfig``
The default configuration can be found in the defconfig file:
:zephyr_file:`boards/st/stm32h750b_dk/stm32h750b_dk_defconfig`

Pin Mapping
===========
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Copyright (c) 2023 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0

CONFIG_SOC_SERIES_STM32H7X=y
CONFIG_SOC_STM32H750XX=y

# Enable the internal SMPS regulator
CONFIG_POWER_SUPPLY_LDO=y

Expand Down
File renamed without changes.

0 comments on commit fad7e2e

Please sign in to comment.