From e74371c06f4408124822901c82d493dbaa98cd10 Mon Sep 17 00:00:00 2001 From: Andrzej Kaczmarek Date: Wed, 7 Sep 2022 21:08:24 +0200 Subject: [PATCH] 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 827c34512..acd0ef0d0 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: