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 d989c69  Merge pull request #95 from turon/pr/hci_sock
     add b8a8816  nimble/host: Fix HCI command processing when using host only
     add c29971e  porting: Add Mesh files to Makefile
     add a1005bd  porting: Add missing API functions used by Mesh
     add b029b90  mesh: Initialize mesh adv thread only if building with Mynewt
     add 0fd550b  mesh: Use Nimble Porting Layer
     new 9c3fe25  Merge pull request #98 from michal-narajowski/mesh-npl

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               | 31 ++++++-------
 nimble/host/mesh/include/mesh/porting.h            | 19 ++++++++
 nimble/host/mesh/src/access.c                      |  4 +-
 nimble/host/mesh/src/adv.c                         | 41 ++++++++--------
 nimble/host/mesh/src/adv.h                         |  2 +-
 nimble/host/mesh/src/beacon.c                      |  2 +-
 nimble/host/mesh/src/cfg_srv.c                     |  4 +-
 nimble/host/mesh/src/friend.c                      |  8 ++--
 nimble/host/mesh/src/glue.c                        | 54 +++++++++++-----------
 nimble/host/mesh/src/health_srv.c                  |  4 +-
 nimble/host/mesh/src/lpn.c                         |  2 +-
 nimble/host/mesh/src/net.c                         |  4 +-
 nimble/host/mesh/src/net.h                         |  2 +-
 nimble/host/mesh/src/prov.c                        |  2 +-
 nimble/host/mesh/src/proxy.c                       |  9 ++--
 nimble/host/mesh/src/transport.c                   |  8 ++--
 nimble/host/src/ble_hs_hci_cmd.c                   |  5 +-
 nimble/include/nimble/nimble_npl.h                 | 12 +++++
 porting/nimble/Makefile.defs                       |  4 ++
 porting/nimble/Makefile.mesh                       | 25 ++++++++++
 .../npl/freertos/include/nimble/nimble_npl_os.h    | 31 +++++++++++++
 porting/npl/freertos/include/nimble/npl_freertos.h |  5 ++
 porting/npl/freertos/src/npl_os_freertos.c         | 38 +++++++++++++--
 porting/npl/mynewt/include/nimble/nimble_npl_os.h  | 32 +++++++++++++
 24 files changed, 254 insertions(+), 94 deletions(-)
 create mode 100644 nimble/host/mesh/include/mesh/porting.h
 create mode 100644 porting/nimble/Makefile.mesh

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to