aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h5/src/bin/usb_uac_speaker.rs
Commit message (Expand)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-2/+2
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-5/+5
* Remove manual settings of `composite_with_iads=true`Eekle2024-12-241-7/+0
* Remove use of static mut.Dario Nieuwenhuis2024-12-161-8/+11
* feat: change SOF timer to input captureelagil2024-11-241-19/+30
* feat(stm32h5): add usb audio exampleelagil2024-11-241-0/+367