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


The following commit(s) were added to refs/heads/master by this push:
     new d186614d7 bsp/nordic_pca10095_net: Enable radio high voltage mode
d186614d7 is described below

commit d186614d724e64d7a861d832715783120e0104e7
Author: Szymon Janc <[email protected]>
AuthorDate: Mon Jun 26 11:40:53 2023 +0200

    bsp/nordic_pca10095_net: Enable radio high voltage mode
    
    VDDH pin is connected on PCA10095-DK so this can be enabled for extra
    TX power.
---
 hw/bsp/nordic_pca10095_net/syscfg.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/hw/bsp/nordic_pca10095_net/syscfg.yml 
b/hw/bsp/nordic_pca10095_net/syscfg.yml
index 4cce566ee..f8cf6537d 100644
--- a/hw/bsp/nordic_pca10095_net/syscfg.yml
+++ b/hw/bsp/nordic_pca10095_net/syscfg.yml
@@ -74,5 +74,8 @@ syscfg.vals.BLE_CONTROLLER:
     BLE_LL_RFMGMT_ENABLE_TIME: 1500
     BLE_LL_CFG_FEAT_CTRL_TO_HOST_FLOW_CONTROL: 1
 
+    # VDDH is connected in DK
+    BLE_PHY_NRF5340_VDDH: 1
+
 syscfg.vals.BLE_TRANSPORT:
     BLE_TRANSPORT_HS: nrf5340

Reply via email to