Thanks for this.
I had some issues getting it to work with the current pico-sdk (v1.3).
The CDC device /dev/ttyACM0 was never enumerated and dmesg kept spitting errors like usb 1-1.2: can't set config #1, error -110
But, checking out pico-sdk v1.2.0 fixed my issue. and it enumerates and presents ttyACM0 as expected.
Didnt investigate further, but its likely changes in tinyUSB pulled into pico-sdk
Thanks for this.
I had some issues getting it to work with the current pico-sdk (v1.3).
The CDC device /dev/ttyACM0 was never enumerated and dmesg kept spitting errors like usb 1-1.2: can't set config #1, error -110
But, checking out pico-sdk v1.2.0 fixed my issue. and it enumerates and presents ttyACM0 as expected.
Didnt investigate further, but its likely changes in tinyUSB pulled into pico-sdk