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-core.git

commit a98610048b58306f7b9e36585a0e97e0f5146e07
Author: Szymon Janc <[email protected]>
AuthorDate: Wed Jun 7 16:08:40 2023 +0200

    bsp/nordic_pca10095: Enable internal HFXO capacitors
    
    This DK is not using external capacitors for HFXO.
---
 hw/bsp/nordic_pca10095/syscfg.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/bsp/nordic_pca10095/syscfg.yml 
b/hw/bsp/nordic_pca10095/syscfg.yml
index 47d36d8e6..5d49afb2b 100644
--- a/hw/bsp/nordic_pca10095/syscfg.yml
+++ b/hw/bsp/nordic_pca10095/syscfg.yml
@@ -99,6 +99,7 @@ syscfg.vals:
 syscfg.vals.!BOOT_LOADER:
     MCU_LFCLK_SOURCE: LFXO
     MCU_LFCLK_XO_INTCAP: c9pf
+    MCU_HFXO_INTCAP: 8
 
 syscfg.vals.BLE_HOST:
     BLE_HS_FLOW_CTRL: 1

Reply via email to