CONFIG_FS_MGMT_MAX_FILE_SIZE_4GB

<= 4GB

Type: bool

Help

Files that have size up to 4GB require 1 to 5 bytes to encode size/offset within CBOR frame with file chunk.

Direct dependencies

<choice FS_MGMT_MAX_FILE_SIZE: Maximum file size that could be uploaded/downloaded>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/subsys/mgmt/mcumgr/Kconfig:62

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:32<Zephyr>/subsys/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

config FS_MGMT_MAX_FILE_SIZE_4GB
    bool "<= 4GB"
    depends on <choice FS_MGMT_MAX_FILE_SIZE: Maximum file size that could be uploaded/downloaded>
    help
      Files that have size up to 4GB require 1 to 5 bytes to encode
      size/offset within CBOR frame with file chunk.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)