Files
zephyr/soc/v2/st_stm32/stm32f0/Kconfig.defconfig
Erwan Gouriou 77d640e0c9 soc: v2: stm32: Migrate STM32F0 series
Port STM32F0 series to HW model V2

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
2024-03-01 14:17:10 +00:00

21 lines
438 B
Plaintext

# ST Microelectronics STM32F0 MCU line
# Copyright (c) 2017 RnDity Sp. z o.o.
# SPDX-License-Identifier: Apache-2.0
# Kconfig symbols common to STM32F0 series
if SOC_SERIES_STM32F0X
rsource "Kconfig.defconfig.stm32f0*"
config SRAM_VECTOR_TABLE
default y
# adjust the fallback because of the LSI oscillator characteristics
config TASK_WDT_HW_FALLBACK_DELAY
depends on TASK_WDT_HW_FALLBACK
default 100
endif # SOC_SERIES_STM32F0X