boards: Convert olimexino_stm32 to HWM v2

Port the board to HWMv2.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
This commit is contained in:
Erwan Gouriou
2024-01-29 16:40:01 +01:00
committed by Jamie McCrae
parent 2d9c62e118
commit a2c2e1406d
11 changed files with 6 additions and 10 deletions

View File

@@ -5,9 +5,6 @@
if BOARD_OLIMEXINO_STM32
config BOARD
default "olimexino_stm32"
config SPI_STM32_INTERRUPT
default y
depends on SPI

View File

@@ -1,8 +1,5 @@
# OLIMEXINO-STM32 board configuration
# Copyright (c) 2016, I-SENSE group of ICCS
# SPDX-License-Identifier: Apache-2.0
config BOARD_OLIMEXINO_STM32
bool "OLIMEXINO-STM32 Development Board"
depends on SOC_STM32F103XB
select SOC_STM32F103XB

View File

@@ -0,0 +1,5 @@
board:
name: olimexino_stm32
vendor: olimex
socs:
- name: stm32f103xb

View File

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 51 KiB

View File

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

View File

@@ -1,8 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_STM32F1X=y
CONFIG_SOC_STM32F103XB=y
# Enable MPU
CONFIG_ARM_MPU=y