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

mbed_retarget: Add an internal class to provide basic console functionality #4

Closed
wants to merge 1 commit into from

Commits on Oct 31, 2019

  1. mbed_retarget: Add an internal class to provide basic console functio…

    …nality
    
    The retarget code allocates an array of FileHandle* for console and file
    handling (filehandles). A tiny target only needs a console (putc/getc).
    There is no need for file handling.
    
    The POSIX layer and the array of FileHandle* is not required for small
    targets that only need a console ; this code is optionally compiled
    out if the configuration parameter platform.stdio-minimal-console-only is
    set to `"true"`.
    hugueskamba committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    c204bf1 View commit details
    Browse the repository at this point in the history