mbed_retarget: Add a minimal console implementation to provide basic functionalities
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"`.
ls
1 parent 734072f commit 051991fafb39802262b9c2b71fff47e10acffca5
@Hugues Kamba Hugues Kamba authored on 18 Oct 2019
Showing 7 changed files
View
platform/Stream.h
View
platform/cxxsupport/mstd_mutex
View
platform/mbed_lib.json
View
platform/mbed_retarget.h
View
platform/source/Stream.cpp
View
platform/source/mbed_retarget.cpp
View
tools/test/travis-ci/doxy-spellchecker/ignore.en.pws