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


The following commit(s) were added to refs/heads/master by this push:
     new c478d6ea targets: remove deprecated settings from various syscfgs
c478d6ea is described below

commit c478d6eaecf4120de4a741da9794908d59316618
Author: Piotr Narajowski <[email protected]>
AuthorDate: Wed Jun 19 10:18:23 2024 +0200

    targets: remove deprecated settings from various syscfgs
    
    This commit replaces deprecated setting BLE_LL_VND_EVENT_ON_ASSERT with
    BLE_LL_HCI_VS_EVENT_ON_ASSERT.
---
 .github/targets/nordic_pca10095_blehci/syscfg.yml         | 2 +-
 targets/nordic_pca10095_net-blehci/syscfg.yml             | 2 +-
 targets/nordic_pca10095_net-blehci_broadcaster/syscfg.yml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/targets/nordic_pca10095_blehci/syscfg.yml 
b/.github/targets/nordic_pca10095_blehci/syscfg.yml
index aae8d127..4c16ba61 100644
--- a/.github/targets/nordic_pca10095_blehci/syscfg.yml
+++ b/.github/targets/nordic_pca10095_blehci/syscfg.yml
@@ -29,7 +29,7 @@ syscfg.vals:
     BLE_LL_CONN_INIT_SLOTS: 4
     BLE_LL_DTM: 1
     BLE_LL_DTM_EXTENSIONS: 1
-    BLE_LL_VND_EVENT_ON_ASSERT: 1
+    BLE_LL_HCI_VS_EVENT_ON_ASSERT: 1
     BLE_MAX_CONNECTIONS: 5
     BLE_MAX_PERIODIC_SYNCS: 5
     BLE_MULTI_ADV_INSTANCES: 5
diff --git a/targets/nordic_pca10095_net-blehci/syscfg.yml 
b/targets/nordic_pca10095_net-blehci/syscfg.yml
index f20f40e6..30f9bcc9 100644
--- a/targets/nordic_pca10095_net-blehci/syscfg.yml
+++ b/targets/nordic_pca10095_net-blehci/syscfg.yml
@@ -31,7 +31,7 @@ syscfg.vals:
     BLE_LL_CONN_INIT_SLOTS: 4
     BLE_LL_DTM: 1
     BLE_LL_DTM_EXTENSIONS: 1
-    BLE_LL_VND_EVENT_ON_ASSERT: 1
+    BLE_LL_HCI_VS_EVENT_ON_ASSERT: 1
     BLE_MAX_CONNECTIONS: 5
     BLE_EXT_ADV: 1
     BLE_EXT_ADV_MAX_SIZE: 1650
diff --git a/targets/nordic_pca10095_net-blehci_broadcaster/syscfg.yml 
b/targets/nordic_pca10095_net-blehci_broadcaster/syscfg.yml
index b86d5887..ba780d33 100644
--- a/targets/nordic_pca10095_net-blehci_broadcaster/syscfg.yml
+++ b/targets/nordic_pca10095_net-blehci_broadcaster/syscfg.yml
@@ -31,7 +31,7 @@ syscfg.vals:
     BLE_LL_CONN_INIT_SLOTS: 4
     BLE_LL_DTM: 1
     BLE_LL_DTM_EXTENSIONS: 1
-    BLE_LL_VND_EVENT_ON_ASSERT: 1
+    BLE_LL_HCI_VS_EVENT_ON_ASSERT: 1
     BLE_MAX_CONNECTIONS: 5
     BLE_EXT_ADV: 1
     BLE_EXT_ADV_MAX_SIZE: 1650

Reply via email to