zephyr/subsys/mgmt/mcumgr
Dominik Ermel f9d69c34c9 mgmt/mcumgr/lib: Remove dead code from img_mgmt_upload
The img_mgmt_impl_erase_if_needed was only called when
CONFIG_IMG_ERASE_PROGRESSIVELY is y, and it does nothing anyway;
because the function always returns 0, and does nothing,
neither the function no result processing, from a call to the
function, is needed.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2022-06-21 13:42:24 +02:00
..
lib mgmt/mcumgr/lib: Remove dead code from img_mgmt_upload 2022-06-21 13:42:24 +02:00
zephyr_grp subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
buf.c include: add more missing zephyr/ prefixes 2022-05-27 15:20:27 -07:00
CMakeLists.txt mgmt: mcumgr: fs: Add hash/checksum (with CRC32/SHA256) handler 2022-04-12 12:05:30 +02:00
Kconfig mgmt/mcumgr/lib: Separate Kconfig for zephyr specific commands 2022-04-11 12:11:27 +02:00
serial_util.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
smp_bt.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
smp_reassembly.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
smp_reassembly.h mgmt/mcumgr: Add packet re-assembly support 2022-03-21 18:03:18 +01:00
smp_shell.c include: add more missing zephyr/ prefixes 2022-05-27 15:20:27 -07:00
smp_uart.c include: add more missing zephyr/ prefixes 2022-05-27 15:20:27 -07:00
smp_udp.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
smp.c mgmt/mcumgr: Replace zephyr_smp_trim_front with net_buf_pull 2022-06-07 18:54:11 +02:00