commit | c72eb5f02cb649b31993c0f1f6be5ceb35ba5123 | [log] [tgz] |
---|---|---|
author | Jamie McCrae <jamie.mccrae@nordicsemi.no> | Thu Aug 25 08:28:30 2022 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Sep 01 13:20:11 2022 +0200 |
tree | 75898a2fcc75c7ed8a6bb49bad5ae0432eb383bc | |
parent | 3839398964aeb41b062127c44653eac68b680206 [diff] |
mgmt: mcumgr: Reduce unnecessary pointers and objects Reduces the level of indirection for functions by calling the zephyr functions directly as support for multiple operating systems is no longer required with mcumgr being forked and placed into the zephyr tree. Saves 60 bytes flash when compiling smp_svr on an ARM Cortex M4 board. Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>