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

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


    from 30370ff  host/ble_gattc: Cancel prepered writes if data doesn't match 
in response
     add 403ae02  transport: Add bridge transport
     add 11b8107  apps: Add blehcibridge application
     add 4386bb4  apps: Update transport selection method
     add 390744d  transport: Bridge build workaround

No new revisions were added by this update.

Summary of changes:
 apps/{blehci => blehcibridge}/pkg.yml              | 14 +++++--
 apps/{blehci => blehcibridge}/src/main.c           | 38 ++++++++++++++++-
 apps/{blehci => blehcibridge}/syscfg.yml           | 17 +++++++-
 nimble/controller/test/pkg.yml                     |  2 +-
 nimble/controller/test/syscfg.yml                  |  1 +
 nimble/host/test/pkg.yml                           |  2 +-
 nimble/host/test/syscfg.yml                        |  1 +
 nimble/transport/da1469x/syscfg.yml                | 30 ++++----------
 .../dialog_cmac/cmac_driver/diag/src/cmac_diag.c   |  2 +-
 .../cmac_driver/include/cmac_driver/cmac_shared.h  |  4 +-
 nimble/transport/dialog_cmac/cmac_driver/pkg.yml   |  3 ++
 .../dialog_cmac/cmac_driver/src/cmac_mbox.c        |  4 +-
 .../dialog_cmac/cmac_driver/src/cmac_rand.c        |  2 +-
 .../dialog_cmac/cmac_driver/src/cmac_shared.c      |  6 +--
 .../dialog_cmac/src/ble_hci_cmac_common.c          |  8 ++++
 nimble/transport/dialog_cmac/src/ble_hci_cmac_hs.c | 23 ++++++++++-
 .../transport/dialog_cmac/src/ble_hci_trans_h4.c   | 10 ++---
 nimble/transport/dialog_cmac/syscfg.yml            | 30 ++++----------
 nimble/transport/emspi/syscfg.yml                  | 31 ++++----------
 nimble/transport/nrf5340/src/nrf5340_ble_hci.c     | 44 +++++++++++++++++---
 nimble/transport/nrf5340/syscfg.yml                | 33 +++++----------
 nimble/transport/pkg.yml                           |  6 +++
 nimble/transport/ram/syscfg.yml                    | 29 ++++---------
 nimble/transport/socket/syscfg.yml                 | 27 ++++--------
 nimble/transport/syscfg.yml                        | 48 ++++++++++++++++++++++
 nimble/transport/uart/src/ble_hci_uart.c           | 16 ++++----
 nimble/transport/uart/syscfg.yml                   | 25 ++++-------
 nimble/transport/usb/pkg.yml                       |  1 +
 nimble/transport/usb/syscfg.yml                    | 25 ++++-------
 29 files changed, 276 insertions(+), 206 deletions(-)
 copy apps/{blehci => blehcibridge}/pkg.yml (78%)
 copy apps/{blehci => blehcibridge}/src/main.c (57%)
 copy apps/{blehci => blehcibridge}/syscfg.yml (75%)

Reply via email to