Skip to content

Commit

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

Signed-off-by: Erwan Gouriou <[email protected]>
  • Loading branch information
erwango committed Feb 8, 2024
1 parent 7e9118c commit 468a0fb
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/stm32f769i_disco/Kconfig.board

This file was deleted.

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

if BOARD_STM32F769I_DISCO

config BOARD
default "stm32f769i_disco"

config SPI_STM32_INTERRUPT
default y
depends on SPI
Expand Down
5 changes: 5 additions & 0 deletions boards/st/stm32f769i_disco/Kconfig.stm32f769i_disco
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Copyright (c) 2018 Yong Jin
# SPDX-License-Identifier: Apache-2.0

config BOARD_STM32F769I_DISCO
select SOC_STM32F769XX
File renamed without changes.
5 changes: 5 additions & 0 deletions boards/st/stm32f769i_disco/board.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
board:
name: stm32f769i_disco
vendor: st
socs:
- name: stm32f769xx
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_STM32F7X=y
CONFIG_SOC_STM32F769XX=y

# Enable MPU
CONFIG_ARM_MPU=y

Expand Down

0 comments on commit 468a0fb

Please sign in to comment.