aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/ltdc.rs
Commit message (Expand)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-35/+33
* chore: fix buildelagil2025-01-031-8/+8
* Update CFBLR configurationWilliam2024-10-251-0/+3
* Applied formattingDavid Haig2024-06-281-10/+11
* Moved ltdc example to its own crateDavid Haig2024-06-281-18/+22
* Get dsi_bsp example to compile againDavid Haig2024-06-281-95/+129
* Add support for the stm32 ltdc display peripheralDavid Haig2024-06-271-48/+443
* stm32/gpio: refactor AfTypeJan Špaček2024-06-161-3/+2
* Merge pull request #3002 from honzasp/rcc-infoDario Nieuwenhuis2024-05-301-2/+2
|\
| * stm32/rcc: replace generated enable/disable code with runtime infoJan Špaček2024-05-251-2/+2
* | stm32: remove pointer-to-pointer-to-registers.Dario Nieuwenhuis2024-05-301-3/+3
|/
* Remove comments, add some comments, minor fixes to dsihost.rsJoël Schulz-Ansres2024-05-141-0/+1
* Feature-gate u5Joël Schulz-Ansres2024-05-021-1/+1
* Add feature gate for f7Joël Schulz-Ansres2024-05-021-1/+8
* Add stm32 dsihost driverJoël Schulz-Ansres2024-05-021-0/+134