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 
9 #pragma once
10 
166 #include "stdio_base.h"
167 
168 #ifdef __cplusplus
169 extern "C" {
170 #endif
171 
176 #ifndef CONFIG_STDIO_NIMBLE_CLEAR_BUFFER_ON_CONNECT
177 #define CONFIG_STDIO_NIMBLE_CLEAR_BUFFER_ON_CONNECT 1
178 #endif
179 
185 #ifndef CONFIG_STDIO_NIMBLE_STDIN_BUFSIZE
186 #define CONFIG_STDIO_NIMBLE_STDIN_BUFSIZE 1024
187 #endif
188 
194 #ifndef CONFIG_STDIO_NIMBLE_STDOUT_BUFSIZE
195 #define CONFIG_STDIO_NIMBLE_STDOUT_BUFSIZE 2048
196 #endif
197 
198 #ifdef __cplusplus
199 }
200 #endif