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

subsys: lorawan: add devicetime request support #78155

Merged
merged 3 commits into from
Nov 16, 2024

Commits on Oct 2, 2024

  1. lorawan: change downlink callback

    Change downlink callback to transport data using flags.
    Related to Issue zephyrproject-rtos#55072
    
    Co-authored-by: Jan Kowalewski <[email protected]>
    
    Signed-off-by: romain pelletant <[email protected]>
    Signed-off-by: Jan Kowalewski <[email protected]>
    romain pelletant authored and kowalewskijan committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c1c72d9 View commit details
    Browse the repository at this point in the history
  2. lorawan: add devicetime request support

    Add devicetime request support.
    Update lorawan sample
    Related to Issue zephyrproject-rtos#55072
    
    Co-authored-by: Jan Kowalewski <[email protected]>
    
    Signed-off-by: romain pelletant <[email protected]>
    Signed-off-by: Jan Kowalewski <[email protected]>
    RomainPelletant authored and kowalewskijan committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    dbb4383 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. lorawan: replace booleans by atomic flags

    ADR status and devtime updated flags merged into an atomic bits array.
    Related to Issue zephyrproject-rtos#55072
    
    Co-authored-by: Jan Kowalewski <[email protected]>
    
    Signed-off-by: romain pelletant <[email protected]>
    Signed-off-by: Jan Kowalewski <[email protected]>
    RomainPelletant authored and kowalewskijan committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    c905ca5 View commit details
    Browse the repository at this point in the history