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

jerzy 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 e3969a475 bsp/pca10056: Support reset button by default
e3969a475 is described below

commit e3969a4755114be5b9895ca2386295605dff357f
Author: Piotr Narajowski <[email protected]>
AuthorDate: Thu Mar 28 13:06:12 2024 +0100

    bsp/pca10056: Support reset button by default
    
    Set GPIO_AS_PIN_RESET to 1 in syscfg.
    
    Signed-off-by: Piotr Narajowski <[email protected]>
---
 hw/bsp/nordic_pca10056/syscfg.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/bsp/nordic_pca10056/syscfg.yml 
b/hw/bsp/nordic_pca10056/syscfg.yml
index fb9e7552a..9c48a05e4 100644
--- a/hw/bsp/nordic_pca10056/syscfg.yml
+++ b/hw/bsp/nordic_pca10056/syscfg.yml
@@ -61,6 +61,7 @@ syscfg.vals:
     QSPI_PIN_DIO1: 21
     QSPI_PIN_DIO2: 22
     QSPI_PIN_DIO3: 23
+    GPIO_AS_PIN_RESET: 1
 
 syscfg.vals.BLE_CONTROLLER:
     TIMER_0: 0

Reply via email to