:orphan: .. title:: CONFIG_FS_MGMT_MAX_FILE_SIZE_64KB .. kconfig:: CONFIG_FS_MGMT_MAX_FILE_SIZE_64KB CONFIG_FS_MGMT_MAX_FILE_SIZE_64KB ################################# *<= 64KB* Type: ``bool`` Help ==== .. code-block:: none Files that have size up to 64KB require 1 to 3 bytes to encode size/offset within CBOR frame with file chunk. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/mgmt/mcumgr/Kconfig:56`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → Command Handlers → Enable mcumgr handlers for file management (insecure) → Maximum file size that could be uploaded/downloaded .. code-block:: kconfig config FS_MGMT_MAX_FILE_SIZE_64KB bool "<= 64KB" depends on help Files that have size up to 64KB require 1 to 3 bytes to encode size/offset within CBOR frame with file chunk. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*