Browse Source

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

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

@ -1,8 +0,0 @@ @@ -1,8 +0,0 @@
# Discovery IoT L475 board configuration
# Copyright (c) 2017 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
config BOARD_DISCO_L475_IOT1
bool "Discovery IoT L475 Development Board"
depends on SOC_STM32L475XX

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

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

5
boards/st/disco_l475_iot1/Kconfig.disco_l475_iot1

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
# Copyright (c) 2017 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
config BOARD_DISCO_L475_IOT1
select SOC_STM32L475XX

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

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

5
boards/st/disco_l475_iot1/board.yml

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
board:
name: disco_l475_iot1
vendor: st
socs:
- name: stm32l475xx

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

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

4
boards/boards_legacy/arm/disco_l475_iot1/disco_l475_iot1_defconfig → boards/st/disco_l475_iot1/disco_l475_iot1_defconfig

@ -1,9 +1,5 @@ @@ -1,9 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_BOARD_DISCO_L475_IOT1=y
CONFIG_SOC_SERIES_STM32L4X=y
CONFIG_SOC_STM32L475XX=y
# enable uart driver
CONFIG_SERIAL=y
CONFIG_UART_INTERRUPT_DRIVEN=y

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

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

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

@ -136,7 +136,7 @@ Other hardware features are not yet supported on this Zephyr port. @@ -136,7 +136,7 @@ Other hardware features are not yet supported on this Zephyr port.
The default configuration can be found in the defconfig file:
``boards/arm/disco_l475_iot1/disco_l475_iot1_defconfig``
``boards/st/disco_l475_iot1/disco_l475_iot1_defconfig``
Connections and IOs

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

Loading…
Cancel
Save