boards: Convert sensortile_box to HWM v2

Port the board to HWMv2.

Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
This commit is contained in:
Guillaume Gautier
2024-02-09 09:14:34 +01:00
committed by Carles Cufi
parent fee6d8676e
commit 74acec315c
10 changed files with 6 additions and 10 deletions

View File

@@ -5,9 +5,6 @@
if BOARD_SENSORTILE_BOX if BOARD_SENSORTILE_BOX
config BOARD
default "sensortile_box"
if BT if BT
config SPI config SPI

View File

@@ -1,8 +1,5 @@
# SensorTile.box board configuration
# Copyright (c) 2019 STMicroelectronics # Copyright (c) 2019 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
config BOARD_SENSORTILE_BOX config BOARD_SENSORTILE_BOX
bool "SensorTile.box Development Board" select SOC_STM32L4R9XX
depends on SOC_STM32L4R9XX

View File

@@ -0,0 +1,5 @@
board:
name: sensortile_box
vendor: st
socs:
- name: stm32l4r9xx

View File

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View File

@@ -1,8 +1,5 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_STM32L4X=y
CONFIG_SOC_STM32L4R9XX=y
# enable uart driver # enable uart driver
CONFIG_SERIAL=y CONFIG_SERIAL=y