Thanks to visit codestin.com
Credit goes to github.com

Skip to content

stdio_tinyusb_cdc_acm hangs with picolibc #19277

@benpicco

Description

@benpicco

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

No one assigned

    Labels

    Area: USBArea: Universal Serial BusType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions