| Commit message (Expand) | Author | Age | Files | Lines |
| * | Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1 | Dario Nieuwenhuis | 2024-10-21 | 1 | -1/+1 |
| * | prepare release embassy-executor | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| * | Prepare embassy-time release | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| * | add async TSC example for STM32L073 | michel | 2024-07-10 | 1 | -0/+122 |
| * | add blocking TSC examples | michel | 2024-07-10 | 1 | -0/+116 |
| * | format | shufps | 2024-06-28 | 1 | -5/+3 |
| * | added comment | shufps | 2024-06-28 | 1 | -0/+1 |
| * | added DDS example | shufps | 2024-06-28 | 2 | -1/+118 |
| * | prepare for embassy-time 0.3.1 release | Ulf Lilleengen | 2024-06-04 | 1 | -1/+1 |
| * | Prepare for embassy-sync 0.6.0 release | Ulf Lilleengen | 2024-05-29 | 1 | -1/+1 |
| * | stm32: update metapac. Adds U5 LPDMA, fixes ADC_COMMONs. | Dario Nieuwenhuis | 2024-04-29 | 1 | -3/+3 |
| * | Reduce use of the full `futures` crate. | Dario Nieuwenhuis | 2024-04-26 | 1 | -1/+0 |
| * | stm32/spi: remove DMA generic params. | Dario Nieuwenhuis | 2024-04-15 | 1 | -2/+1 |
| * | stm32: update adc examples | Andres Vahter | 2024-04-10 | 1 | -3/+3 |
| * | stm32/adc: reexport enums from PAC to avoid boilerplate hell. | Dario Nieuwenhuis | 2024-02-26 | 1 | -1/+1 |
| * | made adc example working with default clock configuration and switched in `v1... | shufps | 2024-02-08 | 1 | -7/+2 |
| * | clippy | shufps | 2024-02-08 | 1 | -2/+1 |
| * | cargo fmt | shufps | 2024-02-08 | 1 | -1/+1 |
| * | added ADC example running on L0 | shufps | 2024-02-08 | 1 | -0/+46 |
| * | stm32/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 1 | -3/+2 |
| * | bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4. | Dario Nieuwenhuis | 2024-01-11 | 1 | -2/+2 |
| * | Change GPIO inherent methods back to `&self`. | Dario Nieuwenhuis | 2024-01-10 | 1 | -1/+1 |
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 8 | -11/+0 |
| * | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 1 | -1/+1 |
| * | Update all references to `embasy-executor` to the latest version | Jesse Braham | 2023-12-06 | 1 | -1/+1 |
| * | update release version in examples and other crates | Scott Mabin | 2023-12-04 | 1 | -2/+2 |
| * | update embedded-storage{,-async}, remove patch. | Dario Nieuwenhuis | 2023-12-04 | 1 | -1/+1 |
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 1 | -3/+3 |
| * | Update embedded-(hal,io,nal). | Dario Nieuwenhuis | 2023-11-29 | 1 | -1/+1 |
| * | Move embassy-lora, lora examples to lora-phy repo. | Dario Nieuwenhuis | 2023-11-29 | 5 | -409/+1 |
| * | executor: release v0.3.3 | Dario Nieuwenhuis | 2023-11-15 | 1 | -1/+1 |
| * | Update heapless to v0.8, embedded-nal-async to v0.7 | Dario Nieuwenhuis | 2023-11-10 | 1 | -1/+1 |
| * | stm32/rcc: add shared code for hsi48 with crs support. | Dario Nieuwenhuis | 2023-11-05 | 5 | -6/+5 |
| * | stm32/rcc: switch to modern api for l0, l1. | Dario Nieuwenhuis | 2023-11-05 | 5 | -5/+5 |
| * | Upgrade static-cell to v2.0 | Dario Nieuwenhuis | 2023-11-02 | 1 | -1/+2 |
| * | 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: rename HSI16 -> HSI | Dario Nieuwenhuis | 2023-10-22 | 4 | -4/+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 conven... | Adam Greig | 2023-10-15 | 4 | -12/+12 |
| * | Release embassy-time 0.1.4 | Dániel Buga | 2023-10-12 | 1 | -1/+1 |
| * | update embedded-io, embedded-nal-async. | Dario Nieuwenhuis | 2023-10-04 | 1 | -2/+2 |
| * | stm32/usart: return error instead of panicking on bad baudrate. | Dario Nieuwenhuis | 2023-09-26 | 2 | -6/+4 |
| * | 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 | 5 | -19/+13 |
| * | feat: bump embassy-sync version to 0.3.0 | Ulf Lilleengen | 2023-09-14 | 1 | -1/+1 |
| * | Release embassy-time v0.1.3 | Jesse Braham | 2023-08-28 | 1 | -2/+2 |
| * | 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 |
| * | Update to embedded-io 0.5 (#1752) | Dario Nieuwenhuis | 2023-08-07 | 2 | -3/+4 |