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/05/18 08:51:25 UTC

[12/12] incubator-mynewt-core git commit: This closes #283.

This closes #283.

Merge branch 'bt5_phy' of https://github.com/andrzej-kaczmarek/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/e84df52d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/e84df52d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/e84df52d

Branch: refs/heads/bluetooth5
Commit: e84df52ddba83e5a10dc0ab9fea9ad8c408ba9d5
Parents: 2446dcb 5a8f516
Author: Andrzej Kaczmarek <an...@codecoup.pl>
Authored: Thu May 18 10:50:50 2017 +0200
Committer: Andrzej Kaczmarek <an...@codecoup.pl>
Committed: Thu May 18 10:50:50 2017 +0200

----------------------------------------------------------------------
 hw/drivers/nimble/nrf51/src/ble_phy.c           |  14 +-
 hw/drivers/nimble/nrf52/src/ble_phy.c           | 167 ++++++++++++-------
 .../controller/include/controller/ble_ll_conn.h |   8 +-
 .../controller/include/controller/ble_phy.h     |  32 ++--
 net/nimble/controller/src/ble_ll.c              |   2 +-
 net/nimble/controller/src/ble_ll_adv.c          |   4 +-
 net/nimble/controller/src/ble_ll_conn.c         | 113 +++++++++----
 net/nimble/controller/src/ble_ll_conn_hci.c     |  10 +-
 net/nimble/controller/src/ble_ll_ctrl.c         |  70 ++++----
 net/nimble/controller/src/ble_ll_scan.c         |   2 +-
 net/nimble/controller/src/ble_ll_sched.c        |   4 +-
 11 files changed, 264 insertions(+), 162 deletions(-)
----------------------------------------------------------------------