Skip to content

Releases: stm32duino/STM32RTC

STM32RTC library v1.3.0

06 Jun 08:08
b468393
Compare
Choose a tag to compare

What's Changed

  • refactor: Improve reliability and simplify implementation by @ABOSTM in #67

New Contributors

Full Changelog: 1.2.0...1.3.0

STM32RTC library v1.2.0

16 Dec 13:24
Compare
Choose a tag to compare
  • Change the set/get prescaler divider Interface in case of stm32F1 (#56)
    The stm32F1 prescaler is asynchronous and mapped on a 32 bits param.
  • Add one seconds interrupt feature for the stm32 MCUs (#57)
  • STM32F1 date retention using backup reg (#58)

STM32RTC library v1.1.1

01 Oct 12:26
38ce891
Compare
Choose a tag to compare
  • bsp: add support for the STM32U5xx soc
  • drivers: use register definition instead of serie name

Version 1.1.0

22 Apr 17:26
Compare
Choose a tag to compare
  • 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

18 Jun 07:13
96464ec
Compare
Choose a tag to compare

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

31 Oct 18:32
11ba332
Compare
Choose a tag to compare
  • 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

16 Jul 08:20
1c0c41a
Compare
Choose a tag to compare

Fix invalid keywords.txt. See #6 thanks @per1234

First release of the STM32RTC library

15 Jun 09:46
Compare
Choose a tag to compare