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/03/21 14:01:32 UTC

[mynewt-nimble] branch master updated (223b0d4 -> 758de7a)

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

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


    from 223b0d4  Merge pull request #10 from michal-narajowski/mesh-mbuf-leak-fix
     add 60d1cd7  mesh: Add example implementation of generic onoff and level models
     new 758de7a  Merge pull request #11 from michal-narajowski/mesh-onoff-level-models

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:
 nimble/host/mesh/include/mesh/glue.h |   1 +
 nimble/host/mesh/src/access.c        |   7 +
 nimble/host/mesh/src/light_model.c   | 174 ++++++++++++++++++++++
 nimble/host/mesh/src/light_model.h   |  26 ++++
 nimble/host/mesh/src/mesh_priv.h     |  13 ++
 nimble/host/mesh/src/model_cli.c     | 274 +++++++++++++++++++++++++++++++++++
 nimble/host/mesh/src/model_cli.h     |  43 ++++++
 nimble/host/mesh/src/model_srv.c     | 136 +++++++++++++++++
 nimble/host/mesh/src/model_srv.h     |  34 +++++
 nimble/host/mesh/src/shell.c         | 186 +++++++++++++++++++++++-
 nimble/host/mesh/syscfg.yml          |   6 +
 11 files changed, 895 insertions(+), 5 deletions(-)
 create mode 100644 nimble/host/mesh/src/light_model.c
 create mode 100644 nimble/host/mesh/src/light_model.h
 create mode 100644 nimble/host/mesh/src/model_cli.c
 create mode 100644 nimble/host/mesh/src/model_cli.h
 create mode 100644 nimble/host/mesh/src/model_srv.c
 create mode 100644 nimble/host/mesh/src/model_srv.h

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

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

Posted by na...@apache.org.
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 758de7ab8c25567da078e60adc0f7ab315ab05bf
Merge: 223b0d4 60d1cd7
Author: MichaƂ Narajowski <mi...@codecoup.pl>
AuthorDate: Wed Mar 21 15:01:30 2018 +0100

    Merge pull request #11 from michal-narajowski/mesh-onoff-level-models
    
    mesh: Add example implementation of generic onoff and level models

 nimble/host/mesh/include/mesh/glue.h |   1 +
 nimble/host/mesh/src/access.c        |   7 +
 nimble/host/mesh/src/light_model.c   | 174 ++++++++++++++++++++++
 nimble/host/mesh/src/light_model.h   |  26 ++++
 nimble/host/mesh/src/mesh_priv.h     |  13 ++
 nimble/host/mesh/src/model_cli.c     | 274 +++++++++++++++++++++++++++++++++++
 nimble/host/mesh/src/model_cli.h     |  43 ++++++
 nimble/host/mesh/src/model_srv.c     | 136 +++++++++++++++++
 nimble/host/mesh/src/model_srv.h     |  34 +++++
 nimble/host/mesh/src/shell.c         | 186 +++++++++++++++++++++++-
 nimble/host/mesh/syscfg.yml          |   6 +
 11 files changed, 895 insertions(+), 5 deletions(-)

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