Adrian Figueroa

Results 70 comments of Adrian Figueroa

Thanks for merging :heart_eyes:

> Great work @elagil! Thank you for merging! Thank you for your help!

Thanks! I just fixed formatting. I could add an example for the STM32H7, because I can test that. In my case, I stream USB->SAI->DAC. However, such an example would still...

I guess I have to do this first, in order to create an example: https://github.com/embassy-rs/stm32-data/issues/509 Maybe some details for the reasoning: The fix allows v2 timers to trigger on the...

This should now be ready for review. You can go through the commits one-by-one: - Preparation of `embassy-usb` for USB audio - Implementation of UAC1 - An example, based on...

ISO endpoint support itself in the USB drivers was split off to https://github.com/embassy-rs/embassy/pull/3314. Therefore, this depends on the other PR and **does not build without it**.

No, it should be fine. I am only waiting for review and maybe for someone to restart the build job. I may also rebase it.

> I am the feeling that you are using the SOF capture not in the way it was intended. > > Ideally you can run timer2 in normal mode and...

@vDorst I can reproduce your issues with some custom F401 board that I have. Some configuration values are not received correctly. For example, in `dmesg` I see ``` [ 1329.474212]...

@vDorst I changed the timer setup for SOF to capture mode The example should work on F4, as soon as https://github.com/embassy-rs/embassy/pull/3565 is merged. I don't have an F429 to test,...