This is an automated email from the ASF dual-hosted git repository. ccollins pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-mcumgr.git.
from 75463d7 Update readme files. new b3c25db Remove calls to `*printf()` new 928623c smp_svr (Zephyr) - Remove IS_ENABLED invocations. new b3c8974 smp_svr (Zephyr) - Conditionally link ext libs. new 167605e smp_svr (Zephyr) - Disable unneeded FCB settings. new de845da smp_svr (Zephyr) - prj.conf.tiny new 6c1dd60 img_mgmt (Zephyr) - Conditionally select if MPU. new 1a92b9f smp_svr - Update README The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: CMakeLists.txt | 1 + cmd/img_mgmt/Kconfig | 2 +- cmd/img_mgmt/src/img_mgmt_util.c | 23 +++++--- cmd/os_mgmt/port/zephyr/src/zephyr_os_mgmt.c | 7 +-- samples/smp_svr/README.md | 4 ++ samples/smp_svr/zephyr/CMakeLists.txt | 6 +-- samples/smp_svr/zephyr/prj.conf | 5 -- samples/smp_svr/zephyr/{prj.conf => prj.conf.tiny} | 29 +++++----- samples/smp_svr/zephyr/src/main.c | 24 ++++----- util/CMakeLists.txt | 8 +++ util/include/util/mcumgr_util.h | 55 +++++++++++++++++++ util/src/mcumgr_util.c | 61 ++++++++++++++++++++++ 12 files changed, 179 insertions(+), 46 deletions(-) copy samples/smp_svr/zephyr/{prj.conf => prj.conf.tiny} (62%) create mode 100644 util/CMakeLists.txt create mode 100644 util/include/util/mcumgr_util.h create mode 100644 util/src/mcumgr_util.c -- To stop receiving notification emails like this one, please contact ccoll...@apache.org.