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:
committed by
Carles Cufi
parent
25246c21ef
commit
7e8515b241
10
boards/ronoth/index.rst
Normal file
10
boards/ronoth/index.rst
Normal file
@@ -0,0 +1,10 @@
|
||||
.. _boards-ronoth:
|
||||
|
||||
Ronoth
|
||||
######
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:glob:
|
||||
|
||||
**/*
|
||||
@@ -4,9 +4,6 @@
|
||||
|
||||
if BOARD_RONOTH_LODEV
|
||||
|
||||
config BOARD
|
||||
default "ronoth_lodev"
|
||||
|
||||
config SPI_STM32_INTERRUPT
|
||||
default y
|
||||
depends on SPI
|
||||
@@ -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
|
||||
5
boards/ronoth/ronoth_lodev/board.yml
Normal file
5
boards/ronoth/ronoth_lodev/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: ronoth_lodev
|
||||
vendor: ronoth
|
||||
socs:
|
||||
- name: stm32l073xx
|
||||
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 79 KiB |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user