-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
Area: USBArea: Universal Serial BusArea: Universal Serial BusType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)The issue reports a bug / The PR fixes a bug (including spelling errors)
Description
Description
When picolibc is used instead of newlib, the output of stdio_tinyusb_cdc_acm hangs. This does not happen with stdio_cdc_acm (usbus).
Steps to reproduce the issue
Combine
USEMODULE += stdio_tinyusb_cdc_acm
with
FEATURES_REQUIRED += picolibc
Expected results
You can connect to the /dev/ttyACMx interface and receive stdio in/output.
Actual results
The terminal hangs when connecting to /dev/ttyACMx, even disconnect is only possible after a timeout.
Versions
Metadata
Metadata
Assignees
Labels
Area: USBArea: Universal Serial BusArea: Universal Serial BusType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)The issue reports a bug / The PR fixes a bug (including spelling errors)