Home
last modified time | relevance | path

Searched refs:PICO_STDIO_STACK_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/platform/pico/rp2_common/pico_stdio/include/pico/
A Dstdio.h35 #ifndef PICO_STDIO_STACK_BUFFER_SIZE
36 #define PICO_STDIO_STACK_BUFFER_SIZE 128 macro
/external/platform/pico/rp2_common/pico_stdio/
A Dstdio.c225 char buf[PICO_STDIO_STACK_BUFFER_SIZE];
241 if (buffer->used == PICO_STDIO_STACK_BUFFER_SIZE) { in stdio_buffered_printer()

Completed in 6 milliseconds