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

Commits on Sep 5, 2024

  1. feat(u0): add STM32U0xx support

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

Commits on Nov 27, 2024

  1. Avoid overflow during conversion from ms to ticks.

    E.g. when having predivSync=255, a value of subSeconds=2^24 (still well below UINT32_MAX and thus using the 32bit computation branch) would be multiplied by 256 and result in an overflow during computation. In fact, 2^24 ms is about 4 hours 40 minutes.
    mrschuster authored and fpistm committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    d1eed86 View commit details
    Browse the repository at this point in the history
  2. chore(ci): add new series to core config

    STM32UOx and STM32WBAx
    
    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    mrschuster authored and fpistm committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    afae297 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 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    a3036e0 View commit details
    Browse the repository at this point in the history
Loading