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 f740c39b targets: Restore example targets
     new 0bc085e1 nimble/ll/test: Add unit test for BIG/BIS aa
     new 84f50834 nimble/ll/test: Add crypto unit tests
     new 2f984a3c nimble/ll/test: Cleanup tests

The 3 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_test.h |  35 -----
 nimble/controller/test/src/ble_ll_aa_test.c        | 103 +++++++++++++++
 nimble/controller/test/src/ble_ll_crypto_test.c    | 147 +++++++++++++++++++++
 nimble/controller/test/src/ble_ll_csa2_test.c      |  11 +-
 nimble/controller/test/src/ble_ll_csa2_test.h      |  27 ----
 nimble/controller/test/src/ble_ll_test.c           |  15 ++-
 6 files changed, 263 insertions(+), 75 deletions(-)
 delete mode 100644 nimble/controller/include/controller/ble_ll_test.h
 create mode 100644 nimble/controller/test/src/ble_ll_aa_test.c
 create mode 100644 nimble/controller/test/src/ble_ll_crypto_test.c
 delete mode 100644 nimble/controller/test/src/ble_ll_csa2_test.h

Reply via email to