Browse Source

boards: Convert nucleo_h723zg 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
b290f25baa
  1. 3
      boards/st/nucleo_h723zg/Kconfig.defconfig
  2. 5
      boards/st/nucleo_h723zg/Kconfig.nucleo_h723zg
  3. 0
      boards/st/nucleo_h723zg/arduino_r3_connector.dtsi
  4. 0
      boards/st/nucleo_h723zg/board.cmake
  5. 5
      boards/st/nucleo_h723zg/board.yml
  6. 0
      boards/st/nucleo_h723zg/doc/img/nucleo_h723zg.jpg
  7. 4
      boards/st/nucleo_h723zg/doc/index.rst
  8. 0
      boards/st/nucleo_h723zg/nucleo_h723zg.dts
  9. 0
      boards/st/nucleo_h723zg/nucleo_h723zg.yaml
  10. 5
      boards/st/nucleo_h723zg/nucleo_h723zg_defconfig
  11. 0
      boards/st/nucleo_h723zg/support/openocd.cfg

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

@ -5,9 +5,6 @@
if BOARD_NUCLEO_H723ZG if BOARD_NUCLEO_H723ZG
config BOARD
default "nucleo_h723zg"
if NETWORKING if NETWORKING
config NET_L2_ETHERNET config NET_L2_ETHERNET

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

@ -1,8 +1,5 @@
# STM32H723ZG Nucleo board configuration
# Copyright (c) 2020 Alexander Kozhinov <AlexanderKozhinov@yandex.com> # Copyright (c) 2020 Alexander Kozhinov <AlexanderKozhinov@yandex.com>
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_H723ZG config BOARD_NUCLEO_H723ZG
bool "NUCLEO-H723ZG Development Board" select SOC_STM32H723XX
depends on SOC_STM32H723XX

0
boards/boards_legacy/arm/nucleo_h723zg/arduino_r3_connector.dtsi → boards/st/nucleo_h723zg/arduino_r3_connector.dtsi

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

5
boards/st/nucleo_h723zg/board.yml

@ -0,0 +1,5 @@
board:
name: nucleo_h723zg
vendor: st
socs:
- name: stm32h723xx

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

Before

Width:  |  Height:  |  Size: 109 KiB

After

Width:  |  Height:  |  Size: 109 KiB

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

@ -118,8 +118,8 @@ features:
Other hardware features are not yet supported on this Zephyr port. Other hardware features are not yet supported on this Zephyr port.
The default configuration per core can be found in the defconfig files: The default configuration can be found in the defconfig files:
``boards/arm/nucleo_h723zg/nucleo_h723zg_defconfig`` :zephyr_file:`boards/st/nucleo_h723zg/nucleo_h723zg_defconfig``
For more details please refer to `STM32 Nucleo-144 board User Manual`_. For more details please refer to `STM32 Nucleo-144 board User Manual`_.

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

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

5
boards/boards_legacy/arm/nucleo_h723zg/nucleo_h723zg_defconfig → boards/st/nucleo_h723zg/nucleo_h723zg_defconfig

@ -1,10 +1,5 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_STM32H7X=y
CONFIG_SOC_STM32H723XX=y
CONFIG_BOARD_NUCLEO_H723ZG=y
# Enable MPU # Enable MPU
CONFIG_ARM_MPU=y CONFIG_ARM_MPU=y

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

Loading…
Cancel
Save