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> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Kconfig.emul | ||
| Kconfig.mc146818 | ||
| Kconfig.pcf8523 | ||
| Kconfig.pcf8563 | ||
| Kconfig.stm32 | ||
| rtc_emul.c | ||
| rtc_handlers.c | ||
| rtc_ll_stm32.c | ||
| rtc_mc146818.c | ||
| rtc_pcf8523.c | ||
| rtc_pcf8563.c | ||