aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wl/src/bin/lora_lorawan.rs
Commit message (Expand)AuthorAgeFilesLines
* Move embassy-lora, lora examples to lora-phy repo.Dario Nieuwenhuis2023-11-291-95/+0
* stm32/rcc: consistent casing and naming for PLL enums.Dario Nieuwenhuis2023-11-131-1/+1
* Update Rust nightly.Dario Nieuwenhuis2023-11-011-0/+1
* stm32/rcc: merge wb into l4/l5.Dario Nieuwenhuis2023-10-231-0/+1
* stm32/rcc: merge wl into l4/l5.Dario Nieuwenhuis2023-10-231-4/+18
* stm32/rcc: add LSE/LSI to all chips, add RTC to more chips.Dario Nieuwenhuis2023-10-111-1/+0
* stm32/rcc: rename HSE32 to HSEDario Nieuwenhuis2023-10-111-1/+1
* Update for rust-lorawan and lora-phy version 2.ceekdee2023-09-241-6/+5
* rcc: more cleanupxoviat2023-09-081-1/+1
* stm32/rng: use bind_interrupts!.Dario Nieuwenhuis2023-07-311-3/+4
* stm32: update stm32-metapac.Dario Nieuwenhuis2023-06-191-1/+1
* stm32: move lora to bind_interruptsxoviat2023-05-241-5/+7
* Update Rust nightly.Dario Nieuwenhuis2023-05-191-1/+0
* Simplify SUBGHZSPI configuration.ceekdee2023-05-041-4/+1
* Handle SUBGHZSPI as async.ceekdee2023-05-031-13/+5
* Add lora-phy examples.ceekdee2023-04-231-2/+4
* Add external LoRa physical layer functionality.ceekdee2023-04-211-0/+88