-
Notifications
You must be signed in to change notification settings - Fork 11
Comparing changes
Open a pull request
base repository: stm32duino/STM32LoRaWAN
base: 0.2.0
head repository: stm32duino/STM32LoRaWAN
compare: 0.3.0
- 8 commits
- 5 files changed
- 4 contributors
Commits on Sep 3, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 34b54c9 - 8000 Browse repository at this point
Copy the full SHA 34b54c9View commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 32b7e3d - Browse repository at this point
Copy the full SHA 32b7e3dView commit details
Commits on Nov 27, 2024
-
fix: get api require allocation
Fixes #45. Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for f00cbc1 - Browse repository at this point
Copy the full SHA f00cbc1View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 4159906 - Browse repository at this point
Copy the full SHA 4159906View commit details
Commits on Nov 28, 2024
-
fix: do not attach Seconds Interrupt
Fixes #36. Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 32439c1 - Browse repository at this point
Copy the full SHA 32439c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e270fbc - Browse repository at this point
Copy the full SHA e270fbcView commit details -
chore: add new methods in the keywords.txt
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for 221cd87 - Browse repository at this point
Copy the full SHA 221cd87View commit details -
chore: update library version to 0.3.0
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Configuration menu - View commit details
-
Copy full SHA for b296d8d - Browse repository at this point
Copy the full SHA b296d8dView 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 somethi 2E51 ng weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.2.0...0.3.0