Lines Matching +full:read +full:- +full:size
2 # SPDX-License-Identifier: Apache-2.0
8 Binary Descriptors - constant data accessible outside of the executable image
24 int "Bindesc max data size"
28 Determines the maximum size of a binary descriptor's data. The theoretical
35 bool "Binary Descriptors Read"
37 Enable the app to read the binary descriptors of another image
42 module-str = Binary Descriptor read
46 bool "Bindesc read from RAM"
51 bool "Bindesc read from memory mapped flash"
56 bool "Bindesc read from flash"
64 int "Bindesc read flash max data size"
68 The maximum expected size of the descriptors' data. This should be set to
69 the value set to BINDESC_DEFINE_MAX_DATA_SIZE by the read image.
70 Any descriptor that exceeds this size will be ignored.