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 ba7252b  nimble/ll: Add pkg restriction for cputime frequency
ba7252b is described below

commit ba7252bc2f3293ba839cb041e8835f3046d0387e
Author: Andrzej Kaczmarek <[email protected]>
AuthorDate: Tue Mar 5 15:26:21 2019 +0100

    nimble/ll: Add pkg restriction for cputime frequency
    
    It has to be 32768, LL cannot work with other setting.
---
 nimble/controller/syscfg.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/nimble/controller/syscfg.yml b/nimble/controller/syscfg.yml
index 03b662d..46ece56 100644
--- a/nimble/controller/syscfg.yml
+++ b/nimble/controller/syscfg.yml
@@ -317,3 +317,6 @@ syscfg.vals.BLE_LL_CFG_FEAT_LL_EXT_ADV:
 # controller code visible when connected to external host
 syscfg.vals.!BLE_HOST:
     BLE_LL_VND_EVENT_ON_ASSERT: 1
+
+syscfg.restrictions:
+    - OS_CPUTIME_FREQ == 32768

Reply via email to