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 439047b3 ci: Remove Travis integration
new e72a20a1 nimble: Cleanup ISO HCI commands/events defs
new 6e9b61b1 nimble/ll: Add few useful macros
new a7861f3c nimble/ll: Add helper to calculate Seed AA
new 5652310e nimble/ll: Add helper to calculate BIG AA
new 5b87eb0b nimble/ll: Add helper to validate AA
new 32814579 nimble/ll: Rename helper to calculate AA
new c7381e88 nimble/ll: Add ble_ll_pdu
new d9fbaccd nimble/ll: Remove ble_ll_pdu_tx_time_get
new 6c124515 nimble/ll: Add some crypto functions
The 9 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 | 4 -
.../controller/include/controller/ble_ll_crypto.h | 32 +--
.../include/controller/ble_ll_pdu.h} | 16 +-
.../controller/include/controller/ble_ll_utils.h | 10 +-
nimble/controller/pkg.yml | 1 +
nimble/controller/src/ble_ll.c | 59 +----
nimble/controller/src/ble_ll_adv.c | 39 ++--
nimble/controller/src/ble_ll_conn.c | 23 +-
nimble/controller/src/ble_ll_crypto.c | 62 ++++++
nimble/controller/src/ble_ll_dtm.c | 3 +-
nimble/controller/src/ble_ll_hci.c | 2 +-
nimble/controller/src/ble_ll_pdu.c | 58 +++++
nimble/controller/src/ble_ll_scan_aux.c | 3 +-
nimble/controller/src/ble_ll_sched.c | 5 +-
nimble/controller/src/ble_ll_utils.c | 221 ++++++++++++-------
nimble/include/nimble/hci_common.h | 240 ++++++++++++---------
16 files changed, 480 insertions(+), 298 deletions(-)
copy porting/nimble/include/log/log.h =>
nimble/controller/include/controller/ble_ll_crypto.h (60%)
copy nimble/{drivers/fem/nrf21540/include/nrf21540/nrf21540.h =>
controller/include/controller/ble_ll_pdu.h} (70%)
create mode 100644 nimble/controller/src/ble_ll_crypto.c
create mode 100644 nimble/controller/src/ble_ll_pdu.c