summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-17 23:58:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-17 23:58:17 +0000
commit27291c423ba989c93b6cb199f3217ee52328aa61 (patch)
treeadbed2eb5aa082f61561e766cf924aaf40a20ab5 /nuttx/TODO
parent91104de64eeadbaf93afcf2ac6460a998cfc4ed2 (diff)
downloadpx4-nuttx-27291c423ba989c93b6cb199f3217ee52328aa61.tar.gz
px4-nuttx-27291c423ba989c93b6cb199f3217ee52328aa61.tar.bz2
px4-nuttx-27291c423ba989c93b6cb199f3217ee52328aa61.zip
Note bad behavior of fgetc
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1272 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 1380f38fb..3475174be 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -230,6 +230,14 @@ o Libraries (lib/)
Status: Open
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/)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^