Skip to content

Commit

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

Signed-off-by: Abderrahmane Jarmouni <[email protected]>
  • Loading branch information
ajarmouni-st authored and nordicjm committed Feb 8, 2024
1 parent 462af03 commit acfd0ab
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 22 deletions.
8 changes: 0 additions & 8 deletions boards/boards_legacy/arm/stm32f4_disco/Kconfig.board

This file was deleted.

11 changes: 0 additions & 11 deletions boards/boards_legacy/arm/stm32f4_disco/Kconfig.defconfig

This file was deleted.

5 changes: 5 additions & 0 deletions boards/st/stm32f4_disco/Kconfig.stm32f4_disco
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Copyright (c) 2016 Linaro Limited.
# SPDX-License-Identifier: Apache-2.0

config BOARD_STM32F4_DISCO
select SOC_STM32F407XG
File renamed without changes.
5 changes: 5 additions & 0 deletions boards/st/stm32f4_disco/board.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
board:
name: stm32f4_disco
vendor: st
socs:
- name: stm32f407xx
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# SPDX-License-Identifier: Apache-2.0

CONFIG_SOC_SERIES_STM32F4X=y
CONFIG_SOC_STM32F407XG=y

# Enable MPU
CONFIG_ARM_MPU=y

Expand Down
File renamed without changes.

0 comments on commit acfd0ab

Please sign in to comment.