boards: Convert ronoth_lodev to HWM v2

Port the board to HWMv2.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
This commit is contained in:
Erwan Gouriou
2024-02-15 17:34:57 +01:00
committed by Carles Cufi
parent 25246c21ef
commit 7e8515b241
13 changed files with 16 additions and 10 deletions

10
boards/ronoth/index.rst Normal file
View File

@@ -0,0 +1,10 @@
.. _boards-ronoth:
Ronoth
######
.. toctree::
:maxdepth: 1
:glob:
**/*

View File

@@ -4,9 +4,6 @@
if BOARD_RONOTH_LODEV
config BOARD
default "ronoth_lodev"
config SPI_STM32_INTERRUPT
default y
depends on SPI

View File

@@ -1,7 +1,5 @@
# Ronoth LoDev board configuration
# Copyright (c) 2020/2021 Dean Weiten <dmw@weiten.com>
# SPDX-License-Identifier: Apache-2.0
config BOARD_RONOTH_LODEV
bool "Ronoth LoDev"
depends on SOC_STM32L073XX
select SOC_STM32L073XX

View File

@@ -0,0 +1,5 @@
board:
name: ronoth_lodev
vendor: ronoth
socs:
- name: stm32l073xx

View File

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 79 KiB

View File

@@ -3,11 +3,7 @@
# SPDX-License-Identifier: Apache-2.0
# Zephyr Kernel Configuration
CONFIG_SOC_SERIES_STM32L0X=y
# Platform Configuration
CONFIG_SOC_STM32L073XX=y
# Enable MPU
CONFIG_ARM_MPU=y