summaryrefslogtreecommitdiff
path: root/embassy-lora
AgeCommit message (Expand)Author
2022-10-10Change rak4631 feature to sx126x, removing use in board-specific processing; ...ceekdee
2022-10-08Merge branch 'embassy-rs:master' into masterChuck Davis
2022-10-08Improve generics and consolidate antenna handlingceekdee
2022-10-07all Cargo.toml: Add license to all crate Cargo.toml fileschrysn
2022-09-29Update embedded-hal versions and explicitly pinUlf Lilleengen
2022-09-28Merge branch 'embassy-rs:master' into masterChuck Davis
2022-09-28Update some outstanding questionsceekdee
2022-09-28Remove subghz static lifetime requirementUlf Lilleengen
2022-09-27Initial add for sx126xceekdee
2022-09-22Replace futures::future::poll_fn -> core::future::poll_fn.Dario Nieuwenhuis
2022-09-22Update Rust nightly.Dario Nieuwenhuis
2022-09-04Merge #939bors[bot]
2022-09-03run `cargo fmt`Timo Kröger
2022-09-02time: add more tick rates, use 1mhz as default.Dario Nieuwenhuis
2022-08-26lora: Fix unused import warningTimo Kröger
2022-08-26Use released rust-lorawan with radio fixesUlf Lilleengen
2022-08-26Adjust timings after offset calculation fixUlf Lilleengen
2022-08-26Make settings configurableUlf Lilleengen
2022-08-26Add impl for offset radio interfaceUlf Lilleengen
2022-08-26lora: Improve TX/RX parametersTimo Kröger
2022-08-26lora: Make some options configurableTimo Kröger
2022-08-26lora: Use a trait for RF frontend switchingTimo Kröger
2022-08-26lora: Propagate "defmt" feature to lora cratesTimo Kröger
2022-08-26lora: Improve IRQ handlingTimo Kröger
2022-08-22sync: flatten module structure.Dario Nieuwenhuis
2022-08-22split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis
2022-08-18Split embassy-time from embassy-executor.Dario Nieuwenhuis
2022-07-29Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis
2022-07-23Rename Unborrowed -> PeripheralRef, Unborrow -> PeripheralDario Nieuwenhuis
2022-07-23Update embassy-stm32Dario Nieuwenhuis
2022-06-26docs: Add $COMMIT to git srclinks.Dario Nieuwenhuis
2022-06-18Remove the authors field from Cargo.tomlsDario Nieuwenhuis
2022-06-18Update to 2021 edition. (#820)Dario Nieuwenhuis
2022-06-15Extract setting of lora modulation paramsDaniel Bevenius
2022-06-12Run rustfmt.Dario Nieuwenhuis
2022-06-12Add embassy-cortex-m crate.Dario Nieuwenhuis
2022-05-29Update embedded-hal-async to 0.1.0-alpha.1Dario Nieuwenhuis
2022-04-26Update to released lorawan cratesUlf Lilleengen
2022-04-22Switch to crates.io embedded-hal, embedded-hal-async.Dario Nieuwenhuis
2022-04-08Update to latest rust-lorawan versionUlf Lilleengen
2022-04-05Add more docserver metadata.Dario Nieuwenhuis
2022-03-11Update rust nightly, embedded-hal 1.0, embedded-hal-async.Dario Nieuwenhuis
2022-01-26Support unstable-trait feature for stm32Ulf Lilleengen
2022-01-19stm32/gpio: expose all functionality as inherent methods.Dario Nieuwenhuis
2021-12-16Remove unneeded rustfmt::skipUlf Lilleengen
2021-12-16Update rust-toolchainUlf Lilleengen
2021-12-03Flush MISO before transfer operationUlf Lilleengen
2021-12-03Refactor sx127x radio to use async SPI with DMAUlf Lilleengen
2021-12-02Update rust-lorawan to version supporting defmt 0.3Ulf Lilleengen
2021-11-15Update to defmt 3.0ish.Bob McWhirter