cdc_stdio_lib
cdc_stdio_lib
Library allows a pico-sdk application that uses TinyUSB to add USB CDC stdio support.
Normally, the pico-sdk will emit an error at compile time if you attempt to enable USB stdio on the USB device port in an application that is using TinyUSB for any reason, including using Pico PIO USB as a USB host. This library copies the essential bits from the pico-sdk’s own source code to glue the TinyUSB CDC device driver to the pico-sdk’s stdio library.
This post is licensed under CC BY 4.0 by the author.