Browse Source

boards: Convert stm32h735g_disco to HWM v2

Port the board to HWMv2.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
pull/69687/head
Erwan Gouriou 1 year ago committed by Carles Cufi
parent
commit
00314155df
  1. 3
      boards/st/stm32h735g_disco/Kconfig.defconfig
  2. 5
      boards/st/stm32h735g_disco/Kconfig.stm32h735g_disco
  3. 0
      boards/st/stm32h735g_disco/board.cmake
  4. 5
      boards/st/stm32h735g_disco/board.yml
  5. 0
      boards/st/stm32h735g_disco/doc/img/stm32h735g_disco.jpg
  6. 4
      boards/st/stm32h735g_disco/doc/index.rst
  7. 0
      boards/st/stm32h735g_disco/pmod_connector.dtsi
  8. 0
      boards/st/stm32h735g_disco/stm32h735g_disco.dts
  9. 0
      boards/st/stm32h735g_disco/stm32h735g_disco.yaml
  10. 3
      boards/st/stm32h735g_disco/stm32h735g_disco_defconfig
  11. 0
      boards/st/stm32h735g_disco/support/openocd.cfg

3
boards/boards_legacy/arm/stm32h735g_disco/Kconfig.defconfig → boards/st/stm32h735g_disco/Kconfig.defconfig

@ -5,9 +5,6 @@ @@ -5,9 +5,6 @@
if BOARD_STM32H735G_DISCO
config BOARD
default "stm32h735g_disco"
if NETWORKING
config NET_L2_ETHERNET

5
boards/boards_legacy/arm/stm32h735g_disco/Kconfig.board → boards/st/stm32h735g_disco/Kconfig.stm32h735g_disco

@ -1,8 +1,5 @@ @@ -1,8 +1,5 @@
# STM32H735G Discovery board configuration
# Copyright (c) 2021 SILA Embedded Solutions GmbH
# SPDX-License-Identifier: Apache-2.0
config BOARD_STM32H735G_DISCO
bool "STM32H735G Discovery Development Board"
depends on SOC_STM32H735XX
select SOC_STM32H735XX

0
boards/boards_legacy/arm/stm32h735g_disco/board.cmake → boards/st/stm32h735g_disco/board.cmake

5
boards/st/stm32h735g_disco/board.yml

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
board:
name: stm32h735g_disco
vendor: st
socs:
- name: stm32h735xx

0
boards/boards_legacy/arm/stm32h735g_disco/doc/img/stm32h735g_disco.jpg → boards/st/stm32h735g_disco/doc/img/stm32h735g_disco.jpg

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

4
boards/boards_legacy/arm/stm32h735g_disco/doc/index.rst → boards/st/stm32h735g_disco/doc/index.rst

@ -77,8 +77,8 @@ The current Zephyr stm32h735g_disco board configuration supports the following h @@ -77,8 +77,8 @@ The current Zephyr stm32h735g_disco board configuration supports the following h
Other hardware features are not yet supported on Zephyr porting.
The default configuration per core can be found in the defconfig file:
``boards/arm/stm32h735g_disco/stm32h735g_disco_defconfig``
The default configuration can be found in the defconfig file:
:zephyr_file:`boards/st/stm32h735g_disco/stm32h735g_disco_defconfig`
Pin Mapping
===========

0
boards/boards_legacy/arm/stm32h735g_disco/pmod_connector.dtsi → boards/st/stm32h735g_disco/pmod_connector.dtsi

0
boards/boards_legacy/arm/stm32h735g_disco/stm32h735g_disco.dts → boards/st/stm32h735g_disco/stm32h735g_disco.dts

0
boards/boards_legacy/arm/stm32h735g_disco/stm32h735g_disco.yaml → boards/st/stm32h735g_disco/stm32h735g_disco.yaml

3
boards/boards_legacy/arm/stm32h735g_disco/stm32h735g_disco_defconfig → boards/st/stm32h735g_disco/stm32h735g_disco_defconfig

@ -1,8 +1,5 @@ @@ -1,8 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_STM32H7X=y
CONFIG_SOC_STM32H735XX=y
# Enable the internal SMPS regulator
CONFIG_POWER_SUPPLY_DIRECT_SMPS=y

0
boards/boards_legacy/arm/stm32h735g_disco/support/openocd.cfg → boards/st/stm32h735g_disco/support/openocd.cfg

Loading…
Cancel
Save