pico_stdio_semihosting

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...
 

Detailed Description

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

Function Documentation

◆ stdio_semihosting_init()

void stdio_semihosting_init ( void  )

Explicitly initialize stdout over semihosting and add it to the current set of stdout targets.

Note
this method is automatically called by stdio_init_all() if pico_stdio_semihosting is included in the build