| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 1 | -2/+2 | |
| | | ||||||
| * | Move embassy-lora, lora examples to lora-phy repo. | Dario Nieuwenhuis | 2023-11-29 | 4 | -348/+0 | |
| | | ||||||
| * | executor: release v0.3.3 | Dario Nieuwenhuis | 2023-11-15 | 1 | -1/+1 | |
| | | ||||||
| * | stm32/rcc: consistent casing and naming for PLL enums. | Dario Nieuwenhuis | 2023-11-13 | 5 | -5/+5 | |
| | | ||||||
| * | Update heapless to v0.8, embedded-nal-async to v0.7 | Dario Nieuwenhuis | 2023-11-10 | 1 | -1/+1 | |
| | | ||||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2023-11-01 | 3 | -0/+3 | |
| | | ||||||
| * | Release embassy-executor v0.3.1 | Dario Nieuwenhuis | 2023-11-01 | 1 | -1/+1 | |
| | | ||||||
| * | Prepare embassy-net 0.2.1 and embassy-sync 0.4.0 | Dániel Buga | 2023-10-31 | 1 | -1/+1 | |
| | | ||||||
| * | stm32/rcc: merge wb into l4/l5. | Dario Nieuwenhuis | 2023-10-23 | 5 | -8/+58 | |
| | | ||||||
| * | stm32/rcc: merge wl into l4/l5. | Dario Nieuwenhuis | 2023-10-23 | 2 | -9/+36 | |
| | | ||||||
| * | fix clocks in stm32wl rng example. | Dario Nieuwenhuis | 2023-10-17 | 1 | -5/+4 | |
| | | ||||||
| * | time: add `links` key, release v0.1.5. | Dario Nieuwenhuis | 2023-10-16 | 1 | -1/+1 | |
| | | ||||||
| * | time: Update examples, tests, and other code to use new Timer::after_x ↵ | Adam Greig | 2023-10-15 | 3 | -8/+8 | |
| | | | | | convenience methods | |||||
| * | Release embassy-time 0.1.4 | Dániel Buga | 2023-10-12 | 1 | -1/+1 | |
| | | ||||||
| * | stm32/rcc: add LSE/LSI to all chips, add RTC to more chips. | Dario Nieuwenhuis | 2023-10-11 | 3 | -7/+3 | |
| | | ||||||
| * | stm32/rcc: rename HSE32 to HSE | Dario Nieuwenhuis | 2023-10-11 | 6 | -6/+6 | |
| | | ||||||
| * | stm32/rtc: enable lse in examples. | Dario Nieuwenhuis | 2023-09-30 | 1 | -0/+2 | |
| | | ||||||
| * | stm32/usart: return error instead of panicking on bad baudrate. | Dario Nieuwenhuis | 2023-09-26 | 1 | -2/+2 | |
| | | ||||||
| * | Update rust-lorawan crate versions. | ceekdee | 2023-09-25 | 1 | -6/+2 | |
| | | ||||||
| * | Update for rust-lorawan and lora-phy version 2. | ceekdee | 2023-09-24 | 4 | -16/+12 | |
| | | ||||||
| * | feat: bump embassy-sync version to 0.3.0 | Ulf Lilleengen | 2023-09-14 | 1 | -1/+1 | |
| | | | | | Update changelog in preparation for release | |||||
| * | rcc: more cleanup | xoviat | 2023-09-08 | 3 | -3/+2 | |
| | | ||||||
| * | Release embassy-time v0.1.3 | Jesse Braham | 2023-08-28 | 1 | -2/+2 | |
| | | ||||||
| * | stm32: fix wl re-export | xoviat | 2023-08-27 | 1 | -3/+3 | |
| | | ||||||
| * | Bump executor crate version to 0.3.0 | Dániel Buga | 2023-08-23 | 1 | -1/+1 | |
| | | ||||||
| * | Update embedded-hal to 1.0.0-rc.1 (#1783) | Dario Nieuwenhuis | 2023-08-16 | 1 | -0/+3 | |
| | | ||||||
| * | stm32/rtc: remove generics and segregate clock sel | xoviat | 2023-08-08 | 1 | -4/+1 | |
| | | ||||||
| * | stm32: fix rtc and examples | xoviat | 2023-08-06 | 1 | -1/+1 | |
| | | ||||||
| * | stm32/rng: use bind_interrupts!. | Dario Nieuwenhuis | 2023-07-31 | 2 | -6/+11 | |
| | | ||||||
| * | Merge branch 'main' into main | Chuck Davis | 2023-07-27 | 1 | -0/+3 | |
| |\ | ||||||
| | * | Added debug=2 in release profile to all examples. | Piotr Esden-Tempski | 2023-07-26 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | This makes rtt output work right when using `cargo run` in release mode. Debug was already enabled for release builds in some of the examples but not all. | |||||
| * | | Use lora-phy v1.2.1; modify embassy-lora dependencies. | ceekdee | 2023-07-26 | 1 | -3/+0 | |
| |/ | ||||||
| * | Add notes about setting chip name correctly for examples. | Adam Greig | 2023-07-22 | 1 | -1/+2 | |
| | | ||||||
| * | Enable RTC on STM32WL chips (#1645) | Phil Markgraf | 2023-07-15 | 3 | -3/+47 | |
| | | | | | | | | | | | | | | * Add clippy allow to not report if same then branch * Support enabling RTC clock on STM32WL * Add clippy allow to not report if same then branch * Support enabling RTC clock on STM32WL * Add rtc example for stm32wl * Address code review feedback | |||||
| * | Release embassy-time v0.1.2 | Dario Nieuwenhuis | 2023-07-06 | 1 | -1/+1 | |
| | | ||||||
| * | update embedded-hal crates. | Dario Nieuwenhuis | 2023-07-04 | 1 | -0/+3 | |
| | | ||||||
| * | Update probe-rs-cli -> probe-rs | Dario Nieuwenhuis | 2023-06-29 | 1 | -2/+2 | |
| | | ||||||
| * | stm32: update stm32-metapac. | Dario Nieuwenhuis | 2023-06-19 | 2 | -6/+4 | |
| | | ||||||
| * | Remove embassy-cortex-m crate, move stuff to embassy-hal-common. | Dario Nieuwenhuis | 2023-06-09 | 1 | -1/+1 | |
| | | ||||||
| * | Fix examples | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -5/+5 | |
| | | ||||||
| * | Let Flash<Async/Blocking> be a thing | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -1/+1 | |
| | | ||||||
| * | Align with new bind_interrupt | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -2/+2 | |
| | | ||||||
| * | Align examples | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -6/+6 | |
| | | ||||||
| * | Align examples | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -3/+2 | |
| | | ||||||
| * | stm32: move lora to bind_interrupts | xoviat | 2023-05-24 | 4 | -21/+30 | |
| | | ||||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2023-05-19 | 3 | -3/+0 | |
| | | ||||||
| * | Fix some typos | Dirk Stolle | 2023-05-08 | 1 | -1/+1 | |
| | | ||||||
| * | Simplify SUBGHZSPI configuration. | ceekdee | 2023-05-04 | 3 | -12/+3 | |
| | | ||||||
| * | Handle SUBGHZSPI as async. | ceekdee | 2023-05-03 | 3 | -35/+11 | |
| | | ||||||
| * | Merge branch 'embassy-rs:master' into master | Chuck Davis | 2023-04-28 | 1 | -1/+1 | |
| |\ | ||||||
