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 e026626 Merge pull request #111 from andrzej-kaczmarek/npl-riot
add 773bd4c nimble/phy: Update ISR tracing
add ddfe8fe porting: Update NPL with latest tracing API
add d73572e nimble/ll: Use logging via sysview
new 23093db Merge pull request #104 from andrzej-kaczmarek/systemview
The 1 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 | 31 ------
.../controller/include/controller/ble_ll_trace.h | 92 +++++++++++++++++
.../controller/include/controller/ble_phy_trace.h | 94 +++++++++++++++++
nimble/controller/src/ble_ll.c | 101 +++---------------
nimble/controller/src/ble_ll_adv.c | 13 ++-
nimble/controller/src/ble_ll_conn.c | 38 +++----
nimble/controller/src/ble_ll_ctrl.c | 3 +-
nimble/controller/src/ble_ll_scan.c | 1 -
nimble/controller/src/ble_ll_sched.c | 7 +-
nimble/controller/src/ble_ll_trace.c | 53 ++++++++++
nimble/controller/src/ble_ll_xcvr.c | 4 -
nimble/controller/syscfg.yml | 5 +
nimble/drivers/nrf51/src/ble_hw.c | 5 +
nimble/drivers/nrf51/src/ble_phy.c | 21 ++--
nimble/drivers/nrf52/src/ble_hw.c | 6 +-
nimble/drivers/nrf52/src/ble_phy.c | 22 ++--
.../nrf52/src/ble_phy_trace.c} | 30 +++---
nimble/drivers/nrf52/syscfg.yml | 5 +
porting/nimble/include/os/os_trace_api.h | 115 ++++++++++++++++-----
19 files changed, 433 insertions(+), 213 deletions(-)
create mode 100644 nimble/controller/include/controller/ble_ll_trace.h
create mode 100644 nimble/controller/include/controller/ble_phy_trace.h
create mode 100644 nimble/controller/src/ble_ll_trace.c
copy nimble/{controller/test/src/ble_ll_test.c =>
drivers/nrf52/src/ble_phy_trace.c} (57%)
--
To stop receiving notification emails like this one, please contact
[email protected].