mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 05:13:23 +00:00
Default buffer mode is setup by fopen depending on isatty value. Expect only 0, 1 & 2 to be tty for CONFIG_POSIX_API cases. This way regular files are opened in block buffering mode (instead of line buffering mode) which really speed up fread/fwrite operations on FS. Signed-off-by: Arnaud Mouiche <arnaud.mouiche@invoxia.com> |
||
---|---|---|
.. | ||
minimal | ||
newlib | ||
CMakeLists.txt | ||
Kconfig |