aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4/src/bin/dac.rs
Commit message (Collapse)AuthorAgeFilesLines
* stm32/dac: remove DMA generic params.Dario Nieuwenhuis2025-03-251-2/+1
|
* stm32: update metapac. Adds U5 LPDMA, fixes ADC_COMMONs.Dario Nieuwenhuis2024-04-291-1/+1
|
* 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-3/+2
|
* stm32: fix DAC examplesAdam Greig2023-07-221-1/+1
| | | | | | | | The DAC driver defaults to enabling the channel trigger, but leaves it at the default value of TIM6 TRGO, then performs a software trigger after writing the new output value. We could change the trigger selection to software trigger, but for this example it's simpler to just disable the trigger.
* Update DAC examples, add DAC + DMA exampleJuliDi2023-06-281-4/+5
|
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-181-1/+1
|
* Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-171-2/+2
|
* Add DACv1 example for F4chemicstry2022-08-041-0/+37