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 79f78f0  OS command group
     new 533cab8  `taskstat` command handler.
     new ae10673  Add MGMT_ERR_ENOTSUP error code.
     new 22dcc8c  Add stubs for unimplemented OS-specific functions.

The 3 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:
 cmd/img_mgmt/include/img_mgmt/img_mgmt_impl.h |  8 ++-
 cmd/img_mgmt/src/stubs.c                      | 45 ++++++++++++++
 cmd/os_mgmt/include/os_mgmt/os_mgmt.h         | 20 +++++-
 cmd/os_mgmt/include/os_mgmt/os_mgmt_impl.h    | 29 +++++++++
 cmd/os_mgmt/port/mynewt/src/mynewt_os_mgmt.c  | 61 ++++++++++++++++++
 cmd/os_mgmt/port/zephyr/src/zephyr_os_mgmt.c  | 44 +++++++++++++
 cmd/os_mgmt/src/os_mgmt.c                     | 89 +++++++++++++++++++++++++--
 cmd/os_mgmt/src/stubs.c                       | 19 ++++++
 mgmt/include/mgmt/mgmt.h                      |  5 +-
 mgmt/src/mgmt.c                               |  3 +-
 smp/src/smp.c                                 |  6 +-
 11 files changed, 314 insertions(+), 15 deletions(-)
 create mode 100644 cmd/img_mgmt/src/stubs.c
 create mode 100644 cmd/os_mgmt/src/stubs.c

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" <commits@mynewt.apache.org>'].

Reply via email to