mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user