Browse Source

boards: Convert nucleo_l4a6zg 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 Carles Cufi
parent
commit
24e357d623
  1. 8
      boards/boards_legacy/arm/nucleo_l4a6zg/Kconfig.board
  2. 3
      boards/st/nucleo_l4a6zg/Kconfig.defconfig
  3. 5
      boards/st/nucleo_l4a6zg/Kconfig.nucleo_l4a6zg
  4. 0
      boards/st/nucleo_l4a6zg/arduino_r3_connector.dtsi
  5. 0
      boards/st/nucleo_l4a6zg/board.cmake
  6. 5
      boards/st/nucleo_l4a6zg/board.yml
  7. 2
      boards/st/nucleo_l4a6zg/doc/index.rst
  8. 0
      boards/st/nucleo_l4a6zg/nucleo_l4a6zg.dts
  9. 0
      boards/st/nucleo_l4a6zg/nucleo_l4a6zg.yaml
  10. 3
      boards/st/nucleo_l4a6zg/nucleo_l4a6zg_defconfig
  11. 0
      boards/st/nucleo_l4a6zg/support/openocd.cfg

8
boards/boards_legacy/arm/nucleo_l4a6zg/Kconfig.board

@ -1,8 +0,0 @@
# STM32L4A6ZG Nucleo board configuration
# Copyright (c) 2022 Tomislav Milkovic
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_L4A6ZG
bool "Nucleo L4A6ZG Development Board"
depends on SOC_STM32L4A6XX

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

@ -5,9 +5,6 @@
if BOARD_NUCLEO_L4A6ZG if BOARD_NUCLEO_L4A6ZG
config BOARD
default "nucleo_l4a6zg"
config SPI_STM32_INTERRUPT config SPI_STM32_INTERRUPT
default y default y
depends on SPI depends on SPI

5
boards/st/nucleo_l4a6zg/Kconfig.nucleo_l4a6zg

@ -0,0 +1,5 @@
# Copyright (c) 2022 Tomislav Milkovic
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_L4A6ZG
select SOC_STM32L4A6XX

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

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

5
boards/st/nucleo_l4a6zg/board.yml

@ -0,0 +1,5 @@
board:
name: nucleo_l4a6zg
vendor: st
socs:
- name: stm32l4a6xx

2
boards/boards_legacy/arm/nucleo_l4a6zg/doc/index.rst → boards/st/nucleo_l4a6zg/doc/index.rst

@ -138,7 +138,7 @@ The Zephyr nucleo_l4a6zg board configuration supports the following hardware fea
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 can be found in the defconfig file: The default configuration can be found in the defconfig file:
``boards/arm/nucleo_l4a6zg/nucleo_l4a6zg_defconfig`` ``boards/st/nucleo_l4a6zg/nucleo_l4a6zg_defconfig``
Connections and IOs Connections and IOs

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

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

3
boards/boards_legacy/arm/nucleo_l4a6zg/nucleo_l4a6zg_defconfig → boards/st/nucleo_l4a6zg/nucleo_l4a6zg_defconfig

@ -1,8 +1,5 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_STM32L4X=y
CONFIG_SOC_STM32L4A6XX=y
# enable uart driver # enable uart driver
CONFIG_SERIAL=y CONFIG_SERIAL=y

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

Loading…
Cancel
Save