Guillaume Souchere

Results 9 comments of Guillaume Souchere

Hi @ljden, You can already use the [fmt library](https://components.espressif.com/components/espressif/fmt) by including it into your project as a component using the [IDF component manager](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/idf-component-manager.html). Here is the link to the GitHub...

@igrr, @ljden, sorry I misunderstood the ticket. This is definitely something that could be supported in esp-idf-cxx.

Hi @chipweinberger, I started looking into your PR. Can I ask you to rebase and fix the build issues and conflict with upstream?

@chipweinberger, there has been some changes in the ring buffer so I am now looking at your PR again since the semaphores for rx and tx were removed. But tomorrow...

The other issue is that [this comment](https://github.com/espressif/esp-idf/pull/9983#discussion_r1003527773) is still valid and your current solution won't be accepted. I am implementing an alternative to your changes using `xTaskAbortDelay` proposed solution.

Hi @chipweinberger, Sorry that I left this PR not updated for so long. I will get back at it this week. It's been a while so it might take a...

Hi @chipweinberger, a little update on the PR. Since it was fairly old, I first had to rebase it on the latest master and realized that your solution was no...

I had to implement the select for the usb serial jtag driver so I will have to first merge this added feature before proceeding with the actual deadlock fix. I...

Hi @chipweinberger, a little update on the fix. I am still waiting to merge the select() feature for the usb cdc and usb serial jtag drivers before I can merge...