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/04/05 09:09:43 UTC

[mynewt-nimble] branch master updated (ecf9f25 -> 38e1c2e)

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 ecf9f25  nimble/hci: Solving Array packing in ble_hs_test_util_hci_rx_num_completed_pkts_event.
     new 99ae4ed  nimble/transport: Add transport for DA1469x CMAC
     new 38e1c2e  nimble/transport: Add 'da1469x' to transport choices

The 3202 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/transport/da1469x/.gitignore            |   2 +
 nimble/transport/da1469x/README                |  10 +
 nimble/transport/{uart => da1469x}/pkg.yml     |  20 +-
 nimble/transport/da1469x/src/da1469x_ble_hci.c | 368 +++++++++++++++++++++++++
 nimble/transport/{ram => da1469x}/syscfg.yml   |   7 +-
 nimble/transport/pkg.yml                       |   3 +
 nimble/transport/syscfg.yml                    |   1 +
 7 files changed, 398 insertions(+), 13 deletions(-)
 create mode 100644 nimble/transport/da1469x/.gitignore
 create mode 100644 nimble/transport/da1469x/README
 copy nimble/transport/{uart => da1469x}/pkg.yml (66%)
 create mode 100644 nimble/transport/da1469x/src/da1469x_ble_hci.c
 copy nimble/transport/{ram => da1469x}/syscfg.yml (90%)