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/11/22 18:22:35 UTC

[mynewt-nimble] branch master updated (584ba1b -> 0839723)

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 584ba1b  nimble/ll: Fix concurrent ext adv and scan
     add 0839723  nimble/transport/da1469x: Add CMAC driver

No new revisions were added by this update.

Summary of changes:
 nimble/transport/da1469x/README                    |  15 +-
 .../cmac_driver/include/cmac_driver/cmac_host.h}   |  19 +-
 .../transport/da1469x/cmac_driver}/pkg.yml         |  13 +-
 .../da1469x/cmac_driver/scripts/build_libcmac.sh   |  51 ++++
 .../transport/da1469x/cmac_driver/src/cmac_host.c  | 326 +++++++++++++++++++++
 .../da1469x/cmac_driver}/syscfg.yml                |   7 +-
 nimble/transport/da1469x/pkg.yml                   |   8 +-
 nimble/transport/da1469x/src/da1469x_ble_hci.c     |  14 +-
 8 files changed, 412 insertions(+), 41 deletions(-)
 copy nimble/{host/services/bleuart/include/bleuart/bleuart.h => transport/da1469x/cmac_driver/include/cmac_driver/cmac_host.h} (76%)
 copy {porting/targets/dummy_app => nimble/transport/da1469x/cmac_driver}/pkg.yml (80%)
 create mode 100755 nimble/transport/da1469x/cmac_driver/scripts/build_libcmac.sh
 create mode 100644 nimble/transport/da1469x/cmac_driver/src/cmac_host.c
 copy nimble/{host/services/ipss => transport/da1469x/cmac_driver}/syscfg.yml (85%)