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
25extern "C" {
26#endif
27
33
41
42#ifdef __cplusplus
43}
44#endif
45
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.