PetervdPerk-NXP commented on code in PR #12969:
URL: https://github.com/apache/nuttx/pull/12969#discussion_r1724315084
##########
libs/libc/misc/Kconfig:
##########
@@ -112,3 +112,17 @@ config LIBC_MEM_FD_VFS_PATH
depends on !LIBC_MEMFD_ERROR
---help---
The relative path to where memfd will exist in the tmpfs
namespace.
+
+config LIBC_MAX_PATHBUFFER
+ int "Maximum size of a temporary file path buffer array"
+ range 0 32
+ default 2
Review Comment:
So this should either be 0 or only be set if fs_lock is enabled.
Otherwise we're wasting 512 bytes of RAM.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]