Lines Matching full:file
5 # The Kconfig file is dedicated to File System management group of
9 # Options defined in this file should be prefixed:
16 bool "MCUmgr handlers for file management"
20 Enables MCUmgr handlers for file management
23 file system, including application-stored secrets like
27 callbacks when file access is attempted, which they can then filter,
33 prompt "Maximum file size that could be uploaded/downloaded"
36 Maximum file size that will be allowed to be downloaded from
39 CBOR frame for storage of offset/size of file downloaded.
45 size/offset within CBOR frame with file chunk.
51 size/offset within CBOR frame with file chunk.
61 CBOR frame containing chunk of downloaded file.
69 bool "Setting custom size of download file chunk"
71 By default file chunk, that will be read off storage and fit into
81 int "Maximum chunk size for file downloads"
95 bool "File status command"
98 This command allows a remote device to retrieve the status of a file,
99 at present only the size of the file is returned (if it exists).
107 from the file being read and generate the output hash/checksum.
116 Chunk size of buffer to use when calculating file checksum or hash
152 int "Maximum file path length"
155 Limits the maximum path length for file operations, in bytes. A buffer
156 of this size gets allocated on the stack during handling of file upload
160 bool "File access hooks"
163 Allows applications to control file access (e.g. for uploading and
167 supplied file paths.
168 Note that this may be called multiple times for each file read and
169 write due to MCUmgr's method of operation with a single file state.
172 int "File handle semaphore take time (ms)"
175 Maximum time (in ms) to acquire the file handle semaphore when a file
183 int "Automatic file handle close time (ms)"
187 Time (in ms) for a file upload/download to be declared aborted and
188 file handle cleaned up. Each access to the file will reset the idle