aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/hspi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' of https://github.com/embassy-rs/embassy into xspixoviat2025-11-241-1/+1
|\
| * Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
* | hspi: properly respect the max DMA transfer size when reading and writingBrian Schwind2025-10-041-32/+41
* | hspi: properly configure the transfer sizeBrian Schwind2025-10-041-6/+12
* | hspi: use a named enum variant in place of a literal zeroBrian Schwind2025-10-041-1/+1
|/
* Unify derivation of Clone, Copy and defmt::format for all *SPI configsgoodhoko2025-09-161-0/+2
* Apply fixes to HSPI as wellBrian Schwind2025-09-131-9/+8
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-83/+81
* `embassy-stm32::hspi`: gate derive(defmt::Format) behind feature flagdimi2025-03-182-12/+24
* stm32u5: Add support for HSPI peripheralWilliam Spinelli2025-01-072-0/+1419