aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/dsihost.rs
Commit message (Collapse)AuthorAgeFilesLines
* stm32: extract block_for_usxoviat2025-11-131-12/+5
| | | | remove from pub api
* stm32/dsi: support short write without parametersYannick2025-11-061-7/+5
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* stm32/afio: make af_num() unavailable in afio chips.Dario Nieuwenhuis2025-09-061-1/+1
|
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-8/+6
|
* Fix errorsDion Dokter2024-07-091-1/+1
|
* stm32/gpio: refactor AfTypeJan Špaček2024-06-161-3/+2
|
* Add Format deriveMark Szente2024-06-151-0/+1
|
* Add Clone and Copy to Error typesdvdsk2024-06-061-1/+1
| | | | | None of them are `non-exaustative`, they are all small enough to be copy (I estimate none are larger than 4 bytes).
* Emit cargo:rustc-check-cfg instructions from build.rsJan Špaček2024-05-301-3/+3
|
* 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.
* Use read_busy functionJoël Schulz-Ansres2024-05-141-2/+3
|
* Add helper functionsJoël Schulz-Ansres2024-05-141-2/+36
|
* Add unwrap to writeJoël Schulz-Ansres2024-05-141-15/+15
|
* Improve write_cmd parametersJoël Schulz-Ansres2024-05-141-15/+34
|
* Remove comments, add some comments, minor fixes to dsihost.rsJoël Schulz-Ansres2024-05-141-0/+10
|
* Add feature gate for f7Joël Schulz-Ansres2024-05-021-1/+2
|
* Cargo formatJoël Schulz-Ansres2024-05-021-0/+1
|
* Add stm32 dsihost driverJoël Schulz-Ansres2024-05-021-0/+363