| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | low-power: use scoped block stop | xoviat | 2025-12-08 | 1 | -1/+3 |
| | | | | | Co-authored-by: hjeldin <[email protected]> | ||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+1 |
| | | |||||
| * | Unify derivation of Clone, Copy and defmt::format for all *SPI configs | goodhoko | 2025-09-16 | 1 | -0/+2 |
| | | |||||
| * | tag config as non exhaustive | Süha Ünüvar | 2025-09-15 | 1 | -0/+1 |
| | | |||||
| * | add gpio speed to qspi config | Süha Ünüvar | 2025-09-15 | 1 | -24/+27 |
| | | |||||
| * | derive Clone, Copy for qspi transfer config | Süha Ünüvar | 2025-09-02 | 1 | -0/+1 |
| | | |||||
| * | derive Clone, Copy for qspi config | Süha Ünüvar | 2025-09-02 | 1 | -0/+1 |
| | | |||||
| * | Run cargo fmt | Cristian Milatinov | 2025-07-05 | 1 | -1/+1 |
| | | |||||
| * | Added sample shifting to qspi config for stm32 | Cristian Milatinov | 2025-07-05 | 1 | -1/+4 |
| | | |||||
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -49/+47 |
| | | |||||
| * | Merge pull request #3725 from CNLHC/qspi_mmap | Dario Nieuwenhuis | 2025-01-07 | 1 | -0/+20 |
| |\ | | | | | feat: mmap mode for qspi and example | ||||
| | * | feat: mmap mode for qspi and example | Liu Hancheng | 2025-01-07 | 1 | -0/+20 |
| | | | |||||
| * | | fix typo | Liu Hancheng | 2025-01-05 | 1 | -4/+1 |
| | | | |||||
| * | | fix: fix qspi waiting condition | Liu Hancheng | 2025-01-05 | 1 | -2/+5 |
| |/ | |||||
| * | stm32/(o|q)spi: command naming convention fix | Piotr Esden-Tempski | 2024-12-17 | 1 | -1/+1 |
| | | | | | | | The naming convention is to prefix blocking functions with blocking. As both command implementations are blocking the async for the ospi implementation should also be dropped. | ||||
| * | Merge pull request #3475 from diondokter/qspi-async | Dario Nieuwenhuis | 2024-10-30 | 1 | -4/+43 |
| |\ | | | | | | | STM32 Qspi async | ||||
| | * | Add check for the flipside of the coin too | Dion Dokter | 2024-10-29 | 1 | -8/+11 |
| | | | |||||
| | * | Fix typo | Dion Dokter | 2024-10-29 | 1 | -1/+1 |
| | | | |||||
| | * | Add some sanity checks | Dion Dokter | 2024-10-29 | 1 | -0/+12 |
| | | | |||||
| | * | Expose async functions for QSPI | Dion Dokter | 2024-10-29 | 1 | -4/+28 |
| | | | |||||
| * | | STM32 QSPI typo (#3418) | Dion Dokter | 2024-10-15 | 1 | -1/+1 |
| |/ | |||||
| * | stm32/gpio: refactor AfType | Jan Špaček | 2024-06-16 | 1 | -25/+37 |
| | | |||||
| * | stm32/rcc: replace generated enable/disable code with runtime info | Jan Špaček | 2024-05-25 | 1 | -2/+2 |
| | | |||||
| * | stm32/qspi: remove DMA generic param. | Dario Nieuwenhuis | 2024-05-22 | 1 | -145/+160 |
| | | |||||
| * | stm32/qspi: autodeduce transfer len from buffer len. | Dario Nieuwenhuis | 2024-04-05 | 1 | -30/+23 |
| | | | | | mirrors change made in #2672. | ||||
| * | stm32: use private_bounds for sealed traits. | Dario Nieuwenhuis | 2024-03-23 | 1 | -10/+6 |
| | | |||||
| * | stm32: document hrtim, qspi, sdmmc, spi. | Dario Nieuwenhuis | 2023-12-19 | 1 | -0/+11 |
| | | |||||
| * | stm32: more docs. | Dario Nieuwenhuis | 2023-12-19 | 1 | -0/+2 |
| | | |||||
| * | stm32: add some docs. | Dario Nieuwenhuis | 2023-12-18 | 1 | -2/+2 |
| | | |||||
| * | STM32 QSPI: Fix flash selection. | Piotr Esden-Tempski | 2023-12-15 | 1 | -1/+1 |
| | | |||||
| * | enable clock first | pbert | 2023-10-12 | 1 | -1/+1 |
| | | |||||
| * | STM32: combine RccPeripherals reset() and enable() to reset_and_enable() | pbert | 2023-10-12 | 1 | -2/+1 |
| | | |||||
| * | move stm32h7 specific import | JuliDi | 2023-10-02 | 1 | -1/+1 |
| | | |||||
| * | remove debug code, add some comments | JuliDi | 2023-10-02 | 1 | -4/+4 |
| | | |||||
| * | feature-gate errata workaround for h7 | JuliDi | 2023-10-02 | 1 | -8/+11 |
| | | |||||
| * | make push/pull settings for pins explicit | JuliDi | 2023-10-02 | 1 | -13/+13 |
| | | |||||
| * | Bump stm32-metapac, add flash selection | JuliDi | 2023-10-02 | 1 | -9/+35 |
| | | |||||
| * | support QSPI BK2 | JuliDi | 2023-10-02 | 1 | -11/+56 |
| | | |||||
| * | Rename embassy-hal-common to embassy-hal-internal, document it's for ↵ | Dario Nieuwenhuis | 2023-07-28 | 1 | -1/+1 |
| | | | | | internal use only. (#1700) | ||||
| * | Convert files to LF endings. | Dario Nieuwenhuis | 2023-07-18 | 1 | -332/+332 |
| | | |||||
| * | stm32: update stm32-metapac. | Dario Nieuwenhuis | 2023-06-19 | 1 | -125/+113 |
| | | |||||
| * | stm32/dma: refactor. | Dario Nieuwenhuis | 2023-04-18 | 1 | -13/+19 |
| | | |||||
| * | feat(stm32:qspi): convert some u8 to enum variants | Mateusz Butkiewicz | 2023-03-29 | 1 | -60/+56 |
| | | |||||
| * | feat(stm32:qspi): add support for QSPI in stm32 | Mateusz Butkiewicz | 2023-03-27 | 1 | -0/+342 |
| Implemented with help of Tomasz Grześ <[email protected]>. | |||||
