aboutsummaryrefslogtreecommitdiff
path: root/tests/stm32/src/bin/dac.rs
Commit message (Collapse)AuthorAgeFilesLines
* adc: remove sample_time from structxoviat2025-11-101-3/+6
|
* stm32/dac: remove DMA generic params.Dario Nieuwenhuis2025-03-251-2/+1
|
* Fix testsDion Dokter2024-08-051-1/+1
|
* stm32 adc: introduce blocking_readAndres Vahter2024-07-031-2/+2
|
* stm32: update adc examplesAndres Vahter2024-04-101-2/+2
|
* tests/stm32: add L1 DAC/ADC test.Dario Nieuwenhuis2023-12-081-2/+3
|
* tests: use executor task arena instead of TAIT.Dario Nieuwenhuis2023-11-271-1/+0
|
* stm32/test: add stm32f446 (board not in HIL rig yet)Dario Nieuwenhuis2023-11-271-12/+9
|
* STM32 DAC: Rework DAC driver, support all families.Adam Greig2023-11-251-6/+4
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-151-3/+3
| | | | convenience methods
* Remove a few ultra-verbose logs.Dario Nieuwenhuis2023-10-031-1/+1
| | | | | | They're heavily spamming logs for HIL tests, and I don't believe they're valuable now that the thing they helped debug in their young age is now solid and mature.
* Add DAC HIL test with ADCJuliDi2023-07-271-0/+81