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
* SPDX-FileCopyrightText: 2016 Michael Andersen <m.andersen@berkeley.edu>
3
* SPDX-FileCopyrightText: 2018 Freie Universität Berlin
4
* SPDX-License-Identifier: LGPL-2.1-only
5
*/
6
7
#pragma once
8
18
19
#include "
stdio_base.h
"
20
21
#ifdef __cplusplus
22
extern
"C"
{
23
#endif
24
29
void
rtt_stdio_enable_stdin
(
void
);
30
37
void
rtt_stdio_enable_blocking_stdout
(
void
);
38
39
#ifdef __cplusplus
40
}
41
#endif
42
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 Fri Aug 7 2026 10:06:13 by
1.13.2