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 2017/04/11 22:45:42 UTC

[13/14] incubator-mynewt-core git commit: This closes #224.

This closes #224.

Merge branch 'csa2' of https://github.com/sjanc/incubator-mynewt-core into bluetooth5


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/ebd6189a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/ebd6189a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/ebd6189a

Branch: refs/heads/bluetooth5
Commit: ebd6189a43c0fcc6363a80602e13048d83a363f9
Parents: 646b35d 1630d8e
Author: Andrzej Kaczmarek <an...@codecoup.pl>
Authored: Wed Apr 12 00:45:08 2017 +0200
Committer: Andrzej Kaczmarek <an...@codecoup.pl>
Committed: Wed Apr 12 00:45:08 2017 +0200

----------------------------------------------------------------------
 .../controller/include/controller/ble_ll.h      |  37 ++-
 .../controller/include/controller/ble_ll_conn.h |   9 +-
 .../controller/include/controller/ble_ll_ctrl.h |   2 +-
 .../controller/include/controller/ble_ll_test.h |  35 +++
 net/nimble/controller/src/ble_ll.c              |  11 +-
 net/nimble/controller/src/ble_ll_adv.c          |  13 ++
 net/nimble/controller/src/ble_ll_conn.c         | 229 ++++++++++++++-----
 net/nimble/controller/src/ble_ll_conn_hci.c     |   5 +
 net/nimble/controller/src/ble_ll_ctrl.c         |  14 +-
 net/nimble/controller/src/ble_ll_hci.c          |   3 +-
 net/nimble/controller/src/ble_ll_hci_ev.c       |  27 ++-
 net/nimble/controller/src/ble_ll_sched.c        |   1 +
 net/nimble/controller/src/ble_ll_xcvr.c         |   1 +
 net/nimble/controller/syscfg.yml                |   6 +
 net/nimble/controller/test/pkg.yml              |  33 +++
 .../controller/test/src/ble_ll_csa2_test.c      | 123 ++++++++++
 net/nimble/controller/test/src/ble_ll_test.c    |  40 ++++
 net/nimble/controller/test/syscfg.yml           |  22 ++
 net/nimble/include/nimble/hci_common.h          |   3 +
 19 files changed, 534 insertions(+), 80 deletions(-)
----------------------------------------------------------------------