mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
STM32F1 series RTC is not compatible with other STM32F1 series, and it uses a different LL API. Current implementation of the driver doesn't take this into account, so we need to explicitly exclude STM32F1 series support until some changes are made. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>