summaryrefslogtreecommitdiff
path: root/nuttx/lib
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-11 17:13:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-11 17:13:04 +0000
commit36e82d637fffd680dfa0e4bbb245231640ac0ba1 (patch)
treee6ebf397e8ec882c2ce2c0c5221d463c0a5bee5b /nuttx/lib
parentb13201fd362ff1dca9719d2f6ff1c8527b3074f6 (diff)
downloadpx4-nuttx-36e82d637fffd680dfa0e4bbb245231640ac0ba1.tar.gz
px4-nuttx-36e82d637fffd680dfa0e4bbb245231640ac0ba1.tar.bz2
px4-nuttx-36e82d637fffd680dfa0e4bbb245231640ac0ba1.zip
Misc STM32 OTF FS driver fixes + More Kconfig files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4590 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/lib')
-rw-r--r--nuttx/lib/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/lib/Kconfig b/nuttx/lib/Kconfig
index 6c2bd3f1c..9e60201c2 100644
--- a/nuttx/lib/Kconfig
+++ b/nuttx/lib/Kconfig
@@ -17,6 +17,12 @@ config STDIO_LINEBUFFER
Flush buffer I/O whenever a newline character is found in
the output data stream.
+config NUNGET_CHARS
+ int "Number unget() characters"
+ default 2
+ ---help---
+ Number of characters that can be buffered by ungetc() (Only if NFILE_STREAMS > 0)
+
config CONFIG_LIB_HOMEDIR
string "Home directory"
default "/"