Support for stdin/stdout using SEGGER RTT. More...
Functions | |
void | stdio_rtt_init (void) |
Explicitly initialize stdin/stdout over RTT and add it to the current set of stdin/stdout drivers. More... | |
void | stdio_rtt_deinit (void) |
Explicitly deinitialize stdin/stdout over RTT and remove it from the current set of stdin/stdout drivers. More... | |
Support for stdin/stdout using SEGGER RTT.
Linking this library or calling pico_enable_stdio_rtt(TARGET)
in the CMake (which achieves the same thing) will add RTT to the drivers used for standard output
void stdio_rtt_deinit | ( | void | ) |
Explicitly deinitialize stdin/stdout over RTT and remove it from the current set of stdin/stdout drivers.
pico_stdio_rtt
is included in the build void stdio_rtt_init | ( | void | ) |
Explicitly initialize stdin/stdout over RTT and add it to the current set of stdin/stdout drivers.
pico_stdio_rtt
is included in the build