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

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    ea2898b View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Configuration menu
    Copy the full SHA
    1994403 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. chore: harden init

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    f83cf25 View commit details
    Browse the repository at this point in the history
  2. fix(wl): wrong ONESECOND_IRQn definition

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    29549a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. chore(keywords): add isTimeSet

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

Commits on Jan 13, 2023

  1. chore: update version to 1.3.5

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    4abec7b View commit details
    Browse the repository at this point in the history
  2. chore: add git attributes and editor config

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    bfe6843 View commit details
    Browse the repository at this point in the history
  3. chore: update check on STM32_CORE_VERSION

    since rtc bsp was moved to the library, STM32RTC API's
    are no more compatible with the one provided within old
    core version (<2.0.0).
    
    Note: same for STM32LowPower
    
    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    c2bd704 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. chore: remove useless code

    __HAL_RCC_GET_RTC_SOURCE was added since STM32Cube HAL V1.2.5
    
    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    e5afbbf View commit details
    Browse the repository at this point in the history
  2. chore(keywords): add missing items

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    718e96a View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. feat: add second alarm (B) support

    Fixes #74
    
    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    Co-authored-by: hariton_batkov <yanker90@gmail.com>
    fpistm and batkov committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    d5484bb View commit details
    Browse the repository at this point in the history
  2. feat: add getAlarmEpoch method

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    74e2b17 View commit details
    Browse the repository at this point in the history
  3. fix: restore default alarm values if valid

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    ead6df5 View commit details
    Browse the repository at this point in the history
  4. fix(examples): use RTC_SSR_SS for subsecond management

    STM32F2xx also have no subsecond
    
    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    d7ea564 View commit details
    Browse the repository at this point in the history
  5. chore: include time.h within STM32RTC.h

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    47631ef View commit details
    Browse the repository at this point in the history
  6. chore(examples): add RTCReset

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    5fcb571 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #86 from fpistm/AlarmAB

    feat: add second alarm (B) support
    fpistm authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    ad158d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. chore: update check on STM32_CORE_VERSION

    since rtc bsp was moved to the library, STM32RTC API's
    are no more compatible with the one provided within old
    core version (<2.0.0).
    
    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    b89e555 View commit details
    Browse the repository at this point in the history
  2. chore: bump library version to 1.3.5

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    58da1ed View commit details
    Browse the repository at this point in the history
Loading