aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wl/src/bin
Commit message (Expand)AuthorAgeFilesLines
* rcc: more cleanupxoviat2023-09-083-3/+2
* stm32: fix wl re-exportxoviat2023-08-271-3/+3
* stm32/rtc: remove generics and segregate clock selxoviat2023-08-081-4/+1
* stm32: fix rtc and examplesxoviat2023-08-061-1/+1
* stm32/rng: use bind_interrupts!.Dario Nieuwenhuis2023-07-312-6/+11
* Enable RTC on STM32WL chips (#1645)Phil Markgraf2023-07-151-0/+43
* stm32: update stm32-metapac.Dario Nieuwenhuis2023-06-192-6/+4
* Fix examplesRasmus Melchior Jacobsen2023-05-251-5/+5
* Let Flash<Async/Blocking> be a thingRasmus Melchior Jacobsen2023-05-251-1/+1
* Align with new bind_interruptRasmus Melchior Jacobsen2023-05-251-2/+2
* Align examplesRasmus Melchior Jacobsen2023-05-251-6/+6
* Align examplesRasmus Melchior Jacobsen2023-05-251-3/+2
* stm32: move lora to bind_interruptsxoviat2023-05-244-21/+30
* Update Rust nightly.Dario Nieuwenhuis2023-05-193-3/+0
* Fix some typosDirk Stolle2023-05-081-1/+1
* Simplify SUBGHZSPI configuration.ceekdee2023-05-043-12/+3
* Handle SUBGHZSPI as async.ceekdee2023-05-033-35/+11
* Deprecate original LoRa drivers. Update rust-lorawan releases.ceekdee2023-04-251-119/+0
* Add lora-phy examples.ceekdee2023-04-234-107/+139
* Add external LoRa physical layer functionality.ceekdee2023-04-212-0/+191
* Update to rust-lorawan with afit supportUlf Lilleengen2023-04-151-1/+1
* Align flash examplesRasmus Melchior Jacobsen2023-04-051-1/+1
* Add random examplemiathedev2022-12-041-0/+33
* Add uart async examplemiathedev2022-11-011-0/+60
* Remove flash lock/unlock public API from stm32 flash, and perform the unlocki...Mathias2022-09-301-1/+1
* Remove default, reorder generic paramsivmarkov2022-09-251-1/+2
* Update Rust nightly.Dario Nieuwenhuis2022-09-222-2/+0
* Use LP as defaultUlf Lilleengen2022-08-261-2/+2
* lora: Make some options configurableTimo Kröger2022-08-261-1/+3
* lora: Use a trait for RF frontend switchingTimo Kröger2022-08-261-1/+27
* lora: Improve IRQ handlingTimo Kröger2022-08-261-3/+2
* stm32wl: Do not require external SPI pins for SUBGHZTimo Kröger2022-08-262-2/+2
* sync: flatten module structure.Dario Nieuwenhuis2022-08-221-1/+1
* split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-221-1/+1
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-185-6/+6
* examples Remove the `fn config()` idiom.Dario Nieuwenhuis2022-08-172-12/+6
* Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-175-12/+16
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-295-12/+12
* Document configuration options and handle optional downlinkUlf Lilleengen2022-07-041-3/+21
* Run rustfmt.Dario Nieuwenhuis2022-06-126-40/+19
* Add embassy-cortex-m crate.Dario Nieuwenhuis2022-06-121-1/+1
* Add bootloader to CIUlf Lilleengen2022-04-271-1/+1
* Add stm32 flash + bootloader supportUlf Lilleengen2022-04-271-0/+43
* Update to released lorawan cratesUlf Lilleengen2022-04-261-1/+1
* Update to latest rust-lorawan versionUlf Lilleengen2022-04-081-8/+2
* Add missing stm32wl/stm32wb chips except stm32wleDario Nieuwenhuis2022-04-085-0/+289