You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by we...@apache.org on 2016/10/05 00:08:33 UTC

[2/3] incubator-mynewt-core git commit: MYNEWT-401: add timers for nrf51.

MYNEWT-401: add timers for nrf51.


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/48ac44f5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/48ac44f5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/48ac44f5

Branch: refs/heads/develop
Commit: 48ac44f5b96d8db5ce6d78df692296a5ad44d638
Parents: 28ea25a
Author: William San Filippo <wi...@runtime.io>
Authored: Tue Oct 4 16:59:43 2016 -0700
Committer: William San Filippo <wi...@runtime.io>
Committed: Tue Oct 4 17:08:24 2016 -0700

----------------------------------------------------------------------
 hw/bsp/nrf51dk/syscfg.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/48ac44f5/hw/bsp/nrf51dk/syscfg.yml
----------------------------------------------------------------------
diff --git a/hw/bsp/nrf51dk/syscfg.yml b/hw/bsp/nrf51dk/syscfg.yml
index f53b493..bb85183 100644
--- a/hw/bsp/nrf51dk/syscfg.yml
+++ b/hw/bsp/nrf51dk/syscfg.yml
@@ -42,3 +42,13 @@ syscfg.defs:
     SPI_SLAVE:
         description: 'TBD'
         value: 0
+
+    TIMER_0:
+        description: 'NRF51 Timer 0'
+        value:  0
+    TIMER_1:
+        description: 'NRF51 Timer 1'
+        value:  0
+    TIMER_2:
+        description: 'NRF51 Timer 2'
+        value:  0