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
10
#pragma once
11
21
22
#include "
stdio_base.h
"
23
24
#ifdef __cplusplus
25
extern
"C"
{
26
#endif
27
32
void
rtt_stdio_enable_stdin
(
void
);
33
40
void
rtt_stdio_enable_blocking_stdout
(
void
);
41
42
#ifdef __cplusplus
43
}
44
#endif
45
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 Thu Jul 3 2025 17:41:21 by
1.13.2