diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 89352235841..e605dd109d5 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -4477,7 +4477,12 @@ build 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