Lines Matching full:to

5 # The Kconfig file is dedicated to Application Image management group of
6 # of MCUmgr subsystem and provides Kconfig options to configure
13 # try to group them together by the same stem after prefix.
33 Use heap to allocate flash image upload context, otherwise a static variable will
34 be used. The context object is used by MCUMGR_GRP_IMG_MANAGER to buffer image writes
40 to allocate this context or it will not be possible to perform DFU; it may also not be
41 possible to allocate such context when heap is under pressure, due to application
52 Setting this to 2 requires MCUMGR_TRANSPORT_NETBUF_SIZE to be at least 512b.
54 needs to be set to the same value; this is due to the fact that the MCUmgr uses
62 Add additional "rsn" key to SMP responses, where provided, explaining
66 bool "Allow to confirm secondary slot of non-active image"
69 Allows to confirm secondary (non-active) slot of non-active image.
70 Normally it should not be allowed to confirm any slots of non-active
71 image, via MCUmgr commands, to prevent confirming something that is
73 have means to test and confirm the image.
76 bool "Allow to confirm slots of non-active image"
79 Allows to confirm any slot of non-active image.
80 Normally it should not be allowed to confirm any slots of non-active
81 image, via MCUmgr commands, to prevent confirming something that is
83 have means to test and confirm the image.
87 bool "Allow to erase pending slot"
97 Enables directly uploading image to selected image partition.
98 This changes how "image" is understood by MCUmgr: normally MCUmgr allows uploading to
100 (two DTS images for Zephyr); this allows to treat every DTS defined image as direct
103 behaviour is, when image is not selected, to upload to image that represents secondary
111 reject binaries that would not be able to start from available
113 The base address can be set, to an image binary header, with imgtool,
121 a device but requires support in client software, which has to default omitted values.
128 minor and revision. Enable this option to take into account the build
135 This will enable the upload check hook which will send image upload requests to
136 registered callbacks to check with the user application if an upload should be accepted
143 This will enable DFU status hooks which can be checked by the application to monitor DFU
144 uploads. Note that these are status checking only, to allow inspecting of a file upload
150 This will enable use of a mutex to lock the image group object access, preventing issues
153 can be used by applications to reset the image management state (useful if there are
160 MCUboot images should be limited to the maximum size that the bootloader can swap, in
161 order to know this size, additional information is needed from the MCUboot
163 to swap, this selects which method to use.
165 Note: setting this to a non-disabled option will prevent uploading of padded and
192 Allows applications to add additional fields to responses for the image slot state
202 to figure out how to encode map depending on its predicted size.
215 This will enable the slot info function hooks which can be used to add additional
216 information to responses.