Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
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
20
#ifndef STDIO_RTT_H
21
#define STDIO_RTT_H
22
23
#include "
stdio_base.h
"
24
25
#ifdef __cplusplus
26
extern
"C"
{
27
#endif
28
33
void
rtt_stdio_enable_stdin
(
void
);
34
41
void
rtt_stdio_enable_blocking_stdout
(
void
);
42
43
#ifdef __cplusplus
44
}
45
#endif
46
48
#endif
/* STDIO_RTT_H */
stdio_base.h
rtt_stdio_enable_blocking_stdout
void rtt_stdio_enable_blocking_stdout(void)
enable stdout blocking and free space polling.
rtt_stdio_enable_stdin
void rtt_stdio_enable_stdin(void)
enable stdin polling, at a power consumption cost.
Generated on Sat Nov 16 2024 04:50:53 by
1.9.8