Files
zephyr/soc/v2/st_stm32/stm32f1/Kconfig.defconfig
Erwan Gouriou e8ba99dc59 soc: v2: stm32: Migrate STM32F1 series
Port STM32F1 series to HW model V2

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

18 lines
404 B
Plaintext

# ST Microelectronics STM32F1 MCU line
# Copyright (c) 2016 Open-RnD Sp. z o.o.
# SPDX-License-Identifier: Apache-2.0
# Kconfig symbols common to STM32F1 series
if SOC_SERIES_STM32F1X
rsource "Kconfig.defconfig.stm32f1*"
# adjust the fallback because of the LSI oscaillator characteristics
config TASK_WDT_HW_FALLBACK_DELAY
depends on TASK_WDT_HW_FALLBACK
default 200
endif # SOC_SERIES_STM32F1X