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
26extern "C" {
27#endif
28
34
42
43#ifdef __cplusplus
44}
45#endif
46
48#endif /* STDIO_RTT_H */
void rtt_stdio_enable_blocking_stdout(void)
enable stdout blocking and free space polling.
void rtt_stdio_enable_stdin(void)
enable stdin polling, at a power consumption cost.