aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h7/src/bin/dac_dma.rs
Commit message (Expand)AuthorAgeFilesLines
* update metapac after stm32-data PR323eZio Pan2023-12-251-3/+3
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
* STM32 DAC: Rework DAC driver, support all families.Adam Greig2023-11-251-19/+12
* STM32 DAC: Swap to new TSEL enum entirely in-HALAdam Greig2023-11-251-2/+2
* stm32/rcc: misc cleanups.Dario Nieuwenhuis2023-10-231-3/+4
* enable clock firstpbert2023-10-121-2/+2
* STM32: combine RccPeripherals reset() and enable() to reset_and_enable()pbert2023-10-121-2/+2
* stm32/rcc: use PLL enums from PAC.Dario Nieuwenhuis2023-10-091-7/+7
* stm32/rcc: unify h5 and h7.Dario Nieuwenhuis2023-09-211-4/+29
* add dac-dma example for h7, remove memory.xJuliDi2023-07-281-0/+140