commit | 6721d64735343384fa48aa284a7b1591344e59e6 | [log] [tgz] |
---|---|---|
author | Christopher Collins <ccollins@apache.org> | Wed Jan 17 17:57:25 2018 -0800 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Feb 20 22:07:52 2018 +0100 |
tree | 36ba3827e2b2638f16f19f0968bbbd568a86decc | |
parent | 2ad7ccdb2de8c1ccf3ba94a2eb05b3a679f0cad5 [diff] |
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>