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

examples: lora: Store the LoRa keys in the K/V store #461

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Jul 30, 2024

  1. lora: Build lora examples for RISC-V

    Signed-off-by: Alistair Francis <[email protected]>
    alistair23 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    a4f8402 View commit details
    Browse the repository at this point in the history
  2. lora: be more conservative in build script

    avoid a wildcard with `rm -rf` in a script, and set the script
    to error out if it's somehow not in the directory we expect
    before `rm`'ing
    ppannuto authored and alistair23 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    6814cfb View commit details
    Browse the repository at this point in the history
  3. lora: Update to use the new libtock-c layout

    Signed-off-by: Alistair Francis <[email protected]>
    alistair23 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    cdb6ca7 View commit details
    Browse the repository at this point in the history
  4. lora: Move from wip to examples

    Signed-off-by: Alistair Francis <[email protected]>
    alistair23 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    54b281d View commit details
    Browse the repository at this point in the history
  5. examples: lora: Use TockLibrary.mk

    Signed-off-by: Alistair Francis <[email protected]>
    alistair23 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    b55ed4f View commit details
    Browse the repository at this point in the history
  6. RadioLib: Move to top level

    Signed-off-by: Alistair Francis <[email protected]>
    alistair23 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    f19c885 View commit details
    Browse the repository at this point in the history
  7. RadioLib: Work around GCC bug

    Signed-off-by: Alistair Francis <[email protected]>
    alistair23 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    1048e36 View commit details
    Browse the repository at this point in the history
  8. TockLibrary.mk: Fixup formatting failures for RadioLib

    Signed-off-by: Alistair Francis <[email protected]>
    alistair23 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    e152cd1 View commit details
    Browse the repository at this point in the history
  9. examples: lora: Remove cmake build option

    Signed-off-by: Alistair Francis <[email protected]>
    alistair23 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    bd69ff8 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. lora: sensor-lorawan: Initial commit

    Signed-off-by: Alistair Francis <[email protected]>
    alistair23 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    0dea5c4 View commit details
    Browse the repository at this point in the history
  2. examples: lora: Store the LoRa keys in the K/V store

    This modifies the LoRaWAN example to use keys set in Tock's K/V store.
    The `lorawan-set-keys` application is added to set keys, which can then
    be used over and over again by the LoRaWAN transmit application.
    
    Signed-off-by: Alistair Francis <[email protected]>
    alistair23 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d49f6e6 View commit details
    Browse the repository at this point in the history