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.1
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.2
Choose a head ref
  • 5 commits
  • 5 files changed
  • 2 contributors

Commits on Jul 8, 2022

  1. fix: initialize RTC variables even when RTC hardware is not reinitial…

    …ized
    
    fixes #71
    
    Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
    ABOSTM committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    a2b67c1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #72 from ABOSTM/VARIABLES_INIT

    fix: initialize RTC variables even when RTC hardware is not reinitialized
    fpistm authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    f620b53 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. fix: ability to set alarm after reset

    Be sure to set default value for alarmday,
    and thus avoid IS_RTC_DATE(day) being false
    when is not usd in alarm setting
    
    Take into account Reset usecase
    (being able to set new alarma after a reset)
    
    Factorize change of RTC clock source in the RTC_begin() function
    which imply a reset of BackupDomain.
    Save configuration before this BackupDomain reset,
    and restore after.
    
    fixes #82
    
    Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
    ABOSTM authored and fpistm committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    d9dc7ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    916c5f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    148a0dc View commit details
    Browse the repository at this point in the history
Loading