| Commit message (Expand) | Author | Age | Files | Lines |
| * | timer: add writable ring buffer | xoviat | 2025-11-25 | 2 | -0/+214 |
| * | 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 | -2/+1 |
| * | Updated documentation, fixed EXTI definition issues with chips that have touc... | WillaWillNot | 2025-11-21 | 1 | -2/+14 |
| * | Add new{_with_phy}, new_mii{_with_phy} | datdenkikniet | 2025-11-14 | 1 | -6/+6 |
| * | adc: remove sample_time from struct | xoviat | 2025-11-10 | 1 | -3/+3 |
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 7 | -10/+10 |
| * | fix examples | Süha Ünüvar | 2025-09-15 | 1 | -8/+8 |
| * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 2 | -2/+2 |
| * | Update examples to add SampleShifting in qspi config | Cristian Milatinov | 2025-07-05 | 1 | -0/+1 |
| * | stm32/dma: fix packing/unpacking not working. | Dario Nieuwenhuis | 2025-07-04 | 1 | -1/+3 |
| * | Add rand-core v0.9 support. | Dario Nieuwenhuis | 2025-05-18 | 1 | -1/+0 |
| * | refactor to reduce code duplication | Anton Lazarev | 2025-03-31 | 1 | -1/+1 |
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -1/+1 |
| * | stm32/eth: rename PHY->Phy, GenericSMI -> GenericPhy. Remove unneeded unsafes. | Dario Nieuwenhuis | 2025-01-26 | 1 | -4/+3 |
| * | stm32: change all examples and tests to use GenericSMI::new_auto(). | Dario Nieuwenhuis | 2025-01-26 | 1 | -1/+1 |
| * | Remove manual settings of `composite_with_iads=true` | Eekle | 2024-12-24 | 1 | -7/+0 |
| * | Update (q|o)spi examples. | Piotr Esden-Tempski | 2024-12-17 | 1 | -2/+2 |
| * | net: refactor to simplify lifetimes/generics. | Dario Nieuwenhuis | 2024-09-16 | 1 | -7/+6 |
| * | 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 | -2/+2 |
| * | fix broken links to embassy book | Ulf Lilleengen | 2024-06-03 | 1 | -1/+1 |
| * | Fix F7 example. | Corey Schuhen | 2024-06-02 | 1 | -1/+1 |
| * | Fix example. | Corey Schuhen | 2024-05-30 | 1 | -2/+2 |
| * | stm32/qspi: remove DMA generic param. | Dario Nieuwenhuis | 2024-05-22 | 1 | -6/+7 |
| * | examples/stm32: do not enable vbus detect by default, it doesn't work on all ... | Dario Nieuwenhuis | 2024-05-13 | 1 | -7/+5 |
| * | examples/stm32: reduce packet queue count to avoid OOM on smaller chips. | Dario Nieuwenhuis | 2024-05-13 | 1 | -2/+2 |
| * | feat(qspi): add example usage of QSPI | Mateusz Butkiewicz | 2024-05-10 | 1 | -0/+300 |
| * | 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 | -2/+2 |
| * | 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 | 1 | -2/+1 |
| * | stm32: update adc examples | Andres Vahter | 2024-04-10 | 1 | -2/+2 |
| * | stm32/can: simplify bxcan api, merging bx::* into the main structs. | Dario Nieuwenhuis | 2024-04-02 | 1 | -7/+5 |
| * | usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead | Adam Greig | 2024-03-23 | 1 | -2/+0 |
| * | stm32/usb: ensure mux is configured in examples. | Dario Nieuwenhuis | 2024-03-19 | 1 | -0/+1 |
| * | stm32/usb: merge usb and usb_otg into single module. | Dario Nieuwenhuis | 2024-03-19 | 1 | -4/+4 |
| * | Use Result instead of Option for Frame creation. | Corey Schuhen | 2024-03-13 | 1 | -1/+1 |
| * | Shared frame types. | Corey Schuhen | 2024-03-13 | 1 | -1/+1 |
| * | Merge pull request #2691 from caleb-garrett/cryp-dma | Dario Nieuwenhuis | 2024-03-12 | 1 | -11/+17 |
| |\ |
|
| | * | rustfmt | Caleb Garrett | 2024-03-12 | 1 | -5/+2 |
| | * | Correct cryp CI build issues. | Caleb Garrett | 2024-03-12 | 1 | -1/+3 |
| | * | Add CRYP DMA support. Updated example. | Caleb Garrett | 2024-03-12 | 1 | -10/+9 |
| | * | Refactored cryp din/dout into functions. | Caleb Garrett | 2024-03-11 | 1 | -3/+11 |
| * | | Fix examples and improve imports required. | Corey Schuhen | 2024-03-07 | 1 | -7/+14 |
| |/ |
|
| * | Address CI build issues. | Caleb Garrett | 2024-02-25 | 1 | -6/+8 |
| * | Correct tag generation. | Caleb Garrett | 2024-02-25 | 1 | -3/+6 |
| * | Add CRYP example. | Caleb Garrett | 2024-02-25 | 1 | -0/+69 |
| * | Added HMAC example. | Caleb Garrett | 2024-02-12 | 1 | -0/+22 |
| * | Add STM32 HMAC function. | Caleb Garrett | 2024-02-12 | 1 | -1/+1 |