You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by vi...@apache.org on 2017/02/23 22:33:38 UTC

[44/50] incubator-mynewt-core git commit: MYNEWT-492; TBD -> descriptions.

MYNEWT-492; TBD -> descriptions.


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

Branch: refs/heads/sensors_branch
Commit: cb6d0cbc9cc3e3a1346184a4015c40a3abb79120
Parents: e2dd539
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Tue Feb 21 17:36:29 2017 -0800
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Tue Feb 21 17:36:29 2017 -0800

----------------------------------------------------------------------
 hw/bsp/olimex_stm32-e407_devboard/syscfg.yml | 21 +++++++--------------
 1 file changed, 7 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/cb6d0cbc/hw/bsp/olimex_stm32-e407_devboard/syscfg.yml
----------------------------------------------------------------------
diff --git a/hw/bsp/olimex_stm32-e407_devboard/syscfg.yml b/hw/bsp/olimex_stm32-e407_devboard/syscfg.yml
index d1d19fd..7b2fe59 100644
--- a/hw/bsp/olimex_stm32-e407_devboard/syscfg.yml
+++ b/hw/bsp/olimex_stm32-e407_devboard/syscfg.yml
@@ -21,39 +21,32 @@
 syscfg.defs:
     ADC_1:
         description: "ADC_1"
-        value:  1
+        value:  0
     ADC_2:
         description: "ADC_2"
         value:  0
     ADC_3:
         description: "ADC_3"
-        value:  1
+        value:  0
     UART_0:
-        description: 'TBD'
+        description: 'Whether to enable UART0'
         value:  1
-    UART_1:
-        description: 'TBD'
-        value:  0
 
     I2C_0:
         description: 'I2C0'
         value: 0
 
-    SPI_0:
-        description: 'TBD'
-        value:  0
-
     SPI_0_MASTER:
-        description: 'TBD'
+        description: 'Whether to enable SPI 0 in master mode'
         value:  0
         restrictions:
-            - SPI_0
+            - "!SPI_0_SLAVE"
 
     SPI_0_SLAVE:
-        description: 'TBD'
+        description: 'Whether to enable SPI 0 in slave mode'
         value:  0
         restrictions:
-            - SPI_0
+            - "!SPI_0_MASTER"
 
     TIMER_0:
         description: 'TIMER_0'