You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ja...@apache.org on 2019/01/17 17:38:49 UTC

[mynewt-nimble] branch master updated (1049b46 -> ac5752c)

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

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


    from 1049b46  nimble/ll: Fix rescheduling connection
     new b823639  nimble/ll: Remove leftover ble_phy_rssi_get declaration
     new 822e6b8  nimble/ll: Fix power value rounding for nRF52
     new f769e42  nimble/ll: Add support for RX/TX power with RF path compensation
     new ac5752c  Merge pull request #297 from sjanc/rxtx_comp

The 3026 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/include/controller/ble_ll_hci.h |  3 +
 nimble/controller/include/controller/ble_phy.h    |  6 +-
 nimble/controller/src/ble_ll_adv.c                |  4 +-
 nimble/controller/src/ble_ll_hci.c                | 74 +++++++++++++++++++++++
 nimble/controller/src/ble_ll_supp_cmd.c           |  6 +-
 nimble/drivers/native/src/ble_phy.c               | 12 +++-
 nimble/drivers/nrf51/src/ble_phy.c                | 12 +++-
 nimble/drivers/nrf52/src/ble_phy.c                | 63 ++++++++++++-------
 8 files changed, 148 insertions(+), 32 deletions(-)