boards: Convert 96b_wistrio to HWM v2

Port the board to HWMv2.

Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>
This commit is contained in:
Abderrahmane Jarmouni
2024-02-07 15:36:28 +01:00
committed by Jamie McCrae
parent ce281f09ab
commit 1b2a511d06
14 changed files with 10 additions and 14 deletions

View File

@@ -1,6 +1,3 @@
CONFIG_SOC_SERIES_STM32L1X=y
CONFIG_SOC_STM32L151XBA=y
# Enable MPU
CONFIG_ARM_MPU=y

View File

@@ -0,0 +1,5 @@
# Copyright (c) 2019 Linaro Ltd.
# SPDX-License-Identifier: Apache-2.0
config BOARD_96B_WISTRIO
select SOC_STM32L151XBA

View File

@@ -5,9 +5,6 @@
if BOARD_96B_WISTRIO
config BOARD
default "96b_wistrio"
config REGULATOR
default y if LORA

View File

@@ -0,0 +1,5 @@
board:
name: 96b_wistrio
vendor: 96boards
socs:
- name: stm32l151xba

View File

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

View File

@@ -1,8 +0,0 @@
# 96boards WisTrio board configuration
# Copyright (c) 2019 Linaro Ltd.
# SPDX-License-Identifier: Apache-2.0
config BOARD_96B_WISTRIO
bool "96boards WisTrio Development Board"
depends on SOC_STM32L151XBA