subsys: mgmt: SMP protocol for mcumgr.
The Simple Management Protocol (SMP) is a basic protocol that sits on top of mcumgr's mgmt layer. This commit adds the functionality needed to hook into mcumgr's SMP layer. More information about SMP can be found at: `ext/lib/mgmt/mcumgr/smp/include/smp/smp.h`. Signed-off-by: Christopher Collins <ccollins@apache.org>
This commit is contained in:
parent
2ad7ccdb2d
commit
6721d64735
5 changed files with 598 additions and 0 deletions
|
@ -9,5 +9,6 @@ add_subdirectory(fs)
|
|||
add_subdirectory_ifdef(CONFIG_MCUBOOT_IMG_MANAGER dfu)
|
||||
add_subdirectory_ifdef(CONFIG_NET_BUF net)
|
||||
add_subdirectory_ifdef(CONFIG_USB usb)
|
||||
add_subdirectory(mgmt)
|
||||
add_subdirectory(random)
|
||||
add_subdirectory(storage)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue