| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move embassy-lora, lora examples to lora-phy repo. | Dario Nieuwenhuis | 2023-11-29 | 1 | -40/+0 |
| | | |||||
| * | Re-add impl_trait_projections | Dániel Buga | 2023-10-30 | 1 | -1/+2 |
| | | |||||
| * | time: Update examples, tests, and other code to use new Timer::after_x ↵ | Adam Greig | 2023-10-15 | 1 | -1/+1 |
| | | | | | convenience methods | ||||
| * | Remove impl_trait_projections. | Dario Nieuwenhuis | 2023-10-02 | 1 | -1/+1 |
| | | |||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2023-05-19 | 1 | -1/+0 |
| | | |||||
| * | Remove external-lora-phy feature. | ceekdee | 2023-04-28 | 1 | -1/+1 |
| | | |||||
| * | Remove legacy LoRa drivers. | ceekdee | 2023-04-27 | 1 | -13/+2 |
| | | |||||
| * | Add lora-phy examples. | ceekdee | 2023-04-23 | 1 | -0/+3 |
| | | |||||
| * | Add external LoRa physical layer functionality. | ceekdee | 2023-04-21 | 1 | -0/+3 |
| | | |||||
| * | Update to rust-lorawan with afit support | Ulf Lilleengen | 2023-04-15 | 1 | -7/+6 |
| | | |||||
| * | Change rak4631 feature to sx126x, removing use in board-specific processing; ↵ | ceekdee | 2022-10-10 | 1 | -1/+1 |
| | | | | | simplify the P2P examples; correct RSSI computation. | ||||
| * | Initial add for sx126x | ceekdee | 2022-09-27 | 1 | -0/+2 |
| | | |||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2022-09-22 | 1 | -1/+0 |
| | | | | | Removes feature(generic_associated_types) | ||||
| * | Add impl for offset radio interface | Ulf Lilleengen | 2022-08-26 | 1 | -2/+24 |
| | | |||||
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 1 | -1/+1 |
| | | |||||
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 1 | -1/+1 |
| | | |||||
| * | Add embassy-lora crate | Ulf Lilleengen | 2021-09-30 | 1 | -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. | |||||
