You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2018/05/24 16:02:40 UTC

[mynewt-nimble] branch master updated (4df446f -> f6bd8dc)

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

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


    from 4df446f  Merge pull request #108 from rymanluk/ll_assert
     add 66eaa96  nimble/ll: Fix build with DTM enabled
     add 421daef  nimble/ll: Fix build with ext adv enabled
     add 961fff5  nimble/host: Fix missing NPL usage
     add 916cada  nimble/host: Fix build with host flow enabled
     add 75a8801  porting: Update os_mempool
     add b1855eb  porting: Fix unused parameter warning
     new f6bd8dc  Merge pull request #113 from andrzej-kaczmarek/npl-dev

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/controller/src/ble_ll.c         |  2 +-
 nimble/controller/src/ble_ll_adv.c     |  1 +
 nimble/controller/src/ble_ll_hci.c     |  2 +-
 nimble/host/src/ble_gap.c              |  4 +--
 nimble/host/src/ble_hs.c               | 16 +++++++-----
 nimble/host/src/ble_hs_flow.c          | 28 ++++++++++-----------
 porting/nimble/include/log/log.h       |  1 +
 porting/nimble/include/os/os_mempool.h | 10 ++++++++
 porting/nimble/src/os_mempool.c        | 45 ++++++++++++++++++++++++++++++++--
 9 files changed, 83 insertions(+), 26 deletions(-)

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

[mynewt-nimble] 01/01: Merge pull request #113 from andrzej-kaczmarek/npl-dev

Posted by an...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f6bd8dc1f496557523697825f806d22bf73acb21
Merge: 4df446f b1855eb
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Thu May 24 18:02:38 2018 +0200

    Merge pull request #113 from andrzej-kaczmarek/npl-dev
    
    porting: Fix multiple build errors on non-Mynewt builds

 nimble/controller/src/ble_ll.c         |  2 +-
 nimble/controller/src/ble_ll_adv.c     |  1 +
 nimble/controller/src/ble_ll_hci.c     |  2 +-
 nimble/host/src/ble_gap.c              |  4 +--
 nimble/host/src/ble_hs.c               | 16 +++++++-----
 nimble/host/src/ble_hs_flow.c          | 28 ++++++++++-----------
 porting/nimble/include/log/log.h       |  1 +
 porting/nimble/include/os/os_mempool.h | 10 ++++++++
 porting/nimble/src/os_mempool.c        | 45 ++++++++++++++++++++++++++++++++--
 9 files changed, 83 insertions(+), 26 deletions(-)


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