Lines Matching +full:maximum +full:- +full:read
2 # SPDX-License-Identifier: Apache-2.0
8 Binary Descriptors - constant data accessible outside of the executable image
28 Determines the maximum size of a binary descriptor's data. The theoretical
29 limit to this value is the maximum value of a uint16_t (65535), in practice
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.