Nathan Conrad

Results 25 comments of Nathan Conrad

You likely got the error in `dcd_stm32_fsdev_pvt_st.h` stating: ``` #error You are using an untested or unimplemented STM32 variant. Please update the driver. ``` Please edit the header file and...

In order to implement this, we'd also want to implement DMA in order to support the higher data rates. To perform DMA, we'd want some sort of abstraction layer in...

> Hi @Iktek , I believe DMA is not supported on fsdev after reading reference manual and ST driver, I could be wrong. The peripheral cannot make DMA requests, but...

> Same descriptor is working properly with stm32l4 + dwc2 I'm wondering if the "doublebuffering" is needed in order to support isoc-audio as it seems that maybe every 2nd pice...

@rolandvs, It's not really on my list of things to do, since I'm not that interested in media streaming. I don't think anyone else has worked on it. I have,...

> Thanks for your quick reply! Ok, we have a need to get this running on an G491. Is it OK to drop a few questions as you have pursued...

The endpoint-ix vs endpoint-ix separation isn't necessarily needed if the application doesn't have a second endpoint with that particular ID (e.g., if the ISO EP is 3OUT, then there couldn't...

> Thanks for all your comments. I'll see if I can make an effort, but unfortunately it will have to wait as I'm currently working on some issues with higher...

I think it would be a great thing to do. I have a python script that I run with my USBTMC class driver that verifies a number of conditions (but...

> Self Hosted runners Based on the documentation, this sounds like a questionable idea. The docs suggest only using this for private repositories... I think our "workflow" currently runs when...