aboutsummaryrefslogtreecommitdiff
path: root/embassy-lora/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Move embassy-lora, lora examples to lora-phy repo.Dario Nieuwenhuis2023-11-291-31/+0
|
* Prepare embassy-net 0.2.1 and embassy-sync 0.4.0Dániel Buga2023-10-311-1/+1
|
* time: add `links` key, release v0.1.5.Dario Nieuwenhuis2023-10-161-1/+1
|
* Release embassy-time 0.1.4Dániel Buga2023-10-121-1/+1
|
* Update rust-lorawan crate versions.ceekdee2023-09-251-4/+1
|
* Update for rust-lorawan and lora-phy version 2.ceekdee2023-09-241-2/+2
|
* feat: bump embassy-sync version to 0.3.0Ulf Lilleengen2023-09-141-1/+1
| | | | Update changelog in preparation for release
* Release embassy-time v0.1.3Jesse Braham2023-08-281-2/+2
|
* Fix lora docs build.Dario Nieuwenhuis2023-08-191-0/+3
|
* Update embedded-hal to 1.0.0-rc.1 (#1783)Dario Nieuwenhuis2023-08-161-1/+1
|
* Rename embassy-hal-common to embassy-hal-internal, document it's for ↵Dario Nieuwenhuis2023-07-281-0/+1
| | | | internal use only. (#1700)
* Correct embassy-lora time featureceekdee2023-07-261-1/+1
|
* Use lora-phy v1.2.1; modify embassy-lora dependencies.ceekdee2023-07-261-10/+3
|
* Release embassy-time v0.1.2Dario Nieuwenhuis2023-07-061-1/+1
|
* update embedded-hal crates.Dario Nieuwenhuis2023-07-041-2/+5
|
* lora: fix docs build.Dario Nieuwenhuis2023-05-041-1/+1
|
* Remove external-lora-phy feature.ceekdee2023-04-281-8/+3
|
* Remove legacy LoRa drivers.ceekdee2023-04-271-6/+1
|
* Deprecate original LoRa drivers. Update rust-lorawan releases.ceekdee2023-04-251-2/+2
|
* Use released lora-phy.ceekdee2023-04-211-2/+2
|
* Add external LoRa physical layer functionality.ceekdee2023-04-211-3/+5
|
* update to released versionsUlf Lilleengen2023-04-171-2/+2
|
* Update to rust-lorawan with afit supportUlf Lilleengen2023-04-151-2/+2
|
* Release embassy-sync v0.2.0Dario Nieuwenhuis2023-04-131-1/+1
|
* lora: fix embassy docs build.Dario Nieuwenhuis2023-04-091-3/+3
|
* stm32: remove subghz feature.Dario Nieuwenhuis2023-04-071-1/+1
| | | | It's available only on WL. if you're using a WL, you want subghz for sure.
* Update embedded-hal crates.Dario Nieuwenhuis2023-04-061-2/+2
|
* Switch to async-fn-in-traitDario Nieuwenhuis2022-11-251-1/+1
|
* Update Rust nightly.Dario Nieuwenhuis2022-10-261-1/+1
|
* Change rak4631 feature to sx126x, removing use in board-specific processing; ↵ceekdee2022-10-101-2/+2
| | | | simplify the P2P examples; correct RSSI computation.
* Merge branch 'embassy-rs:master' into masterChuck Davis2022-10-081-2/+3
|\
| * all Cargo.toml: Add license to all crate Cargo.toml fileschrysn2022-10-071-0/+1
| | | | | | | | Closes: https://github.com/embassy-rs/embassy/issues/1002
| * Update embedded-hal versions and explicitly pinUlf Lilleengen2022-09-291-2/+2
| |
* | Initial add for sx126xceekdee2022-09-271-0/+2
|/
* Merge #939bors[bot]2022-09-041-2/+2
|\ | | | | | | | | | | | | | | 939: time: add more tick rates, use 1mhz as default. r=Dirbaio a=Dirbaio Co-authored-by: Dario Nieuwenhuis <[email protected]>
| * time: add more tick rates, use 1mhz as default.Dario Nieuwenhuis2022-09-021-2/+2
| |
* | Use released rust-lorawan with radio fixesUlf Lilleengen2022-08-261-1/+1
| |
* | lora: Propagate "defmt" feature to lora cratesTimo Kröger2022-08-261-0/+1
|/
* split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-221-1/+1
|
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-181-3/+3
|
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-3/+4
|
* docs: Add $COMMIT to git srclinks.Dario Nieuwenhuis2022-06-261-3/+3
|
* Remove the authors field from Cargo.tomlsDario Nieuwenhuis2022-06-181-1/+0
| | | | | | | | | | | It currently contains whoever was first to write some code for the crate, even if many more people have contributed to it later. The field is "sort of" deprecated, it was made optional recently: https://rust-lang.github.io/rfcs/3052-optional-authors-field.html Due the the reasons listed there I believe removing it is better than setting it to generic fluff like "The Embassy contributors".
* Update to 2021 edition. (#820)Dario Nieuwenhuis2022-06-181-1/+1
|
* Update embedded-hal-async to 0.1.0-alpha.1Dario Nieuwenhuis2022-05-291-1/+1
|
* Update to released lorawan cratesUlf Lilleengen2022-04-261-2/+2
|
* Switch to crates.io embedded-hal, embedded-hal-async.Dario Nieuwenhuis2022-04-221-2/+2
| | | | | This temporarily removes support for the async UART trait, since it's not yet in embedded-hal-async.
* Update to latest rust-lorawan versionUlf Lilleengen2022-04-081-2/+2
|
* Add more docserver metadata.Dario Nieuwenhuis2022-04-051-0/+9
|
* Update rust nightly, embedded-hal 1.0, embedded-hal-async.Dario Nieuwenhuis2022-03-111-2/+2
|