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:
committed by
Jamie McCrae
parent
ce281f09ab
commit
1b2a511d06
@@ -1,6 +1,3 @@
|
||||
CONFIG_SOC_SERIES_STM32L1X=y
|
||||
CONFIG_SOC_STM32L151XBA=y
|
||||
|
||||
# Enable MPU
|
||||
CONFIG_ARM_MPU=y
|
||||
|
||||
5
boards/96boards/96b_wistrio/Kconfig.96b_wistrio
Normal file
5
boards/96boards/96b_wistrio/Kconfig.96b_wistrio
Normal file
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2019 Linaro Ltd.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_96B_WISTRIO
|
||||
select SOC_STM32L151XBA
|
||||
@@ -5,9 +5,6 @@
|
||||
|
||||
if BOARD_96B_WISTRIO
|
||||
|
||||
config BOARD
|
||||
default "96b_wistrio"
|
||||
|
||||
config REGULATOR
|
||||
default y if LORA
|
||||
|
||||
5
boards/96boards/96b_wistrio/board.yml
Normal file
5
boards/96boards/96b_wistrio/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: 96b_wistrio
|
||||
vendor: 96boards
|
||||
socs:
|
||||
- name: stm32l151xba
|
||||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
@@ -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
|
||||
Reference in New Issue
Block a user