Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NonArduino: Tock: A collection of fixes for LoRaWAN support #1145

Merged
merged 3 commits into from
Jul 3, 2024

Conversation

alistair23
Copy link
Contributor

This includes a few fixes from the discussion at #1140 to improve the HAL to support LoRaWAN

Previously we only supported a single interrupt callback function, which
could cause issues. Fix this up so instead we support interrupt
callbacks on all 4 GPIOs.

Signed-off-by: Alistair Francis <[email protected]>
To speed up the operation of obtaining the current time in milliseconds
let's cache the frequency.

Signed-off-by: Alistair Francis <[email protected]>
@jgromes
Copy link
Owner

jgromes commented Jul 3, 2024

Looks good from my side, anything from your end @StevenCellist?

@StevenCellist
Copy link
Collaborator

@jgromes nope, all good given the logs in #1140.

@jgromes jgromes merged commit ace0997 into jgromes:master Jul 3, 2024
30 checks passed
@jgromes
Copy link
Owner

jgromes commented Jul 3, 2024

In that case - merged, thanks @alistair23!

@alistair23 alistair23 deleted the alistair/fixup branch July 3, 2024 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RADIOLIB_LORAWAN_NO_DOWNLINK when calling activateOTAA() with Tock setup
3 participants