boards: Convert nucleo_f303k8 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
400f7f6a4f
commit
11725ccac1
@@ -1,9 +0,0 @@
|
||||
# NUCLEO-32 F303k8 board configuration
|
||||
|
||||
# Copyright (c) 2020 Sebastian Schwabe <sebastian.schwabe@mailbox.tu-dresden.de>
|
||||
# Fabian Paschke <fabian.paschke@eas.iis.fraunhofer.de>
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_NUCLEO_F303K8
|
||||
bool "NUCLEO-32 F303K8 Development Board"
|
||||
depends on SOC_STM32F303X8
|
||||
@@ -1,12 +0,0 @@
|
||||
# NUCLEO-32 F303k8 board configuration
|
||||
|
||||
# Copyright (c) 2020 Sebastian Schwabe <sebastian.schwabe@mailbox.tu-dresden.de>
|
||||
# Fabian Paschke <fabian.paschke@eas.iis.fraunhofer.de>
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if BOARD_NUCLEO_F303K8
|
||||
|
||||
config BOARD
|
||||
default "nucleo_f303k8"
|
||||
|
||||
endif # BOARD_NUCLEO_F303K8
|
||||
5
boards/st/nucleo_f303k8/Kconfig.nucleo_f303k8
Normal file
5
boards/st/nucleo_f303k8/Kconfig.nucleo_f303k8
Normal file
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2020 Sebastian Schwabe <sebastian.schwabe@mailbox.tu-dresden.de>
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_NUCLEO_F303K8
|
||||
select SOC_STM32F303X8
|
||||
5
boards/st/nucleo_f303k8/board.yml
Normal file
5
boards/st/nucleo_f303k8/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: nucleo_f303k8
|
||||
vendor: st
|
||||
socs:
|
||||
- name: stm32f303x8
|
||||
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 81 KiB |
@@ -1,8 +1,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_SOC_SERIES_STM32F3X=y
|
||||
CONFIG_SOC_STM32F303X8=y
|
||||
|
||||
CONFIG_SERIAL=y
|
||||
|
||||
# console
|
||||
Reference in New Issue
Block a user