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 2019/01/25 15:13:01 UTC

[mynewt-nimble] branch master updated (ab8bc74 -> 05c45c1)

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


    from ab8bc74  nimble/ll: Fix access address computation
     new 6ab40a1  nimble/ll: Add API to set controller public address
     new 05c45c1  nimble/hw: Remove reading public address fom UICR

The 3035 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.h |  9 ++++++++
 nimble/controller/src/ble_ll.c                | 33 +++++++++++++++++++--------
 nimble/drivers/nrf51/src/ble_hw.c             | 30 ++++++------------------
 nimble/drivers/nrf52/src/ble_hw.c             | 29 ++++++++---------------
 4 files changed, 49 insertions(+), 52 deletions(-)