boards: Convert nucleo_f302r8 to HWM v2
Port the board to HWMv2. Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>
This commit is contained in:
committed by
Jamie McCrae
parent
8d84861390
commit
400f7f6a4f
@@ -1,8 +0,0 @@
|
||||
# NUCLEO-64 F302R8 board configuration
|
||||
|
||||
# Copyright (c) 2018 Seitz & Associates
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_NUCLEO_F302R8
|
||||
bool "NUCLEO-64 F302R8 Development Board"
|
||||
depends on SOC_STM32F302X8
|
||||
@@ -1,11 +0,0 @@
|
||||
# NUCLEO-64 F302R8 board configuration
|
||||
|
||||
# Copyright (c) 2018 Seitz & Associates
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if BOARD_NUCLEO_F302R8
|
||||
|
||||
config BOARD
|
||||
default "nucleo_f302r8"
|
||||
|
||||
endif # BOARD_NUCLEO_F302R8
|
||||
5
boards/st/nucleo_f302r8/Kconfig.nucleo_f302r8
Normal file
5
boards/st/nucleo_f302r8/Kconfig.nucleo_f302r8
Normal file
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2018 Seitz & Associates
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_NUCLEO_F302R8
|
||||
select SOC_STM32F302X8
|
||||
5
boards/st/nucleo_f302r8/board.yml
Normal file
5
boards/st/nucleo_f302r8/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: nucleo_f302r8
|
||||
vendor: st
|
||||
socs:
|
||||
- name: stm32f302x8
|
||||
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 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_STM32F3X=y
|
||||
CONFIG_SOC_STM32F302X8=y
|
||||
|
||||
CONFIG_SERIAL=y
|
||||
|
||||
# console
|
||||
Reference in New Issue
Block a user