Browse Source
Port the board to HWMv2. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>pull/69687/head
18 changed files with 16 additions and 31 deletions
@ -1,8 +0,0 @@ |
|||||||
# STM32 Nucleo-64 development board with STM32F030R8 MCU configuration |
|
||||||
|
|
||||||
# Copyright (c) 2017 RnDity Sp. z o.o. |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
config BOARD_NUCLEO_F030R8 |
|
||||||
bool "NUCLEO-64 F030R8 Development Board" |
|
||||||
depends on SOC_STM32F030X8 |
|
@ -1,11 +0,0 @@ |
|||||||
# STM32 Nucleo-64 development board with STM32F030R8 MCU |
|
||||||
|
|
||||||
# Copyright (c) 2017 RnDity Sp. z o.o. |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
if BOARD_NUCLEO_F030R8 |
|
||||||
|
|
||||||
config BOARD |
|
||||||
default "nucleo_f030r8" |
|
||||||
|
|
||||||
endif # BOARD_NUCLEO_F030R8 |
|
@ -1,8 +0,0 @@ |
|||||||
# |
|
||||||
# Copyright (c) 2022 TOKITA Hiroshi <tokita.hiroshi@fujitsu.com> |
|
||||||
# |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
# |
|
||||||
|
|
||||||
board_check_revision(FORMAT NUMBER |
|
||||||
DEFAULT_REVISION 2) |
|
@ -0,0 +1,5 @@ |
|||||||
|
# Copyright (c) 2017 RnDity Sp. z o.o. |
||||||
|
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
|
config BOARD_NUCLEO_F030R8 |
||||||
|
select SOC_STM32F030X8 |
@ -0,0 +1,11 @@ |
|||||||
|
board: |
||||||
|
name: nucleo_f030r8 |
||||||
|
vendor: st |
||||||
|
revision: |
||||||
|
format: number |
||||||
|
default: "1" |
||||||
|
revisions: |
||||||
|
- name: "1" |
||||||
|
- name: "2" |
||||||
|
socs: |
||||||
|
- name: stm32f030x8 |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 69 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_STM32F030X8=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