| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move embassy-lora, lora examples to lora-phy repo. | Dario Nieuwenhuis | 2023-11-29 | 1 | -31/+0 |
| | | |||||
| * | Prepare embassy-net 0.2.1 and embassy-sync 0.4.0 | Dániel Buga | 2023-10-31 | 1 | -1/+1 |
| | | |||||
| * | time: add `links` key, release v0.1.5. | Dario Nieuwenhuis | 2023-10-16 | 1 | -1/+1 |
| | | |||||
| * | Release embassy-time 0.1.4 | Dániel Buga | 2023-10-12 | 1 | -1/+1 |
| | | |||||
| * | Update rust-lorawan crate versions. | ceekdee | 2023-09-25 | 1 | -4/+1 |
| | | |||||
| * | Update for rust-lorawan and lora-phy version 2. | ceekdee | 2023-09-24 | 1 | -2/+2 |
| | | |||||
| * | feat: bump embassy-sync version to 0.3.0 | Ulf Lilleengen | 2023-09-14 | 1 | -1/+1 |
| | | | | | Update changelog in preparation for release | ||||
| * | Release embassy-time v0.1.3 | Jesse Braham | 2023-08-28 | 1 | -2/+2 |
| | | |||||
| * | Fix lora docs build. | Dario Nieuwenhuis | 2023-08-19 | 1 | -0/+3 |
| | | |||||
| * | Update embedded-hal to 1.0.0-rc.1 (#1783) | Dario Nieuwenhuis | 2023-08-16 | 1 | -1/+1 |
| | | |||||
| * | Rename embassy-hal-common to embassy-hal-internal, document it's for ↵ | Dario Nieuwenhuis | 2023-07-28 | 1 | -0/+1 |
| | | | | | internal use only. (#1700) | ||||
| * | Correct embassy-lora time feature | ceekdee | 2023-07-26 | 1 | -1/+1 |
| | | |||||
| * | Use lora-phy v1.2.1; modify embassy-lora dependencies. | ceekdee | 2023-07-26 | 1 | -10/+3 |
| | | |||||
| * | Release embassy-time v0.1.2 | Dario Nieuwenhuis | 2023-07-06 | 1 | -1/+1 |
| | | |||||
| * | update embedded-hal crates. | Dario Nieuwenhuis | 2023-07-04 | 1 | -2/+5 |
| | | |||||
| * | lora: fix docs build. | Dario Nieuwenhuis | 2023-05-04 | 1 | -1/+1 |
| | | |||||
| * | Remove external-lora-phy feature. | ceekdee | 2023-04-28 | 1 | -8/+3 |
| | | |||||
| * | Remove legacy LoRa drivers. | ceekdee | 2023-04-27 | 1 | -6/+1 |
| | | |||||
| * | Deprecate original LoRa drivers. Update rust-lorawan releases. | ceekdee | 2023-04-25 | 1 | -2/+2 |
| | | |||||
| * | Use released lora-phy. | ceekdee | 2023-04-21 | 1 | -2/+2 |
| | | |||||
| * | Add external LoRa physical layer functionality. | ceekdee | 2023-04-21 | 1 | -3/+5 |
| | | |||||
| * | update to released versions | Ulf Lilleengen | 2023-04-17 | 1 | -2/+2 |
| | | |||||
| * | Update to rust-lorawan with afit support | Ulf Lilleengen | 2023-04-15 | 1 | -2/+2 |
| | | |||||
| * | Release embassy-sync v0.2.0 | Dario Nieuwenhuis | 2023-04-13 | 1 | -1/+1 |
| | | |||||
| * | lora: fix embassy docs build. | Dario Nieuwenhuis | 2023-04-09 | 1 | -3/+3 |
| | | |||||
| * | stm32: remove subghz feature. | Dario Nieuwenhuis | 2023-04-07 | 1 | -1/+1 |
| | | | | | It's available only on WL. if you're using a WL, you want subghz for sure. | ||||
| * | Update embedded-hal crates. | Dario Nieuwenhuis | 2023-04-06 | 1 | -2/+2 |
| | | |||||
| * | Switch to async-fn-in-trait | Dario Nieuwenhuis | 2022-11-25 | 1 | -1/+1 |
| | | |||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2022-10-26 | 1 | -1/+1 |
| | | |||||
| * | Change rak4631 feature to sx126x, removing use in board-specific processing; ↵ | ceekdee | 2022-10-10 | 1 | -2/+2 |
| | | | | | simplify the P2P examples; correct RSSI computation. | ||||
| * | Merge branch 'embassy-rs:master' into master | Chuck Davis | 2022-10-08 | 1 | -2/+3 |
| |\ | |||||
| | * | all Cargo.toml: Add license to all crate Cargo.toml files | chrysn | 2022-10-07 | 1 | -0/+1 |
| | | | | | | | | | Closes: https://github.com/embassy-rs/embassy/issues/1002 | ||||
| | * | Update embedded-hal versions and explicitly pin | Ulf Lilleengen | 2022-09-29 | 1 | -2/+2 |
| | | | |||||
| * | | Initial add for sx126x | ceekdee | 2022-09-27 | 1 | -0/+2 |
| |/ | |||||
| * | Merge #939 | bors[bot] | 2022-09-04 | 1 | -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 Nieuwenhuis | 2022-09-02 | 1 | -2/+2 |
| | | | |||||
| * | | Use released rust-lorawan with radio fixes | Ulf Lilleengen | 2022-08-26 | 1 | -1/+1 |
| | | | |||||
| * | | lora: Propagate "defmt" feature to lora crates | Timo Kröger | 2022-08-26 | 1 | -0/+1 |
| |/ | |||||
| * | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 1 | -1/+1 |
| | | |||||
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 1 | -3/+3 |
| | | |||||
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 1 | -3/+4 |
| | | |||||
| * | docs: Add $COMMIT to git srclinks. | Dario Nieuwenhuis | 2022-06-26 | 1 | -3/+3 |
| | | |||||
| * | Remove the authors field from Cargo.tomls | Dario Nieuwenhuis | 2022-06-18 | 1 | -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 Nieuwenhuis | 2022-06-18 | 1 | -1/+1 |
| | | |||||
| * | Update embedded-hal-async to 0.1.0-alpha.1 | Dario Nieuwenhuis | 2022-05-29 | 1 | -1/+1 |
| | | |||||
| * | Update to released lorawan crates | Ulf Lilleengen | 2022-04-26 | 1 | -2/+2 |
| | | |||||
| * | Switch to crates.io embedded-hal, embedded-hal-async. | Dario Nieuwenhuis | 2022-04-22 | 1 | -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 version | Ulf Lilleengen | 2022-04-08 | 1 | -2/+2 |
| | | |||||
| * | Add more docserver metadata. | Dario Nieuwenhuis | 2022-04-05 | 1 | -0/+9 |
| | | |||||
| * | Update rust nightly, embedded-hal 1.0, embedded-hal-async. | Dario Nieuwenhuis | 2022-03-11 | 1 | -2/+2 |
| | | |||||
