Skip to content

Releases: stm32duino/STM32RTC

STM32RTC library v1.6.0

27 Nov 16:09
Compare
Choose a tag to compare

What's Changed

  • feat(u0): add STM32U0xx support by @fpistm in #111
  • Start alarm by subSeconds: Avoid overflow during conversion from ms to ticks. by @mrschuster in #113

New Contributors

Full Changelog: 1.5.0...1.6.0

STM32RTC library v1.5.0

19 Aug 08:53
622310a
Compare
Choose a tag to compare

What's Changed

  • stm32RTC can give the hour Format 24 or 12 hours by @FRASTM in #105
  • feat(WBA): Add RTC STM32WBAxx support by @fpistm in #107
  • RTC update the BIN mode and BDCU if the RTC is already initialized by @FRASTM in #106
  • add new sketch to change the rtc mode by @FRASTM in #108
  • stm32RTC start alarm with a 64bit accuracy on Subseconds param by @FRASTM in #109

Full Changelog: 1.4.0...1.5.0

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