You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ja...@apache.org on 2018/11/08 08:27:52 UTC

[mynewt-mcumgr] branch master updated (6251689 -> 5ac2810)

This is an automated email from the ASF dual-hosted git repository.

janc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-mcumgr.git.


    from 6251689  Merge pull request #13 from sjanc/resume
     add 1ffc78b  Add event callbacks on command handlers
     new 5ac2810  Merge pull request #16 from MariuszSkamra/cmd_cbs

The 1 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.h |  7 +++++
 cmd/img_mgmt/src/img_mgmt.c              | 10 +++++++
 mgmt/include/mgmt/mgmt.h                 | 51 ++++++++++++++++++++++++++++++++
 mgmt/src/mgmt.c                          | 15 ++++++++++
 smp/src/smp.c                            | 50 ++++++++++++++++++++-----------
 5 files changed, 116 insertions(+), 17 deletions(-)


[mynewt-mcumgr] 01/01: Merge pull request #16 from MariuszSkamra/cmd_cbs

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-mcumgr.git

commit 5ac2810940bbd9f5fcdbeb586f75bd7d70ae6332
Merge: 6251689 1ffc78b
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Thu Nov 8 09:27:47 2018 +0100

    Merge pull request #16 from MariuszSkamra/cmd_cbs
    
    Add event callbacks on command handlers

 cmd/img_mgmt/include/img_mgmt/img_mgmt.h |  7 +++++
 cmd/img_mgmt/src/img_mgmt.c              | 10 +++++++
 mgmt/include/mgmt/mgmt.h                 | 51 ++++++++++++++++++++++++++++++++
 mgmt/src/mgmt.c                          | 15 ++++++++++
 smp/src/smp.c                            | 50 ++++++++++++++++++++-----------
 5 files changed, 116 insertions(+), 17 deletions(-)