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

Add initial LoRa support #18998

Merged
merged 10 commits into from
Dec 21, 2019

Commits on Dec 20, 2019

  1. include: Add initial LoRa API

    Add initial LoRa API for P2P mode.
    
    Signed-off-by: Manivannan Sadhasivam <[email protected]>
    Mani-Sadhasivam committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    d7e579a View commit details
    Browse the repository at this point in the history
  2. drivers: Add basic LoRa driver support

    Add basic driver support for LoRa.
    
    Signed-off-by: Manivannan Sadhasivam <[email protected]>
    Mani-Sadhasivam committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    1680468 View commit details
    Browse the repository at this point in the history
  3. drivers: lora: Add SX1276 LoRa Modem support

    Add support for Semtech SX1276 LoRa Modem.
    
    Signed-off-by: Manivannan Sadhasivam <[email protected]>
    Mani-Sadhasivam committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    ab6b232 View commit details
    Browse the repository at this point in the history
  4. boards: arm: 96b_wistrio: Add on-board SX1276 LoRa Modem suppport

    Add support for Semtech SX1276 LoRa Modem found within the RAK811
    module on the board.
    
    Signed-off-by: Manivannan Sadhasivam <[email protected]>
    Mani-Sadhasivam committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    16a94b1 View commit details
    Browse the repository at this point in the history
  5. samples: drivers: Add LoRa sender sample

    Add sample application for sending data packets over LoRa.
    
    Signed-off-by: Manivannan Sadhasivam <[email protected]>
    Mani-Sadhasivam committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    0b02983 View commit details
    Browse the repository at this point in the history
  6. samples: drivers: Add LoRa receiver sample

    Add sample application for receiving data packets over LoRa.
    
    Signed-off-by: Manivannan Sadhasivam <[email protected]>
    Mani-Sadhasivam committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    dfa3994 View commit details
    Browse the repository at this point in the history
  7. CODEOWNERS: Add entry for LoRa support

    Add CODEOWNERS entry for LoRa API, drivers and samples.
    
    Signed-off-by: Manivannan Sadhasivam <[email protected]>
    Mani-Sadhasivam committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    4dac3ab View commit details
    Browse the repository at this point in the history
  8. modules: Add LoRaMac Stack and drivers

    Add LoRaMac module support for building the LoRaWAN stack and LoRa
    drivers provided by Semtech.
    
    Signed-off-by: Manivannan Sadhasivam <[email protected]>
    Mani-Sadhasivam committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    53ed26b View commit details
    Browse the repository at this point in the history
  9. west: Add LoRaMac-node module

    Add LoRaMac-node module support to make use of Semtech LoRaWAN stack
    and LoRa drivers.
    
    Signed-off-by: Manivannan Sadhasivam <[email protected]>
    Mani-Sadhasivam committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    27824f1 View commit details
    Browse the repository at this point in the history
  10. boards: arm: 96b_wistrio: Use STM32_OSPEEDR_VERY_HIGH_SPEED for SPI1_SCK

    Add Add STM32_OSPEEDR_VERY_HIGH_SPEED flag for SPI1_SCK to function
    properly. This is needed for the proper communication with the LoRa
    modem. Without this flag, the received data is mangled when burst
    read is performed.
    
    Signed-off-by: Manivannan Sadhasivam <[email protected]>
    Mani-Sadhasivam committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    3092d57 View commit details
    Browse the repository at this point in the history