summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
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/Documentation/NuttxPortingGuide.html
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/Documentation/NuttxPortingGuide.html')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 893522358..e605dd109 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -4477,7 +4477,12 @@ build
can be fopen'ed
</li>
<li>
- <code>CONFIG_NAME_MAX</code>: The maximum size of a file name.
+ <code>CONFIG_NAME_MAX</code>: Maximum number of bytes in a filename (not including terminating null).
+ Default: 32
+ </li>
+ <li>
+ <code>CONFIG_PATH_MAX</code>: Maximum number of bytes in a pathname, including the terminating null character.
+ Default: <code>MIN(256,(4*CONFIG_NAME_MAX+1))</code>
</li>
<li>
<code>CONFIG_STDIO_BUFFER_SIZE</code>: Size of the buffer to allocate