zephyr/subsys/mgmt
Andrzej Puzdrowski 2cba701703 subsys: mgmt: Remove unnecessary comparison
In the function zephyr_smp_write_at the offset was checked
for negative values while it type is unsigned -
which cause static analyses issue.

Fixes #7737

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2018-06-05 08:06:09 -04:00
..
CMakeLists.txt subsys: mgmt: CMake and Kconfig support. 2018-02-20 22:07:52 +01:00
Kconfig mgmt: Switch to new base64 library 2018-03-23 05:18:11 -04:00
buf.c
serial_util.c mgmt: Switch to new base64 library 2018-03-23 05:18:11 -04:00
smp.c subsys: mgmt: Remove unnecessary comparison 2018-06-05 08:06:09 -04:00
smp_bt.c mgmt: Fix smp_bt.c build 2018-05-16 15:42:38 +03:00
smp_shell.c
smp_uart.c subsys: mgmt: UART transport for SMP (mcumgr). 2018-02-20 22:07:52 +01:00