boards: Convert nucleo_f103rb to HWM v2
Port the board to HWMv2. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
This commit is contained in:
committed by
Jamie McCrae
parent
e8ba99dc59
commit
2d9c62e118
@@ -1,8 +0,0 @@
|
||||
# NUCLEO-64 F103RB board configuration
|
||||
|
||||
# Copyright (c) 2016 Open-RnD Sp. z o.o.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_NUCLEO_F103RB
|
||||
bool "NUCLEO-64 F103RB Development Board"
|
||||
depends on SOC_STM32F103XB
|
||||
@@ -1,11 +0,0 @@
|
||||
# NUCLEO-64 F103RB board configuration
|
||||
|
||||
# Copyright (c) 2016 Open-RnD Sp. z o.o.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if BOARD_NUCLEO_F103RB
|
||||
|
||||
config BOARD
|
||||
default "nucleo_f103rb"
|
||||
|
||||
endif # BOARD_NUCLEO_F103RB
|
||||
5
boards/v2/st/nucleo_f103rb/Kconfig.nucleo_f103rb
Normal file
5
boards/v2/st/nucleo_f103rb/Kconfig.nucleo_f103rb
Normal file
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2016 Open-RnD Sp. z o.o.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_NUCLEO_F103RB
|
||||
select SOC_STM32F103XB
|
||||
5
boards/v2/st/nucleo_f103rb/board.yml
Normal file
5
boards/v2/st/nucleo_f103rb/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: nucleo_f103rb
|
||||
vendor: st
|
||||
socs:
|
||||
- name: stm32f103xb
|
||||
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 73 KiB |
@@ -1,8 +1,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_SOC_SERIES_STM32F1X=y
|
||||
CONFIG_SOC_STM32F103XB=y
|
||||
|
||||
# enable uart driver
|
||||
CONFIG_SERIAL=y
|
||||
# enable console
|
||||
Reference in New Issue
Block a user