aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/fmc.rs
Commit message (Expand)AuthorAgeFilesLines
* 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