| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reverted adding AnyBinding, removed AnyChannel, removed ability for ExtiInput... | WillaWillNot | 2025-11-22 | 2 | -12/+2 |
| * | Fixed broken examples/formatting reported by CI | WillaWillNot | 2025-11-21 | 3 | -6/+12 |
| * | Updated documentation, fixed EXTI definition issues with chips that have touc... | WillaWillNot | 2025-11-21 | 1 | -2/+14 |
| * | stm32/adc: extract into common | xoviat | 2025-11-12 | 2 | -5/+9 |
| * | adc: remove sample_time from struct | xoviat | 2025-11-10 | 2 | -9/+5 |
| * | feat: stm32 spi driver slave mode | Cristian Milatinov | 2025-11-04 | 1 | -1/+2 |
| * | rtc: use consistent api between stop and non-stop | xoviat | 2025-11-04 | 1 | -2/+2 |
| * | stm32/adc/v3: missing cfg option for adc_u0 fro into_ring_buffered | maor malka | 2025-10-07 | 1 | -1/+1 |
| * | Merge branch 'embassy-rs:main' into main | maor1993 | 2025-10-07 | 7 | -11/+13 |
| |\ |
|
| | * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 7 | -11/+13 |
| * | | Merge branch 'embassy-rs:main' into main | maor1993 | 2025-10-06 | 1 | -2/+8 |
| |\| |
|
| | * | stm32: add config to MCO to control the drive strength. | Daniel Nilsson | 2025-10-01 | 1 | -2/+8 |
| * | | Merge branch 'main' into main | maor1993 | 2025-08-29 | 2 | -6/+6 |
| |\| |
|
| | * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 2 | -6/+6 |
| * | | stm32l4/example/adc_dma: missing clock configuration | maor malka | 2025-08-24 | 1 | -5/+7 |
| * | | stm32/adc/v3: added support for DMA based adc sampling | maor malka | 2025-08-24 | 1 | -0/+49 |
| |/ |
|
| * | rustfmt | Süha Ünüvar | 2025-08-08 | 1 | -9/+1 |
| * | i2c examples | Süha Ünüvar | 2025-08-08 | 4 | -7/+2 |
| * | merge new embassy changes | jrmoulton | 2025-06-10 | 7 | -20/+465 |
| |\ |
|
| | * | Add rand-core v0.9 support. | Dario Nieuwenhuis | 2025-05-18 | 1 | -1/+0 |
| | * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -2/+3 |
| | * | stm32/dac: remove DMA generic params. | Dario Nieuwenhuis | 2025-03-25 | 2 | -5/+5 |
| | * | Remove manual settings of `composite_with_iads=true` | Eekle | 2024-12-24 | 1 | -7/+0 |
| | * | stm32 tsc examples: minor corrections | michel | 2024-11-29 | 1 | -2/+2 |
| | * | Refactor TSC module: Remove redundant 'Tsc' prefixes for improved naming cons... | michel | 2024-11-29 | 3 | -11/+11 |
| | * | 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 | 3 | -0/+477 |
| | * | Update smoltcp, embedded-nal-async to use the `core::net` IP addr types. | Dario Nieuwenhuis | 2024-10-07 | 1 | -1/+1 |
| | * | net: refactor to simplify lifetimes/generics. | Dario Nieuwenhuis | 2024-09-16 | 1 | -6/+5 |
| * | | fix examples | jrmoulton | 2024-08-13 | 1 | -1/+1 |
| |/ |
|
| * | examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's) | Dario Nieuwenhuis | 2024-08-07 | 1 | -7/+2 |
| * | stm32 adc: introduce blocking_read | Andres Vahter | 2024-07-03 | 1 | -1/+1 |
| * | fix broken links to embassy book | Ulf Lilleengen | 2024-06-03 | 1 | -1/+1 |
| * | added CAN example | René Herrero | 2024-05-21 | 1 | -0/+68 |
| * | stm32/i2c: remove peripheral generic param. | Dario Nieuwenhuis | 2024-05-21 | 1 | -1/+1 |
| * | stm32/spi: remove peripheral generic param. | Dario Nieuwenhuis | 2024-05-20 | 1 | -1/+1 |
| * | examples/stm32: do not enable vbus detect by default, it doesn't work on all ... | Dario Nieuwenhuis | 2024-05-13 | 1 | -7/+5 |
| * | Reduce use of the full `futures` crate. | Dario Nieuwenhuis | 2024-04-26 | 1 | -1/+1 |
| * | rustfmt usb examples | Joël Schulz-Ansres | 2024-04-22 | 1 | -1/+1 |
| * | Add comment on vbus_detection to all USB examples | Joël Schulz-Ansres | 2024-04-22 | 1 | -0/+13 |
| * | stm32/usart: remove DMA generic params. | Dario Nieuwenhuis | 2024-04-16 | 2 | -4/+2 |
| * | stm32/i2c: remove DMA generic params. | Dario Nieuwenhuis | 2024-04-15 | 3 | -35/+3 |
| * | stm32/spi: remove DMA generic params. | Dario Nieuwenhuis | 2024-04-15 | 3 | -17/+13 |
| * | stm32: update adc examples | Andres Vahter | 2024-04-10 | 1 | -2/+1 |
| * | Remove ad-hoc fixes for setting the IOSV bit to true | Emilie Burgun | 2024-03-26 | 1 | -6/+0 |
| * | Merge pull request #2730 from embassy-rs/stm32-sealed | Dario Nieuwenhuis | 2024-03-23 | 1 | -20/+20 |
| |\ |
|
| | * | stm32: use private_bounds for sealed traits. | Dario Nieuwenhuis | 2024-03-23 | 1 | -7/+7 |
| | * | stm32/timer: simplify traits, convert from trait methods to struct. | Dario Nieuwenhuis | 2024-03-23 | 1 | -13/+13 |
| * | | usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead | Adam Greig | 2024-03-23 | 1 | -2/+0 |
| |/ |
|
| * | Fix warnings in recent nightly. | Dario Nieuwenhuis | 2024-03-20 | 1 | -1/+1 |