You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ry...@apache.org on 2018/01/18 13:01:13 UTC

[mynewt-core] branch master updated (afa2664 -> 1ce6bb0)

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

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


    from afa2664  Merge pull request #741 from sjanc/non-conn-adv
     add 0899dc0  nimble/ble_ll: Add support for HCI Test commands
     new 1ce6bb0  Merge pull request #742 from rymanluk/hci_test_cmd

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/nrf52/src/ble_phy.c              |  13 +
 net/nimble/controller/include/controller/ble_ll.h  |   1 +
 .../controller/include/controller/ble_ll_sched.h   |   5 +
 net/nimble/controller/include/controller/ble_phy.h |   5 +
 net/nimble/controller/src/ble_ll.c                 |  36 ++
 net/nimble/controller/src/ble_ll_dtm.c             | 494 +++++++++++++++++++++
 .../src/ble_ll_dtm_priv.h}                         |  28 +-
 net/nimble/controller/src/ble_ll_hci.c             |  21 +
 net/nimble/controller/src/ble_ll_sched.c           |  60 +++
 net/nimble/controller/src/ble_ll_supp_cmd.c        |  17 +
 net/nimble/controller/syscfg.yml                   |   5 +
 net/nimble/host/src/ble_hs_hci_cmd.c               |   4 +-
 net/nimble/include/nimble/hci_common.h             |   8 +-
 net/nimble/src/hci_common.c                        |   4 +-
 14 files changed, 677 insertions(+), 24 deletions(-)
 create mode 100644 net/nimble/controller/src/ble_ll_dtm.c
 copy net/nimble/{host/include/host/ble_hs_id.h => controller/src/ble_ll_dtm_priv.h} (59%)

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" <co...@mynewt.apache.org>'].

[mynewt-core] 01/01: Merge pull request #742 from rymanluk/hci_test_cmd

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

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

commit 1ce6bb0cb4605716f05ef87bbaf99f65315092be
Merge: afa2664 0899dc0
Author: Ɓukasz Rymanowski <lu...@codecoup.pl>
AuthorDate: Thu Jan 18 14:01:10 2018 +0100

    Merge pull request #742 from rymanluk/hci_test_cmd
    
    nimble/ble_ll: Add support for HCI Test commands

 hw/drivers/nimble/nrf52/src/ble_phy.c              |  13 +
 net/nimble/controller/include/controller/ble_ll.h  |   1 +
 .../controller/include/controller/ble_ll_sched.h   |   5 +
 net/nimble/controller/include/controller/ble_phy.h |   5 +
 net/nimble/controller/src/ble_ll.c                 |  36 ++
 net/nimble/controller/src/ble_ll_dtm.c             | 494 +++++++++++++++++++++
 net/nimble/controller/src/ble_ll_dtm_priv.h        |  36 ++
 net/nimble/controller/src/ble_ll_hci.c             |  21 +
 net/nimble/controller/src/ble_ll_sched.c           |  60 +++
 net/nimble/controller/src/ble_ll_supp_cmd.c        |  17 +
 net/nimble/controller/syscfg.yml                   |   5 +
 net/nimble/host/src/ble_hs_hci_cmd.c               |   4 +-
 net/nimble/include/nimble/hci_common.h             |   8 +-
 net/nimble/src/hci_common.c                        |   4 +-
 14 files changed, 701 insertions(+), 8 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <co...@mynewt.apache.org>.