stdio_nimble.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2019 Freie Universität Berlin
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
163 #include "stdio_base.h"
164 
165 #ifdef __cplusplus
166 extern "C" {
167 #endif
168 
173 #ifndef CONFIG_STDIO_NIMBLE_CLEAR_BUFFER_ON_CONNECT
174 #define CONFIG_STDIO_NIMBLE_CLEAR_BUFFER_ON_CONNECT 1
175 #endif
176 
182 #ifndef CONFIG_STDIO_NIMBLE_STDIN_BUFSIZE
183 #define CONFIG_STDIO_NIMBLE_STDIN_BUFSIZE 1024
184 #endif
185 
191 #ifndef CONFIG_STDIO_NIMBLE_STDOUT_BUFSIZE
192 #define CONFIG_STDIO_NIMBLE_STDOUT_BUFSIZE 2048
193 #endif
194 
195 #ifdef __cplusplus
196 }
197 #endif