aboutsummaryrefslogtreecommitdiff
path: root/embassy-lora/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move embassy-lora, lora examples to lora-phy repo.Dario Nieuwenhuis2023-11-291-40/+0
|
* Re-add impl_trait_projectionsDániel Buga2023-10-301-1/+2
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-151-1/+1
| | | | convenience methods
* Remove impl_trait_projections.Dario Nieuwenhuis2023-10-021-1/+1
|
* Update Rust nightly.Dario Nieuwenhuis2023-05-191-1/+0
|
* Remove external-lora-phy feature.ceekdee2023-04-281-1/+1
|
* Remove legacy LoRa drivers.ceekdee2023-04-271-13/+2
|
* Add lora-phy examples.ceekdee2023-04-231-0/+3
|
* Add external LoRa physical layer functionality.ceekdee2023-04-211-0/+3
|
* Update to rust-lorawan with afit supportUlf Lilleengen2023-04-151-7/+6
|
* Change rak4631 feature to sx126x, removing use in board-specific processing; ↵ceekdee2022-10-101-1/+1
| | | | simplify the P2P examples; correct RSSI computation.
* Initial add for sx126xceekdee2022-09-271-0/+2
|
* Update Rust nightly.Dario Nieuwenhuis2022-09-221-1/+0
| | | | Removes feature(generic_associated_types)
* Add impl for offset radio interfaceUlf Lilleengen2022-08-261-2/+24
|
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-181-1/+1
|
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-1/+1
|
* Add embassy-lora crateUlf Lilleengen2021-09-301-0/+23
This crate contains async radio drivers for various lora drivers that work with embassy timers. The code is imported from Drogue Device ( https://github.com/drogue-iot/drogue-device) The radio drivers integrate with the async LoRaWAN MAC layer in the lorawan-device crate. Also added is an example for the STM32WL55 and for STM32L0 (requires the LoRa Discovery board) for LoRaWAN. Future work is to make the underlying radio drivers using fully async SPI when communicating with the peripheral.