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/01/25 09:39:20 UTC

[mynewt-core] branch master updated (12db13d -> 997f987)

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-core.git.


    from 12db13d  Merge pull request #761 from andrzej-kaczmarek/nimble-gap-extadv-fix
     add b405472  nimble/ll: Keep instance adv data in mbufs
     add 333a4e9  nimble/phy: Allow ble_phy_tx without mbuf
     new 997f987  Merge pull request #755 from andrzej-kaczmarek/nimble-ll-mbuf

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:
 hw/drivers/nimble/native/src/ble_phy.c             |  12 +-
 hw/drivers/nimble/nrf51/src/ble_phy.c              |  40 ++--
 hw/drivers/nimble/nrf52/src/ble_phy.c              |  30 +--
 net/nimble/controller/include/controller/ble_ll.h  |   3 +
 net/nimble/controller/include/controller/ble_phy.h |   5 +-
 net/nimble/controller/src/ble_ll.c                 |  18 ++
 net/nimble/controller/src/ble_ll_adv.c             | 260 ++++++++++-----------
 net/nimble/controller/src/ble_ll_conn.c            |   4 +-
 net/nimble/controller/src/ble_ll_scan.c            |   3 +-
 9 files changed, 191 insertions(+), 184 deletions(-)

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

[mynewt-core] 01/01: Merge pull request #755 from andrzej-kaczmarek/nimble-ll-mbuf

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-core.git

commit 997f9874d76429cb643cb3c471f68cd18457a815
Merge: 12db13d 333a4e9
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Thu Jan 25 10:39:17 2018 +0100

    Merge pull request #755 from andrzej-kaczmarek/nimble-ll-mbuf
    
    nimble: mbuf optimization in controller

 hw/drivers/nimble/native/src/ble_phy.c             |  12 +-
 hw/drivers/nimble/nrf51/src/ble_phy.c              |  40 ++--
 hw/drivers/nimble/nrf52/src/ble_phy.c              |  30 +--
 net/nimble/controller/include/controller/ble_ll.h  |   3 +
 net/nimble/controller/include/controller/ble_phy.h |   5 +-
 net/nimble/controller/src/ble_ll.c                 |  18 ++
 net/nimble/controller/src/ble_ll_adv.c             | 260 ++++++++++-----------
 net/nimble/controller/src/ble_ll_conn.c            |   4 +-
 net/nimble/controller/src/ble_ll_scan.c            |   3 +-
 9 files changed, 191 insertions(+), 184 deletions(-)

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