Releases: stm32duino/STM32RTC
Releases · stm32duino/STM32RTC
STM32RTC library v1.3.0
STM32RTC library v1.2.0
STM32RTC library v1.1.1
- bsp: add support for the STM32U5xx soc
- drivers: use register definition instead of serie name
Version 1.1.0
- Add support for subSeconds alarms (#25)
- Add STM32 RTC library version
- Move the STM32 RTC driver from core to library
- Remove usage of
log2()
with floating point value - [L5] add support for the stm32L5xx soc
- Add library.json
Version 1.0.3
- Handle reset time. Require Arduino_Core_STM32 > 1.5.0
(stm32duino/Arduino_Core_STM32#442)
This version do not break backward compatibilities with old core version as new core version API is used to handle this new feature.
Version 1.0.2
-
Fix week day issue
-
Naming conventions for member enums
Remove redundant RTC_ prefix:
RTC_HOUR_12
-->HOUR_12
RTC_HOUR_24
-->HOUR_24
RTC_AM
-->AM
RTC_PM
-->PM
RTC_LSE_CLOCK
-->LSE_CLOCK
RTC_LSI_CLOCK
-->LSI_CLOCK
RTC_HSE_CLOCK
-->HSE_CLOCK
-
Naming conventions for enums
RTC_Hour_Format
-->Hour_Format
RTC_Source_Clock
-->Source_Clock
RTC_AM_PM
-->AM_PM
Require Core version 1.4.0
Version 1.0.1
First release of the STM32RTC library
Requirement
- Arduino_Core_STM32 version >= 1.3.0