Browse Source

boards: Convert olimex_stm32_e407 to HWM v2

Port the board to HWMv2.

Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>
pull/69687/head
Abderrahmane Jarmouni 1 year ago committed by Jamie McCrae
parent
commit
8f27fa8de2
  1. 11
      boards/boards_legacy/arm/olimex_stm32_e407/Kconfig.defconfig
  2. 5
      boards/olimex/olimex_stm32_e407/Kconfig.olimex_stm32_e407
  3. 0
      boards/olimex/olimex_stm32_e407/board.cmake
  4. 5
      boards/olimex/olimex_stm32_e407/board.yml
  5. 0
      boards/olimex/olimex_stm32_e407/doc/img/olimex-stm32-e407-front.jpg
  6. 0
      boards/olimex/olimex_stm32_e407/doc/img/olimex_stm32_e407.jpg
  7. 0
      boards/olimex/olimex_stm32_e407/doc/index.rst
  8. 0
      boards/olimex/olimex_stm32_e407/olimex_stm32_e407.dts
  9. 0
      boards/olimex/olimex_stm32_e407/olimex_stm32_e407.yaml
  10. 3
      boards/olimex/olimex_stm32_e407/olimex_stm32_e407_defconfig
  11. 0
      boards/olimex/olimex_stm32_e407/support/openocd.cfg

11
boards/boards_legacy/arm/olimex_stm32_e407/Kconfig.defconfig

@ -1,11 +0,0 @@
# OLIMEX-STM32-E407 board configuration
# Copyright (c) 2017, Erwin Rol <erwin@erwinrol.com>
# SPDX-License-Identifier: Apache-2.0
if BOARD_OLIMEX_STM32_E407
config BOARD
default "olimex_stm32_e407"
endif # BOARD_OLIMEX_STM32_E407

5
boards/boards_legacy/arm/olimex_stm32_e407/Kconfig.board → boards/olimex/olimex_stm32_e407/Kconfig.olimex_stm32_e407

@ -1,8 +1,5 @@
# OLIMEX-STM32-E407 board configuration
# Copyright (c) 2017, Erwin Rol <erwin@erwinrol.com> # Copyright (c) 2017, Erwin Rol <erwin@erwinrol.com>
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
config BOARD_OLIMEX_STM32_E407 config BOARD_OLIMEX_STM32_E407
bool "OLIMEX-STM32-E407 Development Board" select SOC_STM32F407XG
depends on SOC_STM32F407XG

0
boards/boards_legacy/arm/olimex_stm32_e407/board.cmake → boards/olimex/olimex_stm32_e407/board.cmake

5
boards/olimex/olimex_stm32_e407/board.yml

@ -0,0 +1,5 @@
board:
name: olimex_stm32_e407
vendor: olimex
socs:
- name: stm32f407xx

0
boards/boards_legacy/arm/olimex_stm32_e407/doc/img/olimex-stm32-e407-front.jpg → boards/olimex/olimex_stm32_e407/doc/img/olimex-stm32-e407-front.jpg

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 72 KiB

0
boards/boards_legacy/arm/olimex_stm32_e407/doc/img/olimex_stm32_e407.jpg → boards/olimex/olimex_stm32_e407/doc/img/olimex_stm32_e407.jpg

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

0
boards/boards_legacy/arm/olimex_stm32_e407/doc/index.rst → boards/olimex/olimex_stm32_e407/doc/index.rst

0
boards/boards_legacy/arm/olimex_stm32_e407/olimex_stm32_e407.dts → boards/olimex/olimex_stm32_e407/olimex_stm32_e407.dts

0
boards/boards_legacy/arm/olimex_stm32_e407/olimex_stm32_e407.yaml → boards/olimex/olimex_stm32_e407/olimex_stm32_e407.yaml

3
boards/boards_legacy/arm/olimex_stm32_e407/olimex_stm32_e407_defconfig → boards/olimex/olimex_stm32_e407/olimex_stm32_e407_defconfig

@ -1,8 +1,5 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_STM32F4X=y
CONFIG_SOC_STM32F407XG=y
# Enable MPU # Enable MPU
CONFIG_ARM_MPU=y CONFIG_ARM_MPU=y

0
boards/boards_legacy/arm/olimex_stm32_e407/support/openocd.cfg → boards/olimex/olimex_stm32_e407/support/openocd.cfg

Loading…
Cancel
Save