8000 Comparing 0.2.0...0.3.0 · stm32duino/STM32LoRaWAN · GitHub
[go: up one dir, main page]

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/STM32LoRaWAN
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.0
Choose a base ref
...
head repository: stm32duino/STM32LoRaWAN
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.0
Choose a head ref
  • 8 commits
  • 5 files changed
  • 4 contributors

Commits on Sep 3, 2024

  1. timer RTC setting Alarm with more than 32-bit subseconds

    When the SubSecond parameter variable is bigger than 32bits,
    setting the Alarm is still possible calling the RTC_StartAlarm64
    function
    
    Signed-off-by: F. Ramu <francois.ramu@st.com>
    FRASTM authored and fpistm committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    34b54c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Add Battery Status callback

    Rick Hewes authored and fpistm committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    32b7e3d View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. fix: get api require allocation

    Fixes #45.
    
    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    f00cbc1 View commit details
    Browse the repository at this point in the history
  2. fix: function TIMER_IF_Convert_Tick2ms() returned wrong value

    The order of the computation is important: first multiply by 1000, then divide, then add 1. It was: compute (1000/256+1) as int, which is 4, and then use the 4 as factor. Hence, the conversion of ms was quite off the real value.
    
    Also rename MS_TO_TICK, since it does not do that.
    
    Fixes #40.
    mrschuster authored and fpistm committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    4159906 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. fix: do not attach Seconds Interrupt

    Fixes #36.
    
    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    32439c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e270fbc View commit details
    Browse the repository at this point in the history
  3. chore: add new methods in the keywords.txt

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    221cd87 View commit details
    Browse the repository at this point in the history
  4. chore: update library version to 0.3.0

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