Skip to content

Releases: stm32duino/STM32RTC

STM32RTC library v1.4.0

12 Oct 08:45
Compare
Choose a tag to compare

What's Changed

  • STM32RTC: syncAlarmTime Get the Alarm given by the parameter by @FRASTM in #92
  • harden prediv management and add parameter to set binary mode by @fpistm in #98
  • Rtc mix mode with subseconds param. expressed in milliseconds by @FRASTM in #93
  • fix calculation of subsecond conversion in MIX or BIN mode by @FRASTM in #102
  • SSRU management by @fpistm in #103

Full Changelog: 1.3.7...1.4.0

STM32RTC library v1.3.7

07 Jun 13:15
f68a311
Compare
Choose a tag to compare

What's Changed

  • bsp: add support for the STM33H5xx soc by @fpistm in #90

Full Changelog: 1.3.6...1.3.7

STM32RTC library v1.3.6

25 Jan 15:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.5...1.3.6

STM32RTC library v1.3.5

19 Jan 13:09
Compare
Choose a tag to compare

What's Changed

  • Use time_t instead of uint32_t to avoid year 2038 problem. by @paulbearddotname in #82
  • Add a guard distinguishing CM0+ core of STM32WL55xx. Fix #83 by @Miceuz in #84
  • feat: add second alarm (B) support by @fpistm in #86

New Contributors

Full Changelog: 1.3.4...1.3.5

STM32RTC library v1.3.4

24 Nov 19:00
32b412b
Compare
Choose a tag to compare

What's Changed

  • fix: only some STM32F0 have HAL_RTCEx_WakeUpTimerIRQHandler by @fpistm in #80

Full Changelog: 1.3.3...1.3.4

STM32RTC library v1.3.3

14 Nov 08:11
ff66441
Compare
Choose a tag to compare

What's Changed

  • fix: 1 RTC vector for both HAL IRQHandler Alarm and WakeUpTimer by @ABOSTM in #79

Full Changelog: 1.3.2...1.3.3

STM32RTC library v1.3.2

28 Sep 12:05
148a0dc
Compare
Choose a tag to compare

What's Changed

  • fix: initialize RTC variables even when RTC hardware is not reinitialized by @ABOSTM in #72
  • fix: ability to set alarm after reset by @ABOSTM in #77

Full Changelog: 1.3.1...1.3.2

STM32RTC library v1.3.1

24 Jun 13:21
95b7514
Compare
Choose a tag to compare

What's Changed

  • fix: in configForLowPower(), begin() should be call unconditionnally by @ABOSTM in #68

Full Changelog: 1.3.0...1.3.1

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)