You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by na...@apache.org on 2018/04/30 09:27:42 UTC

[mynewt-nimble] 01/01: Merge pull request #17 from michal-narajowski/mesh-models

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

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

commit c3be6181c5dea9136d8007f377eebfbde86ce2fb
Merge: 706fd6d 336dd31
Author: MichaƂ Narajowski <mi...@codecoup.pl>
AuthorDate: Mon Apr 30 11:27:39 2018 +0200

    Merge pull request #17 from michal-narajowski/mesh-models
    
    Mesh models fixes

 nimble/host/mesh/include/mesh/cfg_srv.h            |   1 +
 nimble/host/mesh/{src => include/mesh}/model_cli.h |   0
 nimble/host/mesh/{src => include/mesh}/model_srv.h |  16 +-
 nimble/host/mesh/include/mesh/testing.h            |   7 +
 nimble/host/mesh/src/access.c                      |   2 +-
 nimble/host/mesh/src/cfg_srv.c                     |   4 +-
 nimble/host/mesh/src/light_model.c                 | 132 +--------
 nimble/host/mesh/src/light_model.h                 |  11 +-
 nimble/host/mesh/src/mesh_priv.h                   |   5 +-
 nimble/host/mesh/src/model_cli.c                   |   2 +-
 nimble/host/mesh/src/model_srv.c                   |  66 ++++-
 nimble/host/mesh/src/shell.c                       | 301 ++++++++++++---------
 nimble/host/mesh/src/testing.c                     |  19 ++
 nimble/host/mesh/syscfg.yml                        |  33 ++-
 14 files changed, 326 insertions(+), 273 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
naraj@apache.org.