Adrian Figueroa

Results 70 comments of Adrian Figueroa

> thanks! > > (rebased to fix missing ci job) Thanks for merging!

@vDorst Did you get a valid I2S stream from your F401 with your example code? For me, the bit clock is wrong (around 5.4 MHz instead of expected 3.072 MHz...

I will check, I can also test on an STM32G431, which is probably close enough.

What kind of `defmt` logging are you using to break it? Is it trace logging in the usb module itself?

Very nice! I don't know if you have seen it, but I had also implemented a version of circular GPDMA here: https://github.com/embassy-rs/embassy/pull/3923 Maybe we can consolidate the efforts? My final...

@tyler-gilbert Thank you for testing! Actually, it doesn't work correctly for me yet. I assume that I have an error in the buffer switching logic. My tests are done with...

@tyler-gilbert Interested in this as well, what is holding it back at the moment? I can test on STM32H5 and H7 and maybe contribute something.

@vic1707 Could you share how to make submenus? Do you just make a separate menu and switch into it? Thanks in advance!

Thanks for the ideas! I will check out buoyant and see if it is as light as this crate. I only have 6k flash left 😄