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 7f83b89d nimble/phy: Add syscfg for variable tifs
7f83b89d is described below

commit 7f83b89d4243cb3be6d454c588c32693f967869f
Author: Andrzej Kaczmarek <[email protected]>
AuthorDate: Mon Oct 3 18:27:44 2022 +0200

    nimble/phy: Add syscfg for variable tifs
    
    This was removed accidentally when migrating to nrf5x phy.
---
 nimble/drivers/nrf5x/syscfg.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/nimble/drivers/nrf5x/syscfg.yml b/nimble/drivers/nrf5x/syscfg.yml
index af4c62d3..3c8339c0 100644
--- a/nimble/drivers/nrf5x/syscfg.yml
+++ b/nimble/drivers/nrf5x/syscfg.yml
@@ -17,6 +17,15 @@
 #
 
 syscfg.defs:
+    BLE_PHY_VARIABLE_TIFS:
+        description: >
+            Enables API to set custom T_ifs (inter-frame spacing) for each
+            transition. T_ifs is reset to default value after each transition.
+            When disabled, 150us is always used which enables some build-time
+            optimizations by compiler.
+        experimental: 1
+        value: 0
+
     BLE_PHY_SYSVIEW:
         description: >
             Enable SystemView tracing module for radio driver.

Reply via email to