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

Commits on Feb 26, 2024

  1. stm32RTC can give the hour Format 24 or 12 hours

    Adding a boolean (true) if the Hour format is 24 Hours.
    
    Signed-off-by: Francois RAMU <frq09495@lmecxd0404.lme.st.com>
    Francois RAMU authored and fpistm committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    5da16e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. feat(WBA): Add RTC STM32WBAxx support

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    ce1122e View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. stm32RTC change the binary Mode in case the RTC is already init

    When the RTC is already initialized, but RTC BIN mode must be changed
    this is done by writing the RTC ICSR register on BIN[] and BCDU[]
    bit-field with a new `RTC_SetBinaryConf()` function.
    
    Signed-off-by: Francois Ramu <francois.ramu@st.com>
    Francois RAMU authored and fpistm committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    1c66643 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. new sketch to demonstrate the RTC mode change

    New application to demonstrate that changing the RTC
    mode from BIN to BCD does not affect the calendar nor Alarm.
    
    Signed-off-by: F. Ramu <francois.ramu@st.com>
    Francois RAMU authored and fpistm committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    fd5a7bc View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. stm32RTC start alarm with a 64bit accuracy on Subseconds param (#109)

    * stm32RTC start alarm with a 64bit accuracy on Subseconds param
    
    When the number of SubSeconds exceeds 32bit value during calculations
    the Alarm still needs to be set with bigger range. This is done
    with a new RTC_StartAlarm64 function.
    
    Signed-off-by: F. Ramu <francois.ramu@st.com>
    Co-authored-by: Frederic Pillon <frederic.pillon@st.com>
    FRASTM and fpistm authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    62a6175 View commit details
    Browse the repository at this point in the history
  2. chore: update library version

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    f2c0b20 View commit details
    Browse the repository at this point in the history
  3. chore: update library version

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    622310a View commit details
    Browse the repository at this point in the history
Loading