boards: Convert nucleo_g0b1re 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
dd9bc29769
commit
662cc4e09b
@@ -1,8 +0,0 @@
|
||||
# STM32 Nucleo-64 development board with STM32G0B1RE MCU configuration
|
||||
|
||||
# Copyright (c) 2019 Thomas Stranger
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_NUCLEO_G0B1RE
|
||||
bool "NUCLEO-64 G0B1RE Development Board"
|
||||
depends on SOC_STM32G0B1XX
|
||||
@@ -1,11 +0,0 @@
|
||||
# STM32 Nucleo-64 development board with STM32G0B1RE MCU
|
||||
|
||||
# Copyright (c) 2020 Thomas Stranger
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if BOARD_NUCLEO_G0B1RE
|
||||
|
||||
config BOARD
|
||||
default "nucleo_g0b1re"
|
||||
|
||||
endif # BOARD_NUCLEO_G0B1RE
|
||||
5
boards/st/nucleo_g0b1re/Kconfig.nucleo_g0b1re
Normal file
5
boards/st/nucleo_g0b1re/Kconfig.nucleo_g0b1re
Normal file
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2019 Thomas Stranger
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_NUCLEO_G0B1RE
|
||||
select SOC_STM32G0B1XX
|
||||
5
boards/st/nucleo_g0b1re/board.yml
Normal file
5
boards/st/nucleo_g0b1re/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: nucleo_g0b1re
|
||||
vendor: st
|
||||
socs:
|
||||
- name: stm32g0b1xx
|
||||
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
@@ -1,7 +1,3 @@
|
||||
# Zephyr Kernel Configuration
|
||||
CONFIG_SOC_SERIES_STM32G0X=y
|
||||
CONFIG_SOC_STM32G0B1XX=y
|
||||
|
||||
# Enable MPU
|
||||
CONFIG_ARM_MPU=y
|
||||
|
||||
Reference in New Issue
Block a user