| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+1 |
| | | |||||
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -35/+33 |
| | | |||||
| * | chore: fix build | elagil | 2025-01-03 | 1 | -8/+8 |
| | | |||||
| * | Update CFBLR configuration | William | 2024-10-25 | 1 | -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 formatting | David Haig | 2024-06-28 | 1 | -10/+11 |
| | | |||||
| * | Moved ltdc example to its own crate | David Haig | 2024-06-28 | 1 | -18/+22 |
| | | |||||
| * | Get dsi_bsp example to compile again | David Haig | 2024-06-28 | 1 | -95/+129 |
| | | |||||
| * | Add support for the stm32 ltdc display peripheral | David Haig | 2024-06-27 | 1 | -48/+443 |
| | | |||||
| * | stm32/gpio: refactor AfType | Jan Špaček | 2024-06-16 | 1 | -3/+2 |
| | | |||||
| * | Merge pull request #3002 from honzasp/rcc-info | Dario Nieuwenhuis | 2024-05-30 | 1 | -2/+2 |
| |\ | | | | | | | stm32/rcc: replace generated enable/disable code with runtime info | ||||
| | * | stm32/rcc: replace generated enable/disable code with runtime info | Jan Špaček | 2024-05-25 | 1 | -2/+2 |
| | | | |||||
| * | | stm32: remove pointer-to-pointer-to-registers. | Dario Nieuwenhuis | 2024-05-30 | 1 | -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.rs | Joël Schulz-Ansres | 2024-05-14 | 1 | -0/+1 |
| | | |||||
| * | Feature-gate u5 | Joël Schulz-Ansres | 2024-05-02 | 1 | -1/+1 |
| | | |||||
| * | Add feature gate for f7 | Joël Schulz-Ansres | 2024-05-02 | 1 | -1/+8 |
| | | |||||
| * | Add stm32 dsihost driver | Joël Schulz-Ansres | 2024-05-02 | 1 | -0/+134 |
