boards: Convert nucleo_l496zg 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:12:33 +01:00
committed by Carles Cufi
parent 4da061646f
commit 2c5f9dcce0
11 changed files with 7 additions and 11 deletions

View File

@@ -5,9 +5,6 @@
if BOARD_NUCLEO_L496ZG
config BOARD
default "nucleo_l496zg"
config SPI_STM32_INTERRUPT
default y
depends on SPI

View File

@@ -1,8 +1,5 @@
# STM32L496ZG Nucleo board configuration
# Copyright (c) 2018-2019 Centaur Analytics, Inc
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_L496ZG
bool "Nucleo L496ZG Development Board"
depends on SOC_STM32L496XX
select SOC_STM32L496XX

View File

@@ -0,0 +1,5 @@
board:
name: nucleo_l496zg
vendor: st
socs:
- name: stm32l496xx

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -133,7 +133,7 @@ The Zephyr nucleo_l496zg board configuration supports the following hardware fea
Other hardware features are not yet supported on this Zephyr port.
The default configuration can be found in the defconfig file:
``boards/arm/nucleo_l496zg/nucleo_l496zg_defconfig``
``boards/st/nucleo_l496zg/nucleo_l496zg_defconfig``
Connections and IOs

View File

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