boards: Convert fk7b0m1_vbt6 to HWM v2
Port the board to HWMv2. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
This commit is contained in:
committed by
Carles Cufi
parent
44bcfe57c7
commit
9fbe6bf191
@@ -1,11 +0,0 @@
|
||||
# STM32H7B0VBT board configuration
|
||||
|
||||
# Copyright (c) Charles Dias <charlesdias.cd@outlook.com>
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if BOARD_FK7B0M1_VBT6
|
||||
|
||||
config BOARD
|
||||
default "fk7b0m1_vbt6"
|
||||
|
||||
endif # BOARD_FK7B0M1_VBT6
|
||||
@@ -1,8 +1,5 @@
|
||||
# STM32H7B0VBT FK7B0M1_VBT6 board
|
||||
|
||||
# Copyright (c) 2023 Charles Dias <charlesdias.cd@outlook.com>
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_FK7B0M1_VBT6
|
||||
bool "FANKE FK7B0M1-VBT6 board"
|
||||
depends on SOC_STM32H7B0XX
|
||||
select SOC_STM32H7B0XX
|
||||
5
boards/fanke/fk7b0m1_vbt6/board.yml
Normal file
5
boards/fanke/fk7b0m1_vbt6/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: fk7b0m1_vbt6
|
||||
vendor: fanke
|
||||
socs:
|
||||
- name: stm32h7b0xx
|
||||
|
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 87 KiB |
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 86 KiB |
@@ -1,9 +1,6 @@
|
||||
# Copyright (c) Charles Dias <charlesdias.cd@outlook.com>
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_SOC_SERIES_STM32H7X=y
|
||||
CONFIG_SOC_STM32H7B0XX=y
|
||||
|
||||
# Enable MPU
|
||||
CONFIG_ARM_MPU=y
|
||||
|
||||
10
boards/fanke/index.rst
Normal file
10
boards/fanke/index.rst
Normal file
@@ -0,0 +1,10 @@
|
||||
.. _boards-fanke:
|
||||
|
||||
Fanke
|
||||
#####
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:glob:
|
||||
|
||||
**/*
|
||||
Reference in New Issue
Block a user