mgmt: Move mcumgr into its own folder

In order to be able to add more entries under 'subsys/mgmt', move the
current contents of it, which relate exclusively to MCUMgr, to its own
folder.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2020-07-30 18:01:18 +02:00 committed by Maureen Helm
commit c200b1c5e6
25 changed files with 206 additions and 194 deletions

View file

@ -11,7 +11,7 @@
#include <sys/ring_buffer.h>
#include <sys/atomic.h>
#ifdef CONFIG_MCUMGR_SMP_SHELL
#include "mgmt/smp_shell.h"
#include "mgmt/mcumgr/smp_shell.h"
#endif
#ifdef __cplusplus