Browse Source
Port the board to HWMv2. Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>pull/69687/head
14 changed files with 10 additions and 14 deletions
@ -1,6 +1,3 @@
@@ -1,6 +1,3 @@
|
||||
CONFIG_SOC_SERIES_STM32L1X=y |
||||
CONFIG_SOC_STM32L151XBA=y |
||||
|
||||
# Enable MPU |
||||
CONFIG_ARM_MPU=y |
||||
|
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2019 Linaro Ltd. |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_96B_WISTRIO |
||||
select SOC_STM32L151XBA |
@ -0,0 +1,5 @@
@@ -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 @@
@@ -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 |
Loading…
Reference in new issue