Browse Source
Port the board to HWMv2. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>pull/69687/head
12 changed files with 10 additions and 25 deletions
@ -1,9 +0,0 @@ |
|||||||
# STM32 Nucleo-32 development board with STM32F031K6 MCU configuration |
|
||||||
|
|
||||||
# Copyright (c) 2023 STMicroelectronics |
|
||||||
|
|
||||||
# SPDX -License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
config BOARD_NUCLEO_F042K6 |
|
||||||
bool "NUCLEO-32 F042K6 Development Board" |
|
||||||
depends on SOC_STM32F042X6 |
|
@ -1,12 +0,0 @@ |
|||||||
# STM32 Nucleo-32 development board with STM32F042K6 MCU |
|
||||||
|
|
||||||
# Copyright (c) 2023 STMicroelectronics |
|
||||||
|
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
if BOARD_NUCLEO_F042K6 |
|
||||||
|
|
||||||
config BOARD |
|
||||||
default "nucleo_f042k6" |
|
||||||
|
|
||||||
endif # BOARD_NUCLEO_F042K6 |
|
@ -0,0 +1,5 @@ |
|||||||
|
# Copyright (c) 2023 STMicroelectronics |
||||||
|
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
|
config BOARD_NUCLEO_F042K6 |
||||||
|
select SOC_STM32F042X6 |
@ -0,0 +1,5 @@ |
|||||||
|
board: |
||||||
|
name: nucleo_f042k6 |
||||||
|
vendor: st |
||||||
|
socs: |
||||||
|
- name: stm32f042x6 |
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 45 KiB |
@ -1,11 +1,7 @@ |
|||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
# Zephyr Kernel Configuration |
# Zephyr Kernel Configuration |
||||||
CONFIG_SOC_SERIES_STM32F0X=y |
|
||||||
|
|
||||||
# Platform Configuration |
# Platform Configuration |
||||||
CONFIG_SOC_STM32F042X6=y |
|
||||||
|
|
||||||
# Serial Drivers |
# Serial Drivers |
||||||
CONFIG_SERIAL=y |
CONFIG_SERIAL=y |
||||||
CONFIG_UART_INTERRUPT_DRIVEN=y |
CONFIG_UART_INTERRUPT_DRIVEN=y |
Loading…
Reference in new issue