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/26 02:05:21 UTC

[2/2] incubator-mynewt-core git commit: No jira ticket: the bmd300 bsp should always have timer 0 enabled as cputime is initialized in the bsp and uses this timer.

No jira ticket: the bmd300 bsp should always have timer 0
enabled as cputime is initialized in the bsp and uses this timer.


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

Branch: refs/heads/develop
Commit: e2ce38eeb5f2253c1f275c5aa1bd9f3427db0d18
Parents: b1a4724
Author: William San Filippo <wi...@runtime.io>
Authored: Tue Oct 25 14:59:26 2016 -0700
Committer: William San Filippo <wi...@runtime.io>
Committed: Tue Oct 25 19:05:14 2016 -0700

----------------------------------------------------------------------
 hw/bsp/bmd300eval/syscfg.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/e2ce38ee/hw/bsp/bmd300eval/syscfg.yml
----------------------------------------------------------------------
diff --git a/hw/bsp/bmd300eval/syscfg.yml b/hw/bsp/bmd300eval/syscfg.yml
index 59efac7..aaf9128 100644
--- a/hw/bsp/bmd300eval/syscfg.yml
+++ b/hw/bsp/bmd300eval/syscfg.yml
@@ -78,7 +78,7 @@ syscfg.defs:
 
     TIMER_0:
         description: 'NRF52 Timer 0'
-        value:  0
+        value:  1
     TIMER_0_INTERRUPT_PRIORITY:
         description: 'TBD'
         value: '((1 << __NVIC_PRIO_BITS) - 1)'