Browse Source

boards: Convert black_f407ve 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
4f9461d068
  1. 5
      boards/others/black_f407ve/Kconfig.black_f407ve
  2. 3
      boards/others/black_f407ve/Kconfig.defconfig
  3. 0
      boards/others/black_f407ve/black_f407ve.dts
  4. 0
      boards/others/black_f407ve/black_f407ve.yaml
  5. 3
      boards/others/black_f407ve/black_f407ve_defconfig
  6. 0
      boards/others/black_f407ve/board.cmake
  7. 5
      boards/others/black_f407ve/board.yml
  8. 0
      boards/others/black_f407ve/doc/img/black_f407ve.jpg
  9. 0
      boards/others/black_f407ve/doc/img/stm32f407vet6_left02.jpg
  10. 0
      boards/others/black_f407ve/doc/img/stm32f407vet6_right01.jpg
  11. 0
      boards/others/black_f407ve/doc/img/stm32f407vet6_st-link02.jpg
  12. 0
      boards/others/black_f407ve/doc/index.rst
  13. 0
      boards/others/black_f407ve/support/openocd.cfg

5
boards/boards_legacy/arm/black_f407ve/Kconfig.board → boards/others/black_f407ve/Kconfig.black_f407ve

@ -1,8 +1,5 @@ @@ -1,8 +1,5 @@
# black_f407ve board configuration
# Copyright (c) 2020 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
config BOARD_BLACK_F407VE
bool "Black F407VE Development Board"
depends on SOC_STM32F407XE
select SOC_STM32F407XE

3
boards/boards_legacy/arm/black_f407ve/Kconfig.defconfig → boards/others/black_f407ve/Kconfig.defconfig

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

0
boards/boards_legacy/arm/black_f407ve/black_f407ve.dts → boards/others/black_f407ve/black_f407ve.dts

0
boards/boards_legacy/arm/black_f407ve/black_f407ve.yaml → boards/others/black_f407ve/black_f407ve.yaml

3
boards/boards_legacy/arm/black_f407ve/black_f407ve_defconfig → boards/others/black_f407ve/black_f407ve_defconfig

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

0
boards/boards_legacy/arm/black_f407ve/board.cmake → boards/others/black_f407ve/board.cmake

5
boards/others/black_f407ve/board.yml

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
board:
name: black_f407ve
vendor: others
socs:
- name: stm32f407xx

0
boards/boards_legacy/arm/black_f407ve/doc/img/black_f407ve.jpg → boards/others/black_f407ve/doc/img/black_f407ve.jpg

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

0
boards/boards_legacy/arm/black_f407ve/doc/img/stm32f407vet6_left02.jpg → boards/others/black_f407ve/doc/img/stm32f407vet6_left02.jpg

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

0
boards/boards_legacy/arm/black_f407ve/doc/img/stm32f407vet6_right01.jpg → boards/others/black_f407ve/doc/img/stm32f407vet6_right01.jpg

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

0
boards/boards_legacy/arm/black_f407ve/doc/img/stm32f407vet6_st-link02.jpg → boards/others/black_f407ve/doc/img/stm32f407vet6_st-link02.jpg

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

0
boards/boards_legacy/arm/black_f407ve/doc/index.rst → boards/others/black_f407ve/doc/index.rst

0
boards/boards_legacy/arm/black_f407ve/support/openocd.cfg → boards/others/black_f407ve/support/openocd.cfg

Loading…
Cancel
Save