Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop 6542b3095 -> 96e85a1eb


No jira ticket: update the blenano nrf51 bsp


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

Branch: refs/heads/develop
Commit: e5156a28b8b8a3b6f955d4135bb1c12ca214bef5
Parents: 6542b30
Author: William San Filippo <wi...@runtime.io>
Authored: Thu Sep 22 21:58:10 2016 -0700
Committer: William San Filippo <wi...@runtime.io>
Committed: Thu Sep 22 22:56:59 2016 -0700

----------------------------------------------------------------------
 hw/bsp/nrf51-blenano/pkg.yml | 22 ++++++++--------------
 1 file changed, 8 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/e5156a28/hw/bsp/nrf51-blenano/pkg.yml
----------------------------------------------------------------------
diff --git a/hw/bsp/nrf51-blenano/pkg.yml b/hw/bsp/nrf51-blenano/pkg.yml
index 55f3e4d..4699231 100644
--- a/hw/bsp/nrf51-blenano/pkg.yml
+++ b/hw/bsp/nrf51-blenano/pkg.yml
@@ -6,7 +6,7 @@
 # to you under the Apache License, Version 2.0 (the
 # "License"); you may not use this file except in compliance
 # with the License.  You may obtain a copy of the License at
-# 
+#
 #  http://www.apache.org/licenses/LICENSE-2.0
 #
 # Unless required by applicable law or agreed to in writing,
@@ -35,7 +35,7 @@ pkg.part2linkerscript: "split-nrf51dk.ld"
 pkg.downloadscript: nrf51dk_download.sh
 pkg.debugscript: nrf51dk_debug.sh
 pkg.cflags:
-    # Nordic SDK files require these defines.
+    # Nordic SDK files require this define.
     - '-DNRF51'
 
 pkg.deps:
@@ -61,7 +61,7 @@ pkg.syscfg_defs:
 
     CLOCK_FREQ:
         description: 'TBD'
-        value:  1000000
+        value: 1000000
 
     XTAL_32768:
         description: 'TBD'
@@ -69,20 +69,14 @@ pkg.syscfg_defs:
 
     ADC_0:
         description: 'TBD'
-        value:  0
-    ADC_0_RESOLUTION:
-        description: 'TBD'
-        value: 'SAADC_CONFIG_RESOLUTION'
-    ADC_0_OVERSAMPLE:
-        description: 'TBD'
-        value: 'SAADC_CONFIG_OVERSAMPLE'
+        value: 1
     ADC_0_INTERRUPT_PRIORITY:
         description: 'TBD'
-        value: 'SAADC_CONFIG_IRQ_PRIORITY'
+        value: 'ADC_CONFIG_IRQ_PRIORITY'
 
     UART_0:
         description: 'TBD'
-        value:  1
+        value: 1
     UART_0_PIN_TX:
         description: 'TBD'
         value: 9
@@ -98,7 +92,7 @@ pkg.syscfg_defs:
 
     SPI_MASTER:
         description: 'TBD'
-        value:  0
+        value: 0
     SPI_SLAVE:
         description: 'TBD'
-        value:  0
+        value: 0

Reply via email to