Browse Source
Port the board to HWMv2. Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>pull/69687/head
12 changed files with 10 additions and 24 deletions
@ -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 |
|
@ -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 |
@ -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 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
CONFIG_SOC_SERIES_STM32F3X=y |
|
||||||
CONFIG_SOC_STM32F303X8=y |
|
||||||
|
|
||||||
CONFIG_SERIAL=y |
CONFIG_SERIAL=y |
||||||
|
|
||||||
# console |
# console |
Loading…
Reference in new issue