Skip to content

Commit

Permalink
boards: Convert stm32f7508_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 8, 2024
1 parent aed1bc2 commit 7e9118c
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 14 deletions.
8 changes: 0 additions & 8 deletions boards/boards_legacy/arm/stm32f7508_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_STM32F7508_DK

config BOARD
default "stm32f7508_dk"

if NETWORKING

config NET_L2_ETHERNET
Expand Down
5 changes: 5 additions & 0 deletions boards/st/stm32f7508_dk/Kconfig.stm32f7508_dk
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Copyright (c) 2022, Rtone.
# SPDX-License-Identifier: Apache-2.0

config BOARD_STM32F7508_DK
select SOC_STM32F750XX
File renamed without changes.
5 changes: 5 additions & 0 deletions boards/st/stm32f7508_dk/board.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
board:
name: stm32f7508_dk
vendor: st
socs:
- name: stm32f750xx
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Copyright (c) 2022, Rtone.
# SPDX-License-Identifier: Apache-2.0

CONFIG_SOC_SERIES_STM32F7X=y
CONFIG_SOC_STM32F750XX=y

# Enable MPU
CONFIG_ARM_MPU=y

Expand Down
File renamed without changes.

0 comments on commit 7e9118c

Please sign in to comment.