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:53 UTC

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

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(-)