Note bad behavior of fgetc

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1272 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2008-11-17 23:58:17 +00:00
parent d5000bfdc5
commit 0b84cc9139
1 changed files with 8 additions and 0 deletions

8
TODO
View File

@ -230,6 +230,14 @@ o Libraries (lib/)
Status: Open Status: Open
Priority: Medium Priority: Medium
Description: Buffered C, character-oriented I/O is not very useful when
dealing with a console. The behavior is to read a full buffer
of data then return the individual characters from the buffer.
But that is very hostile when working with a human interface.
Status: Open
Priority: Medium. Workarounds: Set CONFIG_STDIO_BUFFER_SIZE=0 in the
configuration file.
o File system / Generic drivers (fs/, drivers/) o File system / Generic drivers (fs/, drivers/)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^