From 7de0aae2cfe835f4530ba1ca316e1d2fb9bbcfef Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 3 Feb 2013 17:47:03 +0000 Subject: Set stdio buffer sizes to 0 or 64. No need for 256 or 1024 stdio buffers git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5604 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/zp214xpa/nxlines/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/configs/zp214xpa/nxlines') diff --git a/nuttx/configs/zp214xpa/nxlines/defconfig b/nuttx/configs/zp214xpa/nxlines/defconfig index 209b4a5e4..ea2fb3906 100644 --- a/nuttx/configs/zp214xpa/nxlines/defconfig +++ b/nuttx/configs/zp214xpa/nxlines/defconfig @@ -412,7 +412,7 @@ CONFIG_MM_REGIONS=1 # # Standard C Library Options # -CONFIG_STDIO_BUFFER_SIZE=256 +CONFIG_STDIO_BUFFER_SIZE=64 CONFIG_STDIO_LINEBUFFER=y CONFIG_NUNGET_CHARS=2 CONFIG_LIB_HOMEDIR="/" -- cgit v1.2.3