Skip to content

Commit

Permalink
boards: Convert stm32h7b3i_dk to HWM v2
Browse files Browse the repository at this point in the history
Port the board to HWMv2.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
  • Loading branch information
erwango committed Feb 16, 2024
1 parent fad7e2e commit d980810
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 16 deletions.
8 changes: 0 additions & 8 deletions boards/boards_legacy/arm/stm32h7b3i_dk/Kconfig.board

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@

if BOARD_STM32H7B3I_DK

config BOARD
default "stm32h7b3i_dk"

config INPUT
default y if LVGL

Expand Down
5 changes: 5 additions & 0 deletions boards/st/stm32h7b3i_dk/Kconfig.stm32h7b3i_dk
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Copyright (c) 2022 Byte-Lab d.o.o. <dev@byte-lab.com>
# SPDX-License-Identifier: Apache-2.0

config BOARD_STM32H7B3I_DK
select SOC_STM32H7B3XXQ
File renamed without changes.
5 changes: 5 additions & 0 deletions boards/st/stm32h7b3i_dk/board.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
board:
name: stm32h7b3i_dk
vendor: st
socs:
- name: stm32h7b3xx
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ The current Zephyr stm32h7b3i_dk board configuration supports the following hard

Other hardware features have not been enabled yet for this board.

The default configuration per core can be found in the defconfig file:
``boards/arm/stm32h7b3i_dk/stm32h7b3i_dk_defconfig``
The default configuration can be found in the defconfig file:
:zephyr_file:`boards/st/stm32h7b3i_dk/stm32h7b3i_dk_defconfig`

Pin Mapping
===========
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
# SPDX-License-Identifier: Apache-2.0

# Set SoC present on the board
CONFIG_SOC_SERIES_STM32H7X=y
CONFIG_SOC_STM32H7B3XXQ=y

# Enable MPU
CONFIG_ARM_MPU=y

Expand Down
File renamed without changes.

0 comments on commit d980810

Please sign in to comment.