Browse Source

boards: Convert weact_stm32g431_core to HWM v2

Port the board to HWMv2.

Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
pull/69687/head
Guillaume Gautier 1 year ago committed by Jamie McCrae
parent
commit
1e79ba15f6
  1. 12
      boards/boards_legacy/arm/weact_stm32g431_core/Kconfig.defconfig
  2. 6
      boards/weact/weact_stm32g431_core/Kconfig.weact_stm32g431_core
  3. 0
      boards/weact/weact_stm32g431_core/board.cmake
  4. 5
      boards/weact/weact_stm32g431_core/board.yml
  5. 0
      boards/weact/weact_stm32g431_core/doc/index.rst
  6. 0
      boards/weact/weact_stm32g431_core/support/openocd.cfg
  7. 0
      boards/weact/weact_stm32g431_core/weact_stm32g431_core.dts
  8. 0
      boards/weact/weact_stm32g431_core/weact_stm32g431_core.yaml
  9. 3
      boards/weact/weact_stm32g431_core/weact_stm32g431_core_defconfig

12
boards/boards_legacy/arm/weact_stm32g431_core/Kconfig.defconfig

@ -1,12 +0,0 @@
#
# Copyright (c) 2023 Andreas Sandberg
#
# SPDX-License-Identifier: Apache-2.0
#
if BOARD_WEACT_STM32G431_CORE
config BOARD
default "weact_stm32g431_core"
endif

6
boards/boards_legacy/arm/weact_stm32g431_core/Kconfig.board → boards/weact/weact_stm32g431_core/Kconfig.weact_stm32g431_core

@ -1,9 +1,5 @@
#
# Copyright (c) 2023 Andreas Sandberg # Copyright (c) 2023 Andreas Sandberg
#
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
#
config BOARD_WEACT_STM32G431_CORE config BOARD_WEACT_STM32G431_CORE
bool "WeAct Studio STM32G431 Core Board" select SOC_STM32G431XX
depends on SOC_STM32G431XX

0
boards/boards_legacy/arm/weact_stm32g431_core/board.cmake → boards/weact/weact_stm32g431_core/board.cmake

5
boards/weact/weact_stm32g431_core/board.yml

@ -0,0 +1,5 @@
board:
name: weact_stm32g431_core
vendor: weact
socs:
- name: stm32g431xx

0
boards/boards_legacy/arm/weact_stm32g431_core/doc/index.rst → boards/weact/weact_stm32g431_core/doc/index.rst

0
boards/boards_legacy/arm/weact_stm32g431_core/support/openocd.cfg → boards/weact/weact_stm32g431_core/support/openocd.cfg

0
boards/boards_legacy/arm/weact_stm32g431_core/weact_stm32g431_core.dts → boards/weact/weact_stm32g431_core/weact_stm32g431_core.dts

0
boards/boards_legacy/arm/weact_stm32g431_core/weact_stm32g431_core.yaml → boards/weact/weact_stm32g431_core/weact_stm32g431_core.yaml

3
boards/boards_legacy/arm/weact_stm32g431_core/weact_stm32g431_core_defconfig → boards/weact/weact_stm32g431_core/weact_stm32g431_core_defconfig

@ -4,9 +4,6 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
CONFIG_SOC_SERIES_STM32G4X=y
CONFIG_SOC_STM32G431XX=y
CONFIG_CLOCK_CONTROL=y CONFIG_CLOCK_CONTROL=y
CONFIG_PINCTRL=y CONFIG_PINCTRL=y
Loading…
Cancel
Save