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 2017/02/21 22:16:49 UTC

incubator-mynewt-core git commit: MYNEWT-492; TBD -> descriptions.

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop c00eeee7c -> 4b7bd1949


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

Branch: refs/heads/develop
Commit: 4b7bd194906df264e43a7c333a7e326ca83f20c7
Parents: c00eeee
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Tue Feb 21 14:16:09 2017 -0800
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Tue Feb 21 14:16:09 2017 -0800

----------------------------------------------------------------------
 sys/flash_map/syscfg.yml | 2 +-
 sys/log/full/syscfg.yml  | 2 +-
 sys/reboot/syscfg.yml    | 8 ++++----
 sys/shell/syscfg.yml     | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/4b7bd194/sys/flash_map/syscfg.yml
----------------------------------------------------------------------
diff --git a/sys/flash_map/syscfg.yml b/sys/flash_map/syscfg.yml
index 8f49d44..2dfc91a 100644
--- a/sys/flash_map/syscfg.yml
+++ b/sys/flash_map/syscfg.yml
@@ -17,5 +17,5 @@
 
 syscfg.defs:
     FLASH_MAP_MAX_AREAS:
-        description: 'TBD'
+        description: 'Maximum number of expected flash areas'
         value: 10

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/4b7bd194/sys/log/full/syscfg.yml
----------------------------------------------------------------------
diff --git a/sys/log/full/syscfg.yml b/sys/log/full/syscfg.yml
index 6a2721b..7d58a4d 100644
--- a/sys/log/full/syscfg.yml
+++ b/sys/log/full/syscfg.yml
@@ -19,7 +19,7 @@
 
 syscfg.defs:
     LOG_LEVEL:
-        description: 'TBD'
+        description: 'Limits what level log messages are compiled in.'
         value: 0
 
     LOG_FCB:

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/4b7bd194/sys/reboot/syscfg.yml
----------------------------------------------------------------------
diff --git a/sys/reboot/syscfg.yml b/sys/reboot/syscfg.yml
index a1884ca..012e1a3 100644
--- a/sys/reboot/syscfg.yml
+++ b/sys/reboot/syscfg.yml
@@ -20,23 +20,23 @@
 
 syscfg.defs:
     REBOOT_LOG_FCB:
-        description: 'TBD'
+        description: 'Set reboot log target to be FCB.'
         value: 0
         restrictions:
             - LOG_FCB
             - REBOOT_LOG_FLASH_AREA
 
     REBOOT_LOG_CONSOLE:
-        description: 'TBD'
+        description: 'Set reboot log target to be console.'
         value: 1
         restrictions:
             - LOG_CONSOLE
 
     REBOOT_LOG_FLASH_AREA:
-        description: 'TBD'
+        description: 'Flash area where reboot log is stored.'
         type: flash_owner
         value:
 
     REBOOT_LOG_ENTRY_COUNT:
-        description: 'TBD'
+        description: 'Minimum number of reboot log entries retained'
         value: 10

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/4b7bd194/sys/shell/syscfg.yml
----------------------------------------------------------------------
diff --git a/sys/shell/syscfg.yml b/sys/shell/syscfg.yml
index c495c58..c6929e6 100644
--- a/sys/shell/syscfg.yml
+++ b/sys/shell/syscfg.yml
@@ -20,10 +20,10 @@
 
 syscfg.defs:
     SHELL_TASK:
-        description: 'TBD'
+        description: 'Controls whether shell is enabled or not.'
         value: 0
     SHELL_MAX_INPUT_LEN:
-        description: 'TBD'
+        description: 'Maximum input line length'
         value: 256
     SHELL_DEBUG:
         description: Enables additional error checking in the shell package.