| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reverted adding AnyBinding, removed AnyChannel, removed ability for ExtiInput... | WillaWillNot | 2025-11-22 | 1 | -6/+1 |
| * | Fixed broken examples/formatting reported by CI | WillaWillNot | 2025-11-21 | 1 | -3/+1 |
| * | Updated documentation, fixed EXTI definition issues with chips that have touc... | WillaWillNot | 2025-11-21 | 1 | -2/+14 |
| * | adc: remove sample_time from struct | xoviat | 2025-11-10 | 1 | -3/+2 |
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 5 | -5/+5 |
| * | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 2 | -2/+2 |
| * | stm32/l0: Add usb serial example | Patrick Gansterer | 2025-09-01 | 2 | -0/+97 |
| * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 1 | -2/+2 |
| * | chore: prepare embassy crate releases | Ulf Lilleengen | 2025-08-26 | 1 | -4/+4 |
| * | Load all crates in the graph, honor the "publish" flag to prevent publishing ... | Dario Nieuwenhuis | 2025-08-25 | 1 | -0/+6 |
| * | fix: prepare embassy-sync 0.7.1 release | Ulf Lilleengen | 2025-08-12 | 1 | -1/+1 |
| * | chore: update metapac and prepare embassy-stm32 0.3.0 | Ulf Lilleengen | 2025-08-12 | 1 | -1/+1 |
| * | chore: prepare embassy-executor 0.8 release | Ulf Lilleengen | 2025-07-31 | 1 | -1/+1 |
| * | stm32: adapt examples to timer API changes | melvdl | 2025-06-27 | 1 | -2/+2 |
| * | Merge pull request #4228 from okhsunrog/adding_eeprom | Ulf Lilleengen | 2025-05-23 | 1 | -0/+32 |
| |\ |
|
| | * | added examples | okhsunrog | 2025-05-21 | 1 | -0/+32 |
| * | | embassy-sync: bump to 0.7.0 | Matt Johnston | 2025-05-22 | 1 | -1/+1 |
| |/ |
|
| * | Update defmt dependencies | Yuri Astrakhan | 2025-05-18 | 1 | -3/+3 |
| * | BufferedUart initialization | Michael Gomez | 2025-04-04 | 1 | -1/+1 |
| * | chore: bump embassy-sync version | Ulf Lilleengen | 2025-01-15 | 1 | -1/+1 |
| * | Release embassy-stm32 v0.2.0 | Dario Nieuwenhuis | 2025-01-10 | 1 | -1/+1 |
| * | Prepare new embassy-time-*driver, embassy-executor, embassy-time | Dániel Buga | 2024-12-22 | 1 | -2/+2 |
| * | Make `integrated-timers` the default, remove Cargo feature. | Dario Nieuwenhuis | 2024-12-15 | 1 | -1/+1 |
| * | stm32 tsc examples: minor corrections | michel | 2024-11-29 | 1 | -4/+4 |
| * | Refactor TSC module: Remove redundant 'Tsc' prefixes for improved naming cons... | michel | 2024-11-29 | 3 | -10/+10 |
| * | stm32 multipin examples: remove check for group status since we are using the... | michel | 2024-11-29 | 1 | -26/+2 |
| * | STM32-TSC: enable discriminating between pins within same TSC group and impro... | michel | 2024-11-29 | 8 | -240/+517 |
| * | Bump sync version (#3562) | Dániel Buga | 2024-11-22 | 1 | -1/+1 |
| * | Release embassy-executor 0.6.3. | Dario Nieuwenhuis | 2024-11-12 | 1 | -1/+1 |
| * | Prep executor 0.6.2 | Dániel Buga | 2024-11-06 | 1 | -1/+1 |
| * | 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 |