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 b46b2b4  nimble/plna: Fix bypass on SKY66112
     new 22b38cc  nimble/ll: Add ll_tmr
     new 7cac65c  nimble/ll: Add support for non-32768 os_cputime freq

The 2 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      |  18 +--
 .../controller/include/controller/ble_ll_rfmgmt.h  |   4 +-
 nimble/controller/include/controller/ble_ll_scan.h |   4 +-
 .../controller/include/controller/ble_ll_sched.h   |   1 -
 nimble/controller/include/controller/ble_ll_tmr.h  | 169 +++++++++++++++++++++
 nimble/controller/src/ble_ll.c                     |   1 -
 nimble/controller/src/ble_ll_adv.c                 |  96 ++++++------
 nimble/controller/src/ble_ll_conn.c                | 107 +++++--------
 nimble/controller/src/ble_ll_ctrl.c                |   4 +-
 nimble/controller/src/ble_ll_dtm.c                 |  19 +--
 nimble/controller/src/ble_ll_rfmgmt.c              |  26 ++--
 nimble/controller/src/ble_ll_scan.c                |  32 ++--
 nimble/controller/src/ble_ll_sched.c               | 147 +++++++-----------
 nimble/controller/src/ble_ll_sync.c                |  52 ++-----
 nimble/controller/src/ble_ll_utils.c               |   3 +-
 nimble/controller/syscfg.yml                       |   1 -
 nimble/drivers/nrf52/src/ble_phy.c                 |   2 +
 17 files changed, 370 insertions(+), 316 deletions(-)
 create mode 100644 nimble/controller/include/controller/ble_ll_tmr.h

Reply via email to