zephyr/subsys/mgmt/mcumgr
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
..
grp mcumgr/img_mgmt: Fix zcbor logic in os_mgmt_bootloader_info 2024-04-24 14:55:57 -04:00
mgmt mgmt: mcumgr: improve custom payload types 2023-12-11 18:31:23 +01:00
smp mgmt: Adapt to API changes in zcbor 0.8.0 2024-01-25 15:09:16 +00:00
smp_client mgmt: smp: SMP Client enabler 2023-07-27 14:35:43 +02:00
transport mgmt: smp: fix smp client with shell transport 2024-04-11 11:27:51 -05:00
util mgmt/mcumgr: Add zcbor_map_decode_bulk_reset utility function 2023-04-24 13:28:49 +02:00
CMakeLists.txt mgmt: smp: SMP Client enabler 2023-07-27 14:35:43 +02:00
Kconfig mgmt: mcumgr: Do not imply CRC 2023-10-23 12:15:41 +02:00