-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Add initial LoRa support #18998
Commits on Dec 20, 2019
-
Add initial LoRa API for P2P mode. Signed-off-by: Manivannan Sadhasivam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d7e579a - Browse repository at this point
Copy the full SHA d7e579aView commit details -
drivers: Add basic LoRa driver support
Add basic driver support for LoRa. Signed-off-by: Manivannan Sadhasivam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1680468 - Browse repository at this point
Copy the full SHA 1680468View commit details -
drivers: lora: Add SX1276 LoRa Modem support
Add support for Semtech SX1276 LoRa Modem. Signed-off-by: Manivannan Sadhasivam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab6b232 - Browse repository at this point
Copy the full SHA ab6b232View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 16a94b1 - Browse repository at this point
Copy the full SHA 16a94b1View commit details -
samples: drivers: Add LoRa sender sample
Add sample application for sending data packets over LoRa. Signed-off-by: Manivannan Sadhasivam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b02983 - Browse repository at this point
Copy the full SHA 0b02983View commit details -
samples: drivers: Add LoRa receiver sample
Add sample application for receiving data packets over LoRa. Signed-off-by: Manivannan Sadhasivam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dfa3994 - Browse repository at this point
Copy the full SHA dfa3994View commit details -
CODEOWNERS: Add entry for LoRa support
Add CODEOWNERS entry for LoRa API, drivers and samples. Signed-off-by: Manivannan Sadhasivam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4dac3ab - Browse repository at this point
Copy the full SHA 4dac3abView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 53ed26b - Browse repository at this point
Copy the full SHA 53ed26bView commit details -
Add LoRaMac-node module support to make use of Semtech LoRaWAN stack and LoRa drivers. Signed-off-by: Manivannan Sadhasivam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27824f1 - Browse repository at this point
Copy the full SHA 27824f1View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 3092d57 - Browse repository at this point
Copy the full SHA 3092d57View commit details