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

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

commit fa5cc4702b46ab96003902921ba678db4cf67c98
Author: Szymon Janc <[email protected]>
AuthorDate: Mon Aug 7 10:14:36 2023 +0200

    ci: Enable BLE_LL_HCI_LLCP_TRACE when building blehci
    
    nordic_pca10056_blehci_all_enabled was missing BLE_LL_HCI_LLCP_TRACE 
setting.
---
 .github/targets/nordic_pca10056_blehci_all_enabled/syscfg.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/targets/nordic_pca10056_blehci_all_enabled/syscfg.yml 
b/.github/targets/nordic_pca10056_blehci_all_enabled/syscfg.yml
index eace456a..5bb326eb 100644
--- a/.github/targets/nordic_pca10056_blehci_all_enabled/syscfg.yml
+++ b/.github/targets/nordic_pca10056_blehci_all_enabled/syscfg.yml
@@ -36,3 +36,4 @@ syscfg.vals:
     BLE_PHY_DBG_TIME_TXRXEN_READY_PIN: 12
     BLE_PHY_DBG_TIME_WFR_PIN: 16
     BLE_XTAL_SETTLE_TIME: 1500
+    BLE_LL_HCI_LLCP_TRACE: 1

Reply via email to