Skip to content

Commit

Permalink
boards: Convert stm32f3_seco_d23 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 committed Feb 8, 2024
1 parent d13981a commit 526f557
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/stm32f3_seco_d23/Kconfig.board

This file was deleted.

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

This file was deleted.

5 changes: 5 additions & 0 deletions boards/seco/stm32f3_seco_d23/Kconfig.stm32f3_seco_d23
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Copyright (c) 2022, SECO Spa
# SPDX-License-Identifier: Apache-2.0

config BOARD_STM32F3_SECO_D23
select SOC_STM32F302XC
File renamed without changes.
5 changes: 5 additions & 0 deletions boards/seco/stm32f3_seco_d23/board.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
board:
name: stm32f3_seco_d23
vendor: seco
socs:
- name: stm32f302xc
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
#
# Copyright (c) 2022, SECO Spa

CONFIG_SOC_SERIES_STM32F3X=y
CONFIG_SOC_STM32F302XC=y

# Enable MPU
CONFIG_ARM_MPU=y

Expand Down

0 comments on commit 526f557

Please sign in to comment.