Releases: stm32duino/STM32LowPower
Releases · stm32duino/STM32LowPower
STM32LowPower library v1.2.5
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
What's Changed
- Reduce flash footprint by @tshcherban in #91
New Contributors
- @tshcherban made their first contribution in #91
Full Changelog: 1.2.3...1.2.4
STM32LowPower library v1.2.3
STM32LowPower library v1.2.2
STM32LowPower library v1.2.1
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
STM32LowPower library v1.1.1
- 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
- Move the STM32 low power driver from core to library
- Support sleeping fractions of seconds
- Rename all
millis
asms
- 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
attachInterruptWakeup()
add parameter to define LowPowerMode, See #20