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

Simplify example of stdio_set_chars_available_callback #495

Merged

Commits on May 1, 2024

  1. Simplify example of stdio_set_chars_available_callback

    The example in here uses an async callback to avoid a race when using
    stdio_usb. But there's a fix available for this issue so simplify the
    example.
    
    To test pass -DPICO_STDIO_USB=1 on the cmake command line.
    
    Fixes raspberrypi#461
    peterharperuk committed May 1, 2024
    Configuration menu
    Copy the full SHA
    e583fd5 View commit details
    Browse the repository at this point in the history