aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/ltdc.rs
Commit message (Collapse)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
| | | | As per section "43.7.23 LTDC layer x color frame buffer length register (LTDC_LxCFBLR)" of Reference manual for STM32U5 RM0456, CFBLL has to be set to the length of one pixel line plus 3 (instead of plus 7 as for H7)
* 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 info
| * 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
|/ | | | | in chiptool pacs the register block struct is already a pointer, so using pointers to it is redundant.
* 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