aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wl
Commit message (Expand)AuthorAgeFilesLines
* update embedded-storage{,-async}, remove patch.Dario Nieuwenhuis2023-12-041-1/+1
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-2/+2
* Move embassy-lora, lora examples to lora-phy repo.Dario Nieuwenhuis2023-11-294-348/+0
* executor: release v0.3.3Dario Nieuwenhuis2023-11-151-1/+1
* stm32/rcc: consistent casing and naming for PLL enums.Dario Nieuwenhuis2023-11-135-5/+5
* Update heapless to v0.8, embedded-nal-async to v0.7Dario Nieuwenhuis2023-11-101-1/+1
* Update Rust nightly.Dario Nieuwenhuis2023-11-013-0/+3
* Release embassy-executor v0.3.1Dario Nieuwenhuis2023-11-011-1/+1
* Prepare embassy-net 0.2.1 and embassy-sync 0.4.0Dániel Buga2023-10-311-1/+1
* stm32/rcc: merge wb into l4/l5.Dario Nieuwenhuis2023-10-235-8/+58
* stm32/rcc: merge wl into l4/l5.Dario Nieuwenhuis2023-10-232-9/+36
* fix clocks in stm32wl rng example.Dario Nieuwenhuis2023-10-171-5/+4
* time: add `links` key, release v0.1.5.Dario Nieuwenhuis2023-10-161-1/+1
* time: Update examples, tests, and other code to use new Timer::after_x conven...Adam Greig2023-10-153-8/+8
* Release embassy-time 0.1.4Dániel Buga2023-10-121-1/+1
* stm32/rcc: add LSE/LSI to all chips, add RTC to more chips.Dario Nieuwenhuis2023-10-113-7/+3
* stm32/rcc: rename HSE32 to HSEDario Nieuwenhuis2023-10-116-6/+6
* stm32/rtc: enable lse in examples.Dario Nieuwenhuis2023-09-301-0/+2
* stm32/usart: return error instead of panicking on bad baudrate.Dario Nieuwenhuis2023-09-261-2/+2
* Update rust-lorawan crate versions.ceekdee2023-09-251-6/+2
* Update for rust-lorawan and lora-phy version 2.ceekdee2023-09-244-16/+12
* feat: bump embassy-sync version to 0.3.0Ulf Lilleengen2023-09-141-1/+1
* rcc: more cleanupxoviat2023-09-083-3/+2
* Release embassy-time v0.1.3Jesse Braham2023-08-281-2/+2
* stm32: fix wl re-exportxoviat2023-08-271-3/+3
* Bump executor crate version to 0.3.0Dániel Buga2023-08-231-1/+1
* Update embedded-hal to 1.0.0-rc.1 (#1783)Dario Nieuwenhuis2023-08-161-0/+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
* Merge branch 'main' into mainChuck Davis2023-07-271-0/+3
|\
| * Added debug=2 in release profile to all examples.Piotr Esden-Tempski2023-07-261-0/+3
* | Use lora-phy v1.2.1; modify embassy-lora dependencies.ceekdee2023-07-261-3/+0
|/
* Add notes about setting chip name correctly for examples.Adam Greig2023-07-221-1/+2
* Enable RTC on STM32WL chips (#1645)Phil Markgraf2023-07-153-3/+47
* Release embassy-time v0.1.2Dario Nieuwenhuis2023-07-061-1/+1
* update embedded-hal crates.Dario Nieuwenhuis2023-07-041-0/+3
* Update probe-rs-cli -> probe-rsDario Nieuwenhuis2023-06-291-2/+2
* stm32: update stm32-metapac.Dario Nieuwenhuis2023-06-192-6/+4
* Remove embassy-cortex-m crate, move stuff to embassy-hal-common.Dario Nieuwenhuis2023-06-091-1/+1
* 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