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 
164 #ifndef STDIO_NIMBLE_H
165 #define STDIO_NIMBLE_H
166 
167 #include "stdio_base.h"
168 
169 #ifdef __cplusplus
170 extern "C" {
171 #endif
172 
177 #ifndef CONFIG_STDIO_NIMBLE_CLEAR_BUFFER_ON_CONNECT
178 #define CONFIG_STDIO_NIMBLE_CLEAR_BUFFER_ON_CONNECT 1
179 #endif
180 
186 #ifndef CONFIG_STDIO_NIMBLE_STDIN_BUFSIZE
187 #define CONFIG_STDIO_NIMBLE_STDIN_BUFSIZE 1024
188 #endif
189 
195 #ifndef CONFIG_STDIO_NIMBLE_STDOUT_BUFSIZE
196 #define CONFIG_STDIO_NIMBLE_STDOUT_BUFSIZE 2048
197 #endif
198 
199 #ifdef __cplusplus
200 }
201 #endif
203 #endif /* STDIO_NIMBLE_H */