-
CONFIG_FS_MGMT_PATH_SIZE
¶
Maximum file path length
Type: int
Help¶
Limits the maximum path length for file operations, in bytes. A buffer of this size gets allocated on the stack during handling of file upload and download commands.
Default¶
64
Kconfig definition¶
At subsys/mgmt/Kconfig.mcumgr:37
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:20
→ subsys/mgmt/Kconfig:69
Menu path: (Top) → Management → mcumgr Support → Command handlers → Enable mcumgr handlers for file management
config FS_MGMT_PATH_SIZE int "Maximum file path length" default 64 depends onMCUMGR_CMD_FS_MGMT
&&MCUMGR
help Limits the maximum path length for file operations, in bytes. A buffer of this size gets allocated on the stack during handling of file upload and download commands.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)