| Commit message (Expand) | Author | Age | Files | Lines |
| * | adc: type-erase regs instance | xoviat | 2025-12-06 | 1 | -1/+1 |
| * | 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 |
| * | Merge branch 'main' into sma | xoviat | 2025-11-18 | 2 | -12/+9 |
| |\ |
|
| | * | low_power: misc cleanups and allow main macro | xoviat | 2025-11-16 | 1 | -10/+2 |
| | * | fix async adc for h5 and others | xoviat | 2025-11-13 | 1 | -2/+7 |
| * | | 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 | -4/+2 |
| * | update stm32-fmc | xoviat | 2025-11-09 | 1 | -1/+1 |
| * | stm32: add backup sram mod | xoviat | 2025-11-06 | 1 | -0/+31 |
| * | stm32/stop: move stop_with_rtc into init | xoviat | 2025-11-04 | 1 | -5/+0 |
| * | rustfmt | xoviat | 2025-11-03 | 1 | -1/+0 |
| * | low_power: update api to allow reconfig | xoviat | 2025-11-03 | 1 | -2/+0 |
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 8 | -12/+12 |
| * | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+1 |
| * | stm32: add config to MCO to control the drive strength. | Daniel Nilsson | 2025-10-01 | 1 | -0/+29 |
| * | style: formatting | Adrian Figueroa | 2025-09-05 | 1 | -1/+0 |
| * | feat: SAI example | Adrian Figueroa | 2025-09-05 | 1 | -0/+53 |
| * | Fix examples | diondokter | 2025-08-29 | 1 | -2/+2 |
| * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 6 | -12/+12 |
| * | chore: prepare embassy crate releases | Ulf Lilleengen | 2025-08-26 | 1 | -7/+7 |
| * | Load all crates in the graph, honor the "publish" flag to prevent publishing ... | Dario Nieuwenhuis | 2025-08-25 | 1 | -0/+6 |
| * | stm32/adc/v3: allow DMA reads to loop through enabled channels | Gabriel Smith | 2025-08-22 | 1 | -0/+94 |
| * | 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 |
| * | i2c examples | Süha Ünüvar | 2025-08-08 | 1 | -2/+0 |
| * | chore: prepare embassy-executor 0.8 release | Ulf Lilleengen | 2025-07-31 | 1 | -1/+1 |
| * | chore: Release embassy-usb version 0.5.0 | Ulf Lilleengen | 2025-07-16 | 1 | -1/+1 |
| * | 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 |
| * | Add rand-core v0.9 support. | Dario Nieuwenhuis | 2025-05-18 | 2 | -2/+0 |
| * | Statically allocate task pools on stable Rust. | Dario Nieuwenhuis | 2025-03-28 | 1 | -1/+1 |
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 2 | -5/+5 |
| * | chore: prepare embassy-net release | Ulf Lilleengen | 2025-02-14 | 1 | -1/+1 |
| * | stm32/eth: rename PHY->Phy, GenericSMI -> GenericPhy. Remove unneeded unsafes. | Dario Nieuwenhuis | 2025-01-26 | 1 | -4/+3 |
| * | Merge pull request #3795 from nikvoid/stm32-phy-addr-detection | Dario Nieuwenhuis | 2025-01-26 | 1 | -1/+1 |
| |\ |
|
| | * | stm32: change all examples and tests to use GenericSMI::new_auto(). | Dario Nieuwenhuis | 2025-01-26 | 1 | -1/+1 |
| * | | chore: bump embassy-sync version | Ulf Lilleengen | 2025-01-15 | 1 | -1/+1 |
| |/ |
|
| * | Release embassy-usb v0.4.0, embassy-usb-logger v0.4.0. | Dario Nieuwenhuis | 2025-01-15 | 1 | -1/+1 |
| * | Release embassy-stm32 v0.2.0 | Dario Nieuwenhuis | 2025-01-10 | 1 | -1/+1 |
| * | Merge pull request #3727 from bugadani/release | Dario Nieuwenhuis | 2025-01-05 | 1 | -1/+1 |
| |\ |
|
| | * | Prepare embassy-net 0.6 | Dániel Buga | 2025-01-05 | 1 | -1/+1 |
| * | | stm32: Implement reads of DTS peripheral | Gabriel Smith | 2025-01-04 | 1 | -0/+75 |
| |/ |
|
| * | chore: clean up stm32h5 ucpd | elagil | 2025-01-03 | 1 | -3/+4 |
| * | Remove manual settings of `composite_with_iads=true` | Eekle | 2024-12-24 | 2 | -14/+0 |
| * | Prepare new embassy-time-*driver, embassy-executor, embassy-time | Dániel Buga | 2024-12-22 | 1 | -2/+2 |
| * | fix: add docstring for target platform | elagil | 2024-12-22 | 1 | -0/+2 |
| * | feat: stm32h5 UCPD example | elagil | 2024-12-22 | 1 | -0/+90 |
| * | Remove use of static mut. | Dario Nieuwenhuis | 2024-12-16 | 1 | -8/+11 |