Home
last modified time | relevance | path

Searched refs:img_mgmt (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/subsys/mgmt/mcumgr/grp/
DCMakeLists.txt9 add_subdirectory_ifdef(CONFIG_MCUMGR_GRP_IMG img_mgmt)
DKconfig7 rsource "img_mgmt/Kconfig"
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/
DCMakeLists.txt15 src/img_mgmt.c
/Zephyr-latest/tests/subsys/mgmt/mcumgr/img_mgmt_slot_info/src/
Dmain.c195 ZTEST(img_mgmt, test_list) in ZTEST() argument
322 ZTEST(img_mgmt, test_blocked) in ZTEST() argument
394 ZTEST(img_mgmt, test_callback) in ZTEST() argument
603 ZTEST_SUITE(img_mgmt, NULL, setup_test, NULL, cleanup_test, NULL);
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr_callbacks.rst77 5 img_mgmt callbacks can be setup with a single registration call, but to also
118 img_mgmt upload check (:c:enumerator:`MGMT_EVT_OP_IMG_MGMT_DFU_CHUNK`)
120 img_mgmt upload status (:c:enumerator:`MGMT_EVT_OP_IMG_MGMT_DFU_STOPPED`,
/Zephyr-latest/samples/subsys/mgmt/mcumgr/smp_svr/
DREADME.rst24 * ``img_mgmt``
32 * The MCUboot bootloader is required for ``img_mgmt`` to function
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dimg_mgmt.c1128 MCUMGR_HANDLER_DEFINE(img_mgmt, img_mgmt_register_group);
/Zephyr-latest/doc/releases/
Drelease-notes-3.4.rst1316 * Fixed an issue with MCUmgr img_mgmt image upload ``upgrade`` field wrongly
1320 * MCUmgr img_mgmt group will only verify the SHA256 hash provided by the
1333 :kconfig:option:`CONFIG_IMG_MANAGER` are needed to enable MCUmgr img_mgmt.
1335 * MCUmgr img_mgmt group now uses unsigned integer values for image and slot
Drelease-notes-2.0.rst886 …]Control flow issues in /home/aasthagr/zephyrproject/modules/lib/mcumgr/cmd/img_mgmt/src/img_mgmt.c
888 …trol flow issues in /home/aasthagr/zephyrproject/modules/lib/mcumgr/cmd/img_mgmt/src/img_mgmt_stat…
889 …trol flow issues in /home/aasthagr/zephyrproject/modules/lib/mcumgr/cmd/img_mgmt/src/img_mgmt_stat…
Drelease-notes-3.5.rst2054 * Introduced MCUmgr client support with handlers for img_mgmt and os_mgmt.
2064 * Fixed an issue with MCUmgr img_mgmt group whereby the size of the upload in
2078 * Added optional mutex locking support to MCUmgr img_mgmt group, which can
Drelease-notes-3.3.rst79 * MCUmgr img_mgmt now requires that a full sha256 hash to be used when
2136 * A MCUmgr img_mgmt bug whereby the state of an image upload could persist
2379 * MCUmgr img_mgmt has a new field which is sent in the final packet (if
2384 * MCUmgr img_mgmt will now skip receiving data if the provided hash already
2389 * MCUmgr img_mgmt structs are now packed, which fixes a fault issue on
2758 - :github:`54064` - doc: mgmt: mcumgr: img_mgmt: Documentation specifies that hash in state of imag…
3224 * :github:`52412` - doc: mgmt: mcumgr: Clarify that hash in img_mgmt is a full sha256 hash and requ…
Drelease-notes-3.2.rst1403 * MCUMGR img_mgmt erase command now accepts an optional slot number
1439 * Issue with MCUMGR img_mgmt image erase wrongly returning success during an
1448 * MCUMGR img_mgmt image upload over-riding/hiding of result codes has been
1837 * :github:`50522` - mgmt: mcumgr: img_mgmt: Failure of erase returns nothing
1840 * :github:`50482` - mcumgr: img_mgmt: zephyr_img_mgmt_flash_area_id has wrong slot3 ID
Drelease-notes-3.1.rst1512 * :github:`44678` - mcumgr: lib: cmd: img_mgmt: Warning about struct visibility emitted with certai…