Skip to content

Releases: stm32duino/STM32LowPower

STM32LowPower library v1.2.5

20 Dec 17:24
Compare
Choose a tag to compare

What's Changed

  • setAlarmTime : fix index in the table nb of days in a monthes by @FRASTM in #95
  • doc: update RTC clock source description by @fpistm in #100
  • chore: enhance shutdown mode by @fpistm in #106
  • sketch using the Rtc mix mode with value in milliseconds by @FRASTM in #103

Full Changelog: 1.2.4...1.2.5

STM32LowPower library v1.2.4

17 May 12:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.3...1.2.4

STM32LowPower library v1.2.3

23 Jan 14:28
Compare
Choose a tag to compare

What's Changed

  • fix(wb): HAL_PWREx_ControlVoltageScaling is not for all STM32WB by @fpistm in #86
  • fix: set CPU2 low power mode for STM32WBxx by @fpistm in #87
  • feat(C0): Add C0 LowPower support by @fpistm in #88

Full Changelog: 1.2.2...1.2.3

STM32LowPower library v1.2.2

03 Oct 08:18
6a2e552
Compare
Choose a tag to compare

What's Changed

  • fix: STM32G070 compilation issue by @ABOSTM in #84

Full Changelog: 1.2.1...1.2.2

STM32LowPower library v1.2.1

28 Sep 12:08
755552b
Compare
Choose a tag to compare

What's Changed

  • Fix LowPower Sleep Mode by @ABOSTM in #74
  • fix: ExternalWakeup: assign a PinNumber to USER_BTN by @ABOSTM in #77
  • fix(ExternalWakeup): customization may be needed depending on button implementation by @ABOSTM in #78
  • fix: clear Wakeup Flag before entering Standby or Shutdown mode by @ABOSTM in #81

Full Changelog: 1.2.0...1.2.1

STM32LowPower library v1.2.0

03 Jan 13:09
c2e8d13
Compare
Choose a tag to compare

What's Changed

  • Added STM32RTC as a requirement by @TTMaZa in #65
  • stm32L4+ going to STOP2 lowpower mode must keep SRAM3 by @FRASTM in #66

New Contributors

Full Changelog: 1.1.1...1.2.0

STM32LowPower library v1.1.1

01 Oct 12:30
291149e
Compare
Choose a tag to compare
  • drivers: use register definition instead of serie name
  • fix: check wakeup pin and avoid to use it uninitailized
  • bsp: add support for the STM32U5xx soc

STM32LowPower library v1.1.0

22 Apr 17:31
648be8e
Compare
Choose a tag to compare
  • Move the STM32 low power driver from core to library
  • Support sleeping fractions of seconds
  • Rename all millis as ms
  • Remove useless Wire library inclusion
  • Restore PWR clock at wakeup
  • ExternalWakeup: LowPowerMode parameter SLEEP_MODE should be used
  • Call function configIPClock() to restore system IP clocks

STM32LowPower library v1.0.3

15 May 08:43
f883326
Compare
Choose a tag to compare

attachInterruptWakeup() add parameter to define LowPowerMode, See #20

STM32LowPower library v1.0.2

07 Jan 14:22
b3afb49
Compare
Choose a tag to compare

Add library dependencies thanks @per1234 (#15)