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
22extern "C" {
23#endif
24
30
38
39#ifdef __cplusplus
40}
41#endif
42
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.