mirror of
https://github.com/apache/nuttx.git
synced 2026-08-12 07:55:32 +00:00
Stm32 rtc small patches
* RTC: canceling an alarm marks it as inactive
* STM32L4, STM32F4, STM32F7 RTC: fix reading alarm value that is more than 24h in future
* STM32F0 RTC: fix backup register count in stm32_rtcc.h
All other STM32: SHIFTR_SUBFS_MASK was correct in STM32F0 only
* STM32L1: use correct EXTI line definitions
Approved-by: Gregory Nutt <gnutt@nuttx.org>
|
||
|---|---|---|
| .. | ||
| cs2100-cp.c | ||
| ds3231.c | ||
| ds3231.h | ||
| Kconfig | ||
| Make.defs | ||
| oneshot.c | ||
| pcf85263.c | ||
| pcf85263.h | ||
| rtc.c | ||
| timer.c | ||
| watchdog.c | ||