zephyr/subsys/mgmt
Dominik Ermel c007e717d4 mcumgr/img_mgmt: Fix zcbor logic in os_mgmt_bootloader_info
There have been to problems with the code where zcbor_bool_encode
has been fed value instead of expected pointer and the result
of previous zcbor_encode operations has not been taken to evaluate
value of ok status.
The change also replaces usage of  #if IS_ENABLED with #ifdef, as
IS_ENABLED should not be used outside if().

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2024-04-24 14:55:57 -04:00
..
ec_host_cmd ec_host_cmd: introduce Host Command state 2024-03-06 14:35:34 +01:00
hawkbit mgmt: hawkbit: extend shell to settings 2024-04-19 16:39:31 +00:00
mcumgr mcumgr/img_mgmt: Fix zcbor logic in os_mgmt_bootloader_info 2024-04-24 14:55:57 -04:00
osdp mgmt/osdp: Remove unused variable from osdp_phy_packet_finalize() 2023-12-08 20:20:56 +00:00
updatehub mgmt: updatehub: Use zsock_ API functions 2024-03-27 13:40:13 -05:00
CMakeLists.txt
Kconfig