Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sys/stdio: add optional function stdio_available #17446

Merged
merged 3 commits into from
Jan 3, 2022

Commits on Jan 3, 2022

  1. sys/stdio_base: add optional function stdio_available

    A couple of `stdio` backend implementations allow to check for the number of available bytes for reading before the blocking `stdio_read` is called. This helps to implement non-blocking functionalities while waiting for `stdin`.
    gschorcht committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    a71dec8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ffad24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af621ec View commit details
    Browse the repository at this point in the history