stdio_rtt.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2016 Michael Andersen <m.andersen@berkeley.edu>
3  * 2018 Freie Universität Berlin
4  *
5  * This file is subject to the terms and conditions of the GNU Lesser
6  * General Public License v2.1. See the file LICENSE in the top level
7  * directory for more details.
8  */
9 
23 #ifndef STDIO_RTT_H
24 #define STDIO_RTT_H
25 
26 #include "stdio_base.h"
27 
28 #ifdef __cplusplus
29 extern "C" {
30 #endif
31 
36 void rtt_stdio_enable_stdin(void);
37 
45 
46 #ifdef __cplusplus
47 }
48 #endif
49 
51 #endif /* STDIO_RTT_H */
rtt_stdio_enable_stdin
void rtt_stdio_enable_stdin(void)
enable stdin polling, at a power consumption cost.
rtt_stdio_enable_blocking_stdout
void rtt_stdio_enable_blocking_stdout(void)
enable stdout blocking and free space polling.
stdio_base.h