| 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 | 1 | -1/+1 |
| * | stm32/l0: Add usb serial example | Patrick Gansterer | 2025-09-01 | 1 | -0/+95 |
| * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 1 | -2/+2 |
| * | stm32: adapt examples to timer API changes | melvdl | 2025-06-27 | 1 | -2/+2 |
| * | added examples | okhsunrog | 2025-05-21 | 1 | -0/+32 |
| * | BufferedUart initialization | Michael Gomez | 2025-04-04 | 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 | 5 | -238/+491 |
| * | 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 | 1 | -0/+117 |
| * | stm32: update metapac. Adds U5 LPDMA, fixes ADC_COMMONs. | Dario Nieuwenhuis | 2024-04-29 | 1 | -3/+3 |
| * | 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 |
| * | 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 | 7 | -7/+0 |
| * | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 1 | -1/+1 |
| * | Move embassy-lora, lora examples to lora-phy repo. | Dario Nieuwenhuis | 2023-11-29 | 4 | -403/+0 |
| * | 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 |
| * | stm32: rename HSI16 -> HSI | Dario Nieuwenhuis | 2023-10-22 | 4 | -4/+4 |
| * | time: Update examples, tests, and other code to use new Timer::after_x conven... | Adam Greig | 2023-10-15 | 4 | -12/+12 |
| * | stm32/usart: return error instead of panicking on bad baudrate. | Dario Nieuwenhuis | 2023-09-26 | 2 | -6/+4 |
| * | Update for rust-lorawan and lora-phy version 2. | ceekdee | 2023-09-24 | 4 | -17/+10 |
| * | Update to embedded-io 0.5 (#1752) | Dario Nieuwenhuis | 2023-08-07 | 1 | -1/+1 |
| * | Merge pull request #1606 from JcBernack/rng-update | Dario Nieuwenhuis | 2023-07-30 | 1 | -2/+6 |
| |\ |
|
| | * | stm32/rng: use bind_interrupts!. | Dario Nieuwenhuis | 2023-07-31 | 1 | -2/+6 |
| * | | Set frequency in stm32 SPI examples | bofh | 2023-07-31 | 1 | -1/+5 |
| * | | Fix format in stm32 SPI examples | bofh | 2023-07-30 | 4 | -36/+4 |
| * | | Fix more stm32 SPI examples | bofh | 2023-07-30 | 4 | -8/+16 |
| * | | Fix formatting | bofh | 2023-07-30 | 1 | -9/+1 |
| * | | Fix stm32 SPI examples | bofh | 2023-07-30 | 1 | -2/+0 |
| |/ |
|
| * | 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 |