aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32l4/src/bin/dac_dma.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-2/+2
|
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-2/+3
|
* stm32/dac: remove DMA generic params.Dario Nieuwenhuis2025-03-251-3/+4
|
* stm32: use private_bounds for sealed traits.Dario Nieuwenhuis2024-03-231-7/+7
|
* stm32/timer: simplify traits, convert from trait methods to struct.Dario Nieuwenhuis2024-03-231-13/+13
|
* update timer mod after stm32-metapac timer_v2eZio Pan2024-02-091-7/+7
|
* update metapac after stm32-data PR323eZio Pan2023-12-251-3/+3
| | | | and refactor a few code with cargo clippy
* 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