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 2022/03/17 10:50:32 UTC

[mynewt-nimble] 22/22: targets: Update to new transport

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

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

commit f1a5658408eed1a78f8e17a83c6e44e8d25686fd
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Thu Mar 17 10:14:22 2022 +0100

    targets: Update to new transport
---
 targets/dialog_cmac/syscfg.yml                | 2 +-
 targets/nordic_pca10056-blehci-usb/syscfg.yml | 2 +-
 targets/nordic_pca10095_net-blehci/syscfg.yml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/targets/dialog_cmac/syscfg.yml b/targets/dialog_cmac/syscfg.yml
index 3a8895d..71a109a 100644
--- a/targets/dialog_cmac/syscfg.yml
+++ b/targets/dialog_cmac/syscfg.yml
@@ -22,7 +22,7 @@ syscfg.vals:
     MCU_SLP_TIMER: 1
     MCU_SLP_TIMER_32K_ONLY: 1
 
-    BLE_HCI_TRANSPORT: dialog_cmac
+    BLE_TRANSPORT_HS: dialog_cmac
 
     # LL recommended settings (decreasing timing values is not recommended)
     BLE_LL_CFG_FEAT_CTRL_TO_HOST_FLOW_CONTROL: 1
diff --git a/targets/nordic_pca10056-blehci-usb/syscfg.yml b/targets/nordic_pca10056-blehci-usb/syscfg.yml
index e664792..f2579c1 100644
--- a/targets/nordic_pca10056-blehci-usb/syscfg.yml
+++ b/targets/nordic_pca10056-blehci-usb/syscfg.yml
@@ -1,5 +1,5 @@
 syscfg.vals:
-    BLE_HCI_TRANSPORT: usb
+    BLE_TRANSPORT_HS: usb
     USBD_BTH: 1
 
     USBD_PID: 0xC01A
diff --git a/targets/nordic_pca10095_net-blehci/syscfg.yml b/targets/nordic_pca10095_net-blehci/syscfg.yml
index 4a4a1ba..b679e9a 100644
--- a/targets/nordic_pca10095_net-blehci/syscfg.yml
+++ b/targets/nordic_pca10095_net-blehci/syscfg.yml
@@ -18,7 +18,7 @@
 #
 
 syscfg.vals:
-    BLE_HCI_TRANSPORT: nrf5340
+    BLE_TRANSPORT_HS: nrf5340
 
     MSYS_1_BLOCK_COUNT: 12
     MSYS_1_BLOCK_SIZE: 292