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:
committed by
Jamie McCrae
parent
2d9c62e118
commit
a2c2e1406d
@@ -5,9 +5,6 @@
|
||||
|
||||
if BOARD_OLIMEXINO_STM32
|
||||
|
||||
config BOARD
|
||||
default "olimexino_stm32"
|
||||
|
||||
config SPI_STM32_INTERRUPT
|
||||
default y
|
||||
depends on SPI
|
||||
@@ -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
|
||||
5
boards/v2/olimex/olimexino_stm32/board.yml
Normal file
5
boards/v2/olimex/olimexino_stm32/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: olimexino_stm32
|
||||
vendor: olimex
|
||||
socs:
|
||||
- name: stm32f103xb
|
||||
|
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 51 KiB |
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 41 KiB |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user