You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2016/11/04 04:38:01 UTC

[03/13] incubator-mynewt-core git commit: primo bsp; needs timer0 to boot, and uart1 for console. Enable them by default. Needs OPENOCD_DEBUG declared to choose between jlink and openocd.

primo bsp; needs timer0 to boot, and uart1 for console. Enable them by
default.
Needs OPENOCD_DEBUG declared to choose between jlink and openocd.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/9e39286f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/9e39286f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/9e39286f

Branch: refs/heads/develop
Commit: 9e39286f000fe18d95e89fef760eee2b8546391f
Parents: 3662f26
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Thu Nov 3 21:20:17 2016 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Thu Nov 3 21:32:01 2016 -0700

----------------------------------------------------------------------
 hw/bsp/arduino_primo_nrf52/syscfg.yml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/9e39286f/hw/bsp/arduino_primo_nrf52/syscfg.yml
----------------------------------------------------------------------
diff --git a/hw/bsp/arduino_primo_nrf52/syscfg.yml b/hw/bsp/arduino_primo_nrf52/syscfg.yml
index 175cf14..5b89ff9 100644
--- a/hw/bsp/arduino_primo_nrf52/syscfg.yml
+++ b/hw/bsp/arduino_primo_nrf52/syscfg.yml
@@ -20,6 +20,10 @@
 # Package: hw/bsp/arduino_primo_nrf52
 
 syscfg.defs:
+    OPENOCD_DEBUG:
+        description: 'TBD'
+        value: 0
+
     BSP_NRF52:
         description: 'TBD'
         value: 1
@@ -63,7 +67,7 @@ syscfg.defs:
 
     UART_1:
         description: 'Bitbanger UART'
-        value:  0
+        value:  1
     UART_1_PIN_TX:
         description: 'TBD'
         value:  11
@@ -98,7 +102,7 @@ syscfg.defs:
 
     TIMER_0:
         description: 'NRF52 Timer 0'
-        value:  0
+        value:  1
     TIMER_1:
         description: 'NRF52 Timer 1'
         value:  0