summaryrefslogtreecommitdiff
path: root/nuttx/arch/pjrc-8051
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/pjrc-8051
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/pjrc-8051')
-rw-r--r--nuttx/arch/pjrc-8051/defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/arch/pjrc-8051/defconfig b/nuttx/arch/pjrc-8051/defconfig
index 789bd79c9..28925eec5 100644
--- a/nuttx/arch/pjrc-8051/defconfig
+++ b/nuttx/arch/pjrc-8051/defconfig
@@ -185,6 +185,7 @@ CONFIG_RRLOAD_BINARY=n
# 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
@@ -206,6 +207,7 @@ CONFIG_MAX_TASK_ARGS=4
CONFIG_NPTHREAD_KEYS=0
CONFIG_NFILE_DESCRIPTORS=0
CONFIG_NFILE_STREAMS=0
+CONFIG_NAME_MAX=32
CONFIG_STDIO_BUFFER_SIZE=0
CONFIG_NUNGET_CHARS=0
CONFIG_PREALLOC_MQ_MSGS=0