aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/ospi/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' of https://github.com/embassy-rs/embassy into xspixoviat2025-11-241-3/+3
|\
| * Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-3/+3
* | ospi: properly respect the max DMA transfer size when readingBrian Schwind2025-10-041-16/+20
* | ospi: properly respect the max DMA transfer size when writingBrian Schwind2025-10-041-2/+2
* | ospi: properly configure the transfer sizeBrian Schwind2025-10-041-6/+12
* | ospi: use a named enum variant in place of a literal zeroBrian Schwind2025-10-041-1/+1
|/
* Write data with the Ospi peripheral in chunks to respect the max DMA transfer...Brian Schwind2025-09-161-18/+24
* Handle OSPI address errorsgoodhoko2025-09-161-3/+18
* Unify derivation of Clone, Copy and defmt::format for all *SPI configsgoodhoko2025-09-161-0/+3
* Set the alternate bytes register to the correct value when configuring an Osp...Brian Schwind2025-09-131-6/+5
* Typo fixesBrian Schwind2025-09-131-4/+4
* OSPI RAM Supportjake-taf2025-09-051-9/+100
* 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-071-39/+75
* Add get and set config trait implementationsKarun2024-03-071-1/+106
* Add constructorsKarun2024-03-071-59/+641
* Add transfer config, trait, functional initial configuration and read from me...Karun2024-03-071-20/+198
* Add initial octopsi moduleKarun2024-03-071-0/+178