Fix serial read behavior

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1275 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2008-11-18 14:54:43 +00:00
parent f74a19b9fd
commit a93d9f4cd6
5 changed files with 75 additions and 16 deletions
+1 -2
View File
@@ -124,8 +124,7 @@ examples/serloop
* CONFIG_EXAMPLES_SERLOOP_BUFIO
Use C buffered I/O (getchar/putchar) vs. raw console I/O
(read/read). The behavior of the NuttX getchar() call is
very hostile unless you also set CONFIG_STDIO_BUFFER_SIZE=0.
(read/read).
examples/udp
^^^^^^^^^^^^