Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stm32duino/STM32LowPower
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.2
Choose a base ref
...
head repository: stm32duino/STM32LowPower
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.3
Choose a head ref
  • 6 commits
  • 8 files changed
  • 2 contributors

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    082ca1f View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. fix(wb): HAL_PWREx_ControlVoltageScaling is not for all STM32WB

    it depends of PWR_CR1_VOS
    
    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    638ae13 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. fix(WB): set CPU2 low power mode

    Fixes #85
    
    Typically, action performed by CPU2 on a dual core application.
    Since this example is single core, perform it by CPU1.
    
    On STM32WB, both CPU1 and CPU2 must be in low-power mode
    to set the entire System in low-power mode, corresponding to
    the deepest low-power mode possible.
    For example, CPU1 in Stop2 mode and CPU2 in Shutdown mode
    will make system enter in Stop2 mode.
    
    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    ee9a8e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. chore: update check on STM32 core and rtc versions

    since lowpower bsp was moved to the library, STM32LowPower API's
    are no more compatible with the one provided within old
    core version (<2.0.0).
    
    Note: same for STM32RTC
    
    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    35e3307 View commit details
    Browse the repository at this point in the history
  2. feat(C0): Add C0 LowPower support

    Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
    ABOSTM authored and fpistm committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    61b4c21 View commit details
    Browse the repository at this point in the history
  3. chore: bump library version

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    ef798e3 View commit details
    Browse the repository at this point in the history
Loading