Releases: stm32duino/STM32LowPower
Releases · stm32duino/STM32LowPower
STM32LowPower library v1.5.0
Compare
Sorry, something went wrong.
No results found
fpistm
released this
28 Jul 07:52
What's Changed
Full Changelog : 1.4.0...1.5.0
STM32LowPower library v1.4.0
Compare
Sorry, something went wrong.
No results found
fpistm
released this
12 Mar 14:15
What's Changed
fix(h7): missing regulator state in STOP mode by @fpistm in #116
feat(u3): deepSleep by @fpistm in #121
feat: support PWR wake-up source selection by @fpistm in #120
Full Changelog : 1.3.0...1.4.0
STM32LowPower library v1.3.0
Compare
Sorry, something went wrong.
No results found
fpistm
released this
27 Nov 16:28
What's Changed
feat(WBA): add STM32WBAxx support by @fpistm in #108
fix(example): properly end Serial when STOP2 mode is used by @fpistm in #112
feat(u0): add STM32U0xx LowPower support by @fpistm in #113
Full Changelog : 1.2.5...1.3.0
STM32LowPower library v1.2.5
Compare
Sorry, something went wrong.
No results found
fpistm
released this
20 Dec 17:24
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
Compare
Sorry, something went wrong.
No results found
fpistm
released this
17 May 12:44
What's Changed
New Contributors
Full Changelog : 1.2.3...1.2.4
STM32LowPower library v1.2.3
Compare
Sorry, something went wrong.
No results found
fpistm
released this
23 Jan 14:28
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
Compare
Sorry, something went wrong.
No results found
fpistm
released this
03 Oct 08:18
What's Changed
fix: STM32G070 compilation issue by @ABOSTM in #84
Full Changelog : 1.2.1...1.2.2
STM32LowPower library v1.2.1
Compare
Sorry, something went wrong.
No results found
fpistm
released this
28 Sep 12:08
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
Compare
Sorry, something went wrong.
No results found
fpistm
released this
03 Jan 13:09
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
Compare
Sorry, something went wrong.
No results found
fpistm
released this
01 Oct 12:30
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