Loading...
Searching...
No Matches
stdio_nimble.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2019 Freie Universität Berlin
3 *
4 * This file is subject to the terms and conditions of the GNU Lesser
5 * General Public License v2.1. See the file LICENSE in the top level
6 * directory for more details.
7 */
8
34#ifndef STDIO_NIMBLE_H
35#define STDIO_NIMBLE_H
36
37#include "stdio_base.h"
38
39#ifdef __cplusplus
40extern "C" {
41#endif
42
47#ifndef CONFIG_STDIO_NIMBLE_CLEAR_BUFFER_ON_CONNECT
48#define CONFIG_STDIO_NIMBLE_CLEAR_BUFFER_ON_CONNECT 1
49#endif
50
56#ifndef CONFIG_STDIO_NIMBLE_STDIN_BUFSIZE
57#define CONFIG_STDIO_NIMBLE_STDIN_BUFSIZE 1024
58#endif
59
65#ifndef CONFIG_STDIO_NIMBLE_STDOUT_BUFSIZE
66#define CONFIG_STDIO_NIMBLE_STDOUT_BUFSIZE 2048
67#endif
68
69#ifdef __cplusplus
70}
71#endif
73#endif /* STDIO_NIMBLE_H */