aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/ospi
Commit message (Expand)AuthorAgeFilesLines
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-113/+111
* Fix compile error in ospiRasmus Melchior Jacobsen2025-03-201-2/+2
* Fix typo.Dario Nieuwenhuis2025-01-071-1/+1
* chore: fix buildelagil2025-01-031-10/+16
* stm32/(o|q)spi: command naming convention fixPiotr Esden-Tempski2024-12-171-1/+1
* feat(ospi): add ospi exampleHaobo Gu2024-10-261-7/+2
* feat(ospi): add memory mapped modeHaobo Gu2024-10-251-15/+48
* feat: set ospi memory mapped modeHaobo Gu2024-10-231-0/+37
* stm32: Fix build for chips with octospim but not octospi2.Dario Nieuwenhuis2024-10-211-1/+1
* Add octospim support for octospi (#3102)HaoboGu2024-10-131-0/+118
* Update to Rust 1.80, make check-cfg unconditional.Dario Nieuwenhuis2024-07-251-12/+5
* stm32/gpio: refactor AfTypeJan Špaček2024-06-161-69/+99
* stm32/rcc: replace generated enable/disable code with runtime infoJan Špaček2024-05-251-3/+3
* update to remove dma genericsKarun2024-05-141-380/+437
* stm32/ospi: remove unused trait.Dario Nieuwenhuis2024-05-121-11/+0
* Fix passing of dual quad param to inner constructorKarun2024-04-031-20/+10
* Fix build errorsKarun2024-04-031-31/+62
* Configure dual-quad setting by constructorKarun2024-04-031-8/+20
* Remove data length from transfer configKarun2024-04-031-75/+16
* Address PR commentsKarun2024-04-031-14/+8
* Add octospi version dependency for max transfer supportKarun2024-04-021-2/+8
* Update to use private supertrait, following PR#2730Karun2024-04-021-15/+12
* Resolve rustfmt issue and unused import errorsKarun2024-03-071-3/+3
* Update trait definitionsKarun2024-03-072-39/+102
* Add get and set config trait implementationsKarun2024-03-071-1/+106
* Add constructorsKarun2024-03-072-59/+664
* Add user enums for transaction configurationKarun2024-03-071-0/+336
* Add transfer config, trait, functional initial configuration and read from me...Karun2024-03-071-20/+198
* Add initial octopsi moduleKarun2024-03-071-0/+178