Skip to content

Commit

Permalink
boards: Convert stm32373c_eval 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 1656b0b commit 08cf1c6
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 25 deletions.
8 changes: 0 additions & 8 deletions boards/boards_legacy/arm/stm32373c_eval/Kconfig.board

This file was deleted.

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

This file was deleted.

5 changes: 5 additions & 0 deletions boards/st/stm32373c_eval/Kconfig.stm32373c_eval
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Copyright (c) 2016 Open-RnD Sp. z o.o.
# SPDX-License-Identifier: Apache-2.0

config BOARD_STM32373C_EVAL
select SOC_STM32F373XC
File renamed without changes.
5 changes: 5 additions & 0 deletions boards/st/stm32373c_eval/board.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
board:
name: stm32373c_eval
vendor: st
socs:
- name: stm32f373xc
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# SPDX-License-Identifier: Apache-2.0

# Zephyr Kernel Configuration
CONFIG_SOC_SERIES_STM32F3X=y

# Platform Configuration
CONFIG_SOC_STM32F373XC=y

# Enable MPU
CONFIG_ARM_MPU=y

Expand All @@ -15,6 +9,7 @@ CONFIG_HW_STACK_PROTECTION=y
# Serial Drivers
CONFIG_SERIAL=y
CONFIG_UART_INTERRUPT_DRIVEN=y

# enable console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
Expand Down

0 comments on commit 08cf1c6

Please sign in to comment.