Browse Source

boards: Convert blackpill_f401cc 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
3c02db1290
  1. 8
      boards/boards_legacy/arm/blackpill_f401cc/Kconfig.board
  2. 5
      boards/weact/blackpill_f401cc/Kconfig.blackpill_f401cc
  3. 3
      boards/weact/blackpill_f401cc/Kconfig.defconfig
  4. 0
      boards/weact/blackpill_f401cc/blackpill_f401cc.dts
  5. 0
      boards/weact/blackpill_f401cc/blackpill_f401cc.yaml
  6. 3
      boards/weact/blackpill_f401cc/blackpill_f401cc_defconfig
  7. 0
      boards/weact/blackpill_f401cc/board.cmake
  8. 5
      boards/weact/blackpill_f401cc/board.yml
  9. 0
      boards/weact/blackpill_f401cc/doc/img/Blackpill_Pinout.jpg
  10. 0
      boards/weact/blackpill_f401cc/doc/img/blackpill-v3.jpg
  11. 0
      boards/weact/blackpill_f401cc/doc/index.rst
  12. 0
      boards/weact/blackpill_f401cc/support/openocd.cfg

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

@ -1,8 +0,0 @@ @@ -1,8 +0,0 @@
# Copyright (c) 2022 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
# STM32F401CC based Black Pill V3.0+ board configuration
config BOARD_BLACKPILL_F401CC
bool "WeAct Studio Black Pill V3.0+ Board"
depends on SOC_STM32F401XC

5
boards/weact/blackpill_f401cc/Kconfig.blackpill_f401cc

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
# Copyright (c) 2022 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
config BOARD_BLACKPILL_F401CC
select SOC_STM32F401XC

3
boards/boards_legacy/arm/blackpill_f401cc/Kconfig.defconfig → boards/weact/blackpill_f401cc/Kconfig.defconfig

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

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

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

3
boards/boards_legacy/arm/blackpill_f401cc/blackpill_f401cc_defconfig → boards/weact/blackpill_f401cc/blackpill_f401cc_defconfig

@ -1,9 +1,6 @@ @@ -1,9 +1,6 @@
# Copyright (c) 2022 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_STM32F4X=y
CONFIG_SOC_STM32F401XC=y
# Enable MPU
CONFIG_ARM_MPU=y

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

5
boards/weact/blackpill_f401cc/board.yml

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
board:
name: blackpill_f401cc
vendor: weact
socs:
- name: stm32f401xc

0
boards/boards_legacy/arm/blackpill_f401cc/doc/img/Blackpill_Pinout.jpg → boards/weact/blackpill_f401cc/doc/img/Blackpill_Pinout.jpg

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 98 KiB

0
boards/boards_legacy/arm/blackpill_f401cc/doc/img/blackpill-v3.jpg → boards/weact/blackpill_f401cc/doc/img/blackpill-v3.jpg

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

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

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

Loading…
Cancel
Save