summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-03 22:04:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-03 22:04:14 +0000
commit16d6e830b07e83e2e791c7d7bc6c712af28541e1 (patch)
tree5a95a741d66c4cf2cced6bd05f1408b25d938895 /nuttx/configs
parent4245767d673bcdf78d612c8d51aa9807fdbb724b (diff)
downloadpx4-nuttx-16d6e830b07e83e2e791c7d7bc6c712af28541e1.tar.gz
px4-nuttx-16d6e830b07e83e2e791c7d7bc6c712af28541e1.tar.bz2
px4-nuttx-16d6e830b07e83e2e791c7d7bc6c712af28541e1.zip
Improve capability to traverse inodes in the NuttX psuedo-filesystem; now returns statfs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5005 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/README.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index a8deb3ce6..db341dfe3 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -648,7 +648,10 @@ defconfig -- This is a configuration file similar to the Linux
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_NAME_MAX - Maximum number of bytes in a filename (not including
+ terminating null). Default: 32
+ CONFIG_PATH_MAX - Maximum number of bytes in a pathname, including the
+ terminating null character. Default: MIN(256,(4*CONFIG_NAME_MAX+1))
CONFIG_STDIO_BUFFER_SIZE - Size of the buffer to allocate
on fopen. (Only if CONFIG_NFILE_STREAMS > 0)
CONFIG_STDIO_LINEBUFFER - If standard C buffered I/O is enabled