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/09/08 09:44:31 UTC

[mynewt-nimble] branch master updated (886597f2 -> 0b983a52)

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 886597f2 babblesim: Fix EDTT transport nad target
     new e74371c0 nimble/ll: Disable vnd assert on BabbleSim
     new 0b983a52 babblesim: Fix blehci target

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:
 babblesim/targets/blehci/syscfg.yml | 2 +-
 nimble/controller/syscfg.yml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[mynewt-nimble] 02/02: babblesim: Fix blehci target

Posted by an...@apache.org.
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 0b983a52d5361927e23f48bc6608387510597740
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Wed Sep 7 21:09:11 2022 +0200

    babblesim: Fix blehci target
---
 babblesim/targets/blehci/syscfg.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/babblesim/targets/blehci/syscfg.yml b/babblesim/targets/blehci/syscfg.yml
index aec4c4a4..14a909e9 100644
--- a/babblesim/targets/blehci/syscfg.yml
+++ b/babblesim/targets/blehci/syscfg.yml
@@ -18,4 +18,4 @@
 
 syscfg.vals:
   BLE_LL_PUBLIC_DEV_ADDR: 0xbabb1e000001
-  BLE_HCI_TRANSPORT: uart
+  BLE_HCI_TRANSPORT_HS: uart


[mynewt-nimble] 01/02: nimble/ll: Disable vnd assert on BabbleSim

Posted by an...@apache.org.
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 e74371c06f4408124822901c82d493dbaa98cd10
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Wed Sep 7 21:08:24 2022 +0200

    nimble/ll: Disable vnd assert on BabbleSim
    
    BabbleSim does not understand __BKPT(0) and we can simply assert instead.
---
 nimble/controller/syscfg.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nimble/controller/syscfg.yml b/nimble/controller/syscfg.yml
index 827c3451..acd0ef0d 100644
--- a/nimble/controller/syscfg.yml
+++ b/nimble/controller/syscfg.yml
@@ -513,7 +513,7 @@ syscfg.vals.BLE_LL_CFG_FEAT_LL_EXT_ADV:
 
 # Enable vendor event on assert in standalone build to make failed assertions in
 # controller code visible when connected to external host
-syscfg.vals.!BLE_HOST:
+syscfg.vals.'!BLE_HOST && !BABBLESIM':
     BLE_LL_HCI_VS_EVENT_ON_ASSERT: 1
 
 syscfg.restrictions: