boards: Convert nucleo_g431rb to HWM v2
Port the board to HWMv2. Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
This commit is contained in:
committed by
Jamie McCrae
parent
90e592ffd1
commit
d6acb08d3e
@@ -5,9 +5,6 @@
|
||||
|
||||
if BOARD_NUCLEO_G431RB
|
||||
|
||||
config BOARD
|
||||
default "nucleo_g431rb"
|
||||
|
||||
config SPI_STM32_INTERRUPT
|
||||
default y
|
||||
depends on SPI
|
||||
@@ -1,8 +1,5 @@
|
||||
# STM32G431RB Nucleo board configuration
|
||||
|
||||
# Copyright (c) 2019 Richard Osterloh <richard.osterloh@gmail.com>
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_NUCLEO_G431RB
|
||||
bool "Nucleo G431RB Development Board"
|
||||
depends on SOC_STM32G431XX
|
||||
select SOC_STM32G431XX
|
||||
5
boards/st/nucleo_g431rb/board.yml
Normal file
5
boards/st/nucleo_g431rb/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: nucleo_g431rb
|
||||
vendor: st
|
||||
socs:
|
||||
- name: stm32g431xx
|
||||
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
@@ -1,8 +1,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_SOC_SERIES_STM32G4X=y
|
||||
CONFIG_SOC_STM32G431XX=y
|
||||
|
||||
# enable uart driver
|
||||
CONFIG_SERIAL=y
|
||||
|
||||
Reference in New Issue
Block a user