Skip to content

Commit

Permalink
boards: Convert stm32f3_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 committed Feb 8, 2024
1 parent 08cf1c6 commit d13981a
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 22 deletions.
8 changes: 0 additions & 8 deletions boards/boards_legacy/arm/stm32f3_disco/Kconfig.board

This file was deleted.

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

This file was deleted.

5 changes: 5 additions & 0 deletions boards/st/stm32f3_disco/Kconfig.stm32f3_disco
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Copyright (c) 2017 I-SENSE group of ICCS
# SPDX-License-Identifier: Apache-2.0

config BOARD_STM32F3_DISCO
select SOC_STM32F303XC
File renamed without changes.
11 changes: 11 additions & 0 deletions boards/st/stm32f3_disco/board.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
board:
name: stm32f3_disco
vendor: st
revision:
format: letter
default: "B"
revisions:
- name: "B"
- name: "E"
socs:
- name: stm32f303xc
File renamed without changes.
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_STM32F3X=y
CONFIG_SOC_STM32F303XC=y

# Enable MPU
CONFIG_ARM_MPU=y

Expand Down
File renamed without changes.

0 comments on commit d13981a

Please sign in to comment.