zephyr/subsys/mgmt
Marcin Niestroj b0da8f2bf8 mcumgr: select NET_BUF when MCUMGR=y
mcumgr is missing dependency on net_buf, which is used for SMP protocol
implementation. This causes build failure in case when only SMP over
shell is selected (CONFIG_MCUMGR_SMP_SHELL=y).

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
2019-07-29 11:13:41 +02:00
..
CMakeLists.txt
Kconfig mcumgr: move Kconfig to main tree 2019-05-31 12:50:09 -04:00
Kconfig.mcumgr mcumgr: select NET_BUF when MCUMGR=y 2019-07-29 11:13:41 +02:00
buf.c
serial_util.c mcumgr: fix type of pointer passed to base64_decode 2019-07-29 10:10:12 +02:00
smp.c
smp_bt.c
smp_shell.c
smp_uart.c