Browse Source
Port the board to HWMv2. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>pull/69687/head
12 changed files with 11 additions and 16 deletions
@ -1,8 +0,0 @@ |
|||||||
# STM32 Nucleo-32 development board with STM32L031K6 MCU configuration |
|
||||||
|
|
||||||
# Copyright (c) 2020 Steven Daglish <s.c.daglish@gmail.com> |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
config BOARD_NUCLEO_L031K6 |
|
||||||
bool "NUCLEO-32 L031K6 Development Board" |
|
||||||
depends on SOC_STM32L031XX |
|
@ -0,0 +1,5 @@ |
|||||||
|
# Copyright (c) 2020 Steven Daglish <s.c.daglish@gmail.com> |
||||||
|
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
|
config BOARD_NUCLEO_L031K6 |
||||||
|
select SOC_STM32L031XX |
@ -0,0 +1,5 @@ |
|||||||
|
board: |
||||||
|
name: nucleo_l031k6 |
||||||
|
vendor: st |
||||||
|
socs: |
||||||
|
- name: stm32l031xx |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 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_STM32L0X=y |
|
||||||
|
|
||||||
# Platform Configuration |
# Platform Configuration |
||||||
CONFIG_SOC_STM32L031XX=y |
|
||||||
|
|
||||||
# Kernel Options due to Low Memory (8k) |
# Kernel Options due to Low Memory (8k) |
||||||
CONFIG_MAIN_STACK_SIZE=640 |
CONFIG_MAIN_STACK_SIZE=640 |
||||||
CONFIG_IDLE_STACK_SIZE=200 |
CONFIG_IDLE_STACK_SIZE=200 |
Loading…
Reference in new issue