-
Notifications
You must be signed in to change notification settings - Fork 51
Comparing changes
Open a pull request
base repository: stm32duino/STM32RTC
base: 1.4.0
head repository: stm32duino/STM32RTC
compare: 1.5.0
- 7 commits
- 7 files changed
- 3 contributors
Commits on Feb 26, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 5da16e6 - Browse repository at this point
Copy the full SHA 5da16e6View commit details
Commits on Feb 27, 2024
-
feat(WBA): Add RTC STM32WBAxx support
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for ce1122e - Browse repository at this point
Copy the full SHA ce1122eView commit details
Commits on Feb 28, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 1c66643 - Browse repository at this point
Copy the full SHA 1c66643View commit details
Commits on Mar 1, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for fd5a7bc - Browse repository at this point
Copy the full SHA fd5a7bcView commit details
Commits on Aug 19, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 62a6175 - Browse repository at this point
Copy the full SHA 62a6175View commit details -
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for f2c0b20 - Browse repository at this point
Copy the full SHA f2c0b20View commit details -
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 622310a - Browse repository at this point
Copy the full SHA 622310aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.4.0...1.5.0