Open
Description
Is your feature request related to a problem?
Hi, all
esp_tusb_init_console
currently provides a non-blocking IO (reading stdin returns immediately with an EOF). Now that the USB JTAG/CDC API also provide the blocking IO, is it possible to include the blocking variant in TinyUSB CDC as well?
Describe the solution you'd like.
esp_tusb_init_console
can be set to blocking IO
Describe alternatives you've considered.
No response
Additional context.
No response