aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/fmc.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fmc_a13d16' of github.com:everdrone/embassyxoviat2025-11-091-0/+18
|\
| * Add definitions for 13-bit address and 16-bit data SDRAMeverdrone2025-11-081-0/+36
* | correct 16 bit SDRAM configuration label from 16 banks to 4 banksKat2025-10-211-1/+1
* | add 16 bit SDRAM configuration for Bank 1 in fmc.rsKat2025-10-211-0/+18
|/
* 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-12/+11
* stm32: Add 13bit address sdram constructorskalkyl2024-07-171-0/+40
* stm32/gpio: refactor AfTypeJan Špaček2024-06-161-3/+2
* Emit cargo:rustc-check-cfg instructions from build.rsJan Špaček2024-05-301-2/+2
* stm32/rcc: replace generated enable/disable code with runtime infoJan Špaček2024-05-251-4/+4
* stm32: use private_bounds for sealed traits.Dario Nieuwenhuis2024-03-231-10/+8
* stm32: update metapac.Dario Nieuwenhuis2024-02-261-2/+6
* stm32: more docs.Dario Nieuwenhuis2023-12-191-0/+1
* stm32: more docs.Dario Nieuwenhuis2023-12-181-0/+4
* Add raw fmc access implementationJuliDi2023-10-281-0/+31
* enable clock firstpbert2023-10-121-1/+1
* STM32: combine RccPeripherals reset() and enable() to reset_and_enable()pbert2023-10-121-2/+1
* Rename embassy-hal-common to embassy-hal-internal, document it's for internal...Dario Nieuwenhuis2023-07-281-1/+1
* fmtWilliam Yager2023-07-031-1/+0
* Add bank 1 16 bitWilliam Yager2023-07-031-0/+19
* stm32: update stm32-metapac.Dario Nieuwenhuis2023-06-191-5/+3
* stm32: fix fmc-related build failures on some F4'sDario Nieuwenhuis2023-02-131-0/+276