summaryrefslogtreecommitdiff
path: root/nuttx/arch/c5471
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-14 22:41:09 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-14 22:41:09 +0000
commit1df59ef5f64b5af480e4048e904f65d0682fc56b (patch)
tree9d9bab896ace384c17eb83026921f5e8218bae8c /nuttx/arch/c5471
parent78cbcfd2a16c0cf3763173ce0a14d656bede0135 (diff)
downloadpx4-nuttx-1df59ef5f64b5af480e4048e904f65d0682fc56b.tar.gz
px4-nuttx-1df59ef5f64b5af480e4048e904f65d0682fc56b.tar.bz2
px4-nuttx-1df59ef5f64b5af480e4048e904f65d0682fc56b.zip
Added opendir, readdir, closedir, etc.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@62 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/c5471')
-rw-r--r--nuttx/arch/c5471/defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/arch/c5471/defconfig b/nuttx/arch/c5471/defconfig
index 641f1ca54..7ebb81587 100644
--- a/nuttx/arch/c5471/defconfig
+++ b/nuttx/arch/c5471/defconfig
@@ -191,6 +191,7 @@ CONFIG_RRLOAD_BINARY=y
# descriptors (one for each open)
# CONFIG_NFILE_STREAMS - The maximum number of streams that
# can be fopen'ed
+# CONFIG_NAME_MAX - The maximum size of a file name.
# CONFIG_STDIO_BUFFER_SIZE - Size of the buffer to allocate
# on fopen. (Only if CONFIG_NFILE_STREAMS > 0)
# CONFIG_NUNGET_CHARS - Number of characters that can be
@@ -212,6 +213,7 @@ CONFIG_MAX_TASK_ARGS=4
CONFIG_NPTHREAD_KEYS=4
CONFIG_NFILE_DESCRIPTORS=32
CONFIG_NFILE_STREAMS=16
+CONFIG_NAME_MAX=32
CONFIG_STDIO_BUFFER_SIZE=1024
CONFIG_NUNGET_CHARS=2
CONFIG_PREALLOC_MQ_MSGS=32