Steven Macías

Results 8 comments of Steven Macías

Hi! Thanks for your reply. Supplying DISPLAY does not help. I know it is a complicated situation...

We are setting up a test server to see what breaks if we update that package only. I will keep you updated. Are the versions backward compatible?

Working again on `v1.73.0`. :smile:

Hi @peter-marcisovsky, do you have any update regarding this issue? It is impacting seriously our project and we cannot find a workaround... Thanks!

Thanks a lot for your reply! We will test it immediately and see if it solves the issue. Thanks again :smile:

@peter-marcisovsky so sorry for the delay, we have been a quite overloaded lately. This does not seems to solve our issue since it also fails during runtime, not only when...

Hi @peter-marcisovsky, I think our TX and RX callbacks are already detached similarly to your example. We use `xMessageBufferSend` instead for sending information downstream. Here you have them, I have...

Hi @peter-marcisovsky, - **Replying to 1 and 2**: I wanted to keep my USB CDC component as a pure C library (no task involved). My `usb_cdc.h` looks like this: ```C++...