Experimental support for stdout using RAM semihosting. More...
Functions | |
void | stdio_semihosting_init (void) |
Explicitly initialize stdout over semihosting and add it to the current set of stdout targets. More... | |
Experimental support for stdout using RAM semihosting.
Linking this library or calling pico_enable_stdio_semihosting(TARGET ENABLED)
in the CMake (which achieves the same thing) will add semihosting to the drivers used for standard output
void stdio_semihosting_init | ( | void | ) |
Explicitly initialize stdout over semihosting and add it to the current set of stdout targets.
pico_stdio_semihosting
is included in the build