This is an automated email from the ASF dual-hosted git repository.

janc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git


    from 6d153f934 apps: Fix x64 native btshell build
     new 58eb40825 nimble: host: Add initial support for CS HCI
     new f63932665 nimble: controller: Add initial support for CS HCI

The 2 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    |  83 +--
 nimble/controller/include/controller/ble_ll_cs.h |  51 ++
 nimble/controller/src/ble_ll.c                   |   5 +
 nimble/controller/src/ble_ll_cs.c                | 119 ++++
 nimble/controller/src/ble_ll_hci.c               |  47 ++
 nimble/controller/syscfg.yml                     |   8 +
 nimble/host/include/host/ble_cs.h                |  57 ++
 nimble/host/src/ble_cs.c                         | 731 +++++++++++++++++++++++
 nimble/host/src/ble_cs_priv.h                    |  31 +
 nimble/host/src/ble_hs_hci_evt.c                 |  13 +
 nimble/host/src/ble_hs_startup.c                 |  17 +
 nimble/include/nimble/hci_common.h               | 302 ++++++++++
 nimble/syscfg.yml                                |   5 +
 nimble/transport/syscfg.yml                      |   4 +
 14 files changed, 1433 insertions(+), 40 deletions(-)
 create mode 100644 nimble/controller/include/controller/ble_ll_cs.h
 create mode 100644 nimble/controller/src/ble_ll_cs.c
 create mode 100644 nimble/host/include/host/ble_cs.h
 create mode 100644 nimble/host/src/ble_cs.c
 create mode 100644 nimble/host/src/ble_cs_priv.h

Reply via email to