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/STM32RTC
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.2
Choose a base ref
...
head repository: stm32duino/STM32RTC
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.3.3
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Nov 14, 2022

  1. fix: 1 RTC vector for both HAL IRQHandler Alarm and WakeUpTimer

    Sometimes, both HAL IRQ handler should be call from RTC vector
    * HAL_RTC_AlarmIRQHandler()
    * HAL_RTCEx_WakeUpTimerIRQHandler()
    
    Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
    ABOSTM authored and fpistm committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    4c0bcda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d1c8dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff66441 View commit details
    Browse the repository at this point in the history
Loading