You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2018/07/02 20:08:43 UTC

[mynewt-core] 01/01: Merge pull request #1234 from ccollins476ad/img_upload_cb

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

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

commit bacf116b31d26f7c0ee47483c1e11fe0ab9e94f2
Merge: 53a616c 7d38c78
Author: ccollins476ad <cc...@gmail.com>
AuthorDate: Mon Jul 2 13:08:40 2018 -0700

    Merge pull request #1234 from ccollins476ad/img_upload_cb
    
    mgmt/imgmgr: Allow app to reject image upload reqs

 mgmt/imgmgr/include/imgmgr/imgmgr.h |  36 ++++
 mgmt/imgmgr/src/imgmgr.c            | 398 ++++++++++++++++++++++++------------
 mgmt/imgmgr/src/imgmgr_priv.h       |  16 --
 3 files changed, 307 insertions(+), 143 deletions(-)