zephyr/subsys/mgmt/mcumgr
Marcin Niestroj 7c5ab5873a mgmt: smp: shell: log warning when buf allocation fails
Log when allocation fails, so user gets warned about communication
problems.

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
2020-10-07 14:51:06 +02:00
..
buf.c misc: Replace assert include and calls by sys/__assert.h equivalent 2020-10-02 11:42:40 +02:00
CMakeLists.txt
Kconfig mgmt: smp: shell: allow to configure multiple RX buffers via Kconfig 2020-10-07 14:51:06 +02:00
serial_util.c misc: Replace assert include and calls by sys/__assert.h equivalent 2020-10-02 11:42:40 +02:00
smp_bt.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
smp_shell.c mgmt: smp: shell: log warning when buf allocation fails 2020-10-07 14:51:06 +02:00
smp_uart.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
smp_udp.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
smp.c