aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32l4/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
* enable clock firstpbert2023-10-121-2/+2
* STM32: combine RccPeripherals reset() and enable() to reset_and_enable()pbert2023-10-121-2/+2
* remove need for StaticCell in dac_dma example for stm32l4JuliDi2023-06-281-21/+8
* attempt at fixing ciJuliDi2023-06-281-1/+1
* add docJuliDi2023-06-281-0/+2
* Update DAC examples, add DAC + DMA exampleJuliDi2023-06-281-0/+148