From 0b84cc91390000a717d823235e56255b69064a6d Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 17 Nov 2008 23:58:17 +0000 Subject: [PATCH] Note bad behavior of fgetc git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1272 42af7a65-404d-4744-a932-0658087f49c3 --- TODO | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TODO b/TODO index 1380f38fb2..3475174beb 100644 --- a/TODO +++ b/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/) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^