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:34 UTC

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

Branch: refs/heads/sensors_branch
Commit: d2321704587ec6e97dc7cb97fd007e65534f0de6
Parents: bca362c
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Tue Feb 21 15:21:04 2017 -0800
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Tue Feb 21 15:21:04 2017 -0800

----------------------------------------------------------------------
 apps/boot/syscfg.yml          |  4 ++--
 boot/bootutil/syscfg.yml      |  6 +++---
 fs/fs/syscfg.yml              |  2 +-
 fs/nffs/syscfg.yml            |  4 ++--
 kernel/os/syscfg.yml          | 22 +++++++++++-----------
 mgmt/imgmgr/syscfg.yml        |  7 ++-----
 net/wifi/wifi_mgmt/syscfg.yml |  2 +-
 test/crash_test/syscfg.yml    |  4 ++--
 test/runtest/syscfg.yml       |  4 ++--
 9 files changed, 26 insertions(+), 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/d2321704/apps/boot/syscfg.yml
----------------------------------------------------------------------
diff --git a/apps/boot/syscfg.yml b/apps/boot/syscfg.yml
index f543fbf..47bd1c5 100644
--- a/apps/boot/syscfg.yml
+++ b/apps/boot/syscfg.yml
@@ -20,10 +20,10 @@
 
 syscfg.defs:
     BOOT_LOADER:
-        description: 'TBD'
+        description: 'Set to indicate that this app is a bootloader.'
         value: 1
     BOOT_SERIAL:
-        description: 'TBD'
+        description: 'Support image upgrade over serial within bootloader'
         value: 0
 
 syscfg.vals:

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/d2321704/boot/bootutil/syscfg.yml
----------------------------------------------------------------------
diff --git a/boot/bootutil/syscfg.yml b/boot/bootutil/syscfg.yml
index e896bf9..80fca9f 100644
--- a/boot/bootutil/syscfg.yml
+++ b/boot/bootutil/syscfg.yml
@@ -20,11 +20,11 @@
 
 syscfg.defs:
     BOOTUTIL_SIGN_RSA:
-        description: 'TBD'
+        description: 'Images are signed using RSA2048.'
         value: '0'
     BOOTUTIL_SIGN_EC:
-        description: 'TBD'
+        description: 'Images are signed using ECDSA NIST P-224.'
         value: '0'
     BOOTUTIL_SIGN_EC256:
-        description: 'TBD'
+        description: 'Images are signed using ECDSA NIST P-256.'
         value: '0'

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/d2321704/fs/fs/syscfg.yml
----------------------------------------------------------------------
diff --git a/fs/fs/syscfg.yml b/fs/fs/syscfg.yml
index d919f35..3cf5a35 100644
--- a/fs/fs/syscfg.yml
+++ b/fs/fs/syscfg.yml
@@ -20,7 +20,7 @@
 
 syscfg.defs:
     FS_CLI:
-        description: 'TBD'
+        description: 'CLI commands to interact with files.'
         value: 0
         restrictions:
             - SHELL_TASK

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/d2321704/fs/nffs/syscfg.yml
----------------------------------------------------------------------
diff --git a/fs/nffs/syscfg.yml b/fs/nffs/syscfg.yml
index 5602e4b..85be568 100644
--- a/fs/nffs/syscfg.yml
+++ b/fs/nffs/syscfg.yml
@@ -20,12 +20,12 @@
 
 syscfg.defs:
     NFFS_FLASH_AREA:
-        description: 'TBD'
+        description: 'Flash area to use for NFFS.'
         type: flash_owner
         value:
         restrictions:
             - $notnull
 
     NFFS_DETECT_FAIL:
-        description: 'TBD'
+        description: 'Controls behaviour when encountering corrupt NFFS area.'
         value: 'NFFS_DETECT_FAIL_FORMAT'

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/d2321704/kernel/os/syscfg.yml
----------------------------------------------------------------------
diff --git a/kernel/os/syscfg.yml b/kernel/os/syscfg.yml
index a45fc96..b5d9128 100644
--- a/kernel/os/syscfg.yml
+++ b/kernel/os/syscfg.yml
@@ -26,7 +26,7 @@ syscfg.defs:
         description: 'Stack size of initialization and main task'
         value: 1024
     OS_CLI:
-        description: 'TBD'
+        description: 'CLI commands to inspect OS'
         value: 0
         restrictions:
             - SHELL_TASK
@@ -49,32 +49,32 @@ syscfg.defs:
         description: 'The interval (in milliseconds) at which the watchdog should reset if not tickled, in ms'
         value: 30000
     MSYS_1_BLOCK_COUNT:
-        description: 'TBD'
+        description: '1st system pool of mbufs; number of entries'
         value: 12
     MSYS_1_BLOCK_SIZE:
-        description: 'TBD'
+        description: '1st system pool of mbufs; size of an entry'
         value: 292
     MSYS_2_BLOCK_COUNT:
-        description: 'TBD'
+        description: '2nd system pool of mbufs; number of entries'
         value: 0
     MSYS_2_BLOCK_SIZE:
-        description: 'TBD'
+        description: '2nd system pool of mbufs; size of an entry'
         value: 0
     MSYS_3_BLOCK_COUNT:
-        description: 'TBD'
+        description: '3rd system pool of mbufs; number of entries'
         value: 0
     MSYS_3_BLOCK_SIZE:
-        description: 'TBD'
+        description: '3rd system pool of mbufs; size of an entry'
         value: 0
     MSYS_4_BLOCK_COUNT:
-        description: 'TBD'
+        description: '4th system pool of mbufs; number of entries'
         value: 0
     MSYS_4_BLOCK_SIZE:
-        description: 'TBD'
+        description: '4th system pool of mbufs; size of an entry'
         value: 0
     MSYS_5_BLOCK_COUNT:
-        description: 'TBD'
+        description: '5th system pool of mbufs; number of entries'
         value: 0
     MSYS_5_BLOCK_SIZE:
-        description: 'TBD'
+        description: '5th system pool of mbufs; size of an entry'
         value: 0

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/d2321704/mgmt/imgmgr/syscfg.yml
----------------------------------------------------------------------
diff --git a/mgmt/imgmgr/syscfg.yml b/mgmt/imgmgr/syscfg.yml
index 8a687af..da42801 100644
--- a/mgmt/imgmgr/syscfg.yml
+++ b/mgmt/imgmgr/syscfg.yml
@@ -19,14 +19,11 @@
 # Package: mgmt/imgmgr
 
 syscfg.defs:
-    IMGMGR_FS:
-        description: 'TBD'
-        value: 0
     IMGMGR_COREDUMP:
-        description: 'TBD'
+        description: 'Newtmgr commands for fetching/erasing coredump'
         value: 0
     IMGMGR_CLI:
-        description: 'TBD'
+        description: 'CLI commands to interact with image management'
         value: 0
         restrictions:
             - SHELL_TASK

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/d2321704/net/wifi/wifi_mgmt/syscfg.yml
----------------------------------------------------------------------
diff --git a/net/wifi/wifi_mgmt/syscfg.yml b/net/wifi/wifi_mgmt/syscfg.yml
index c0916fc..089c029 100644
--- a/net/wifi/wifi_mgmt/syscfg.yml
+++ b/net/wifi/wifi_mgmt/syscfg.yml
@@ -20,7 +20,7 @@
 
 syscfg.defs:
     WIFI_MGMT_CLI:
-        description: 'TBD'
+        description: 'CLI for interacting with Wi-Fi interfaces'
         value: 0
         restrictions:
             - SHELL_TASK

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/d2321704/test/crash_test/syscfg.yml
----------------------------------------------------------------------
diff --git a/test/crash_test/syscfg.yml b/test/crash_test/syscfg.yml
index 0c41e5e..9074307 100644
--- a/test/crash_test/syscfg.yml
+++ b/test/crash_test/syscfg.yml
@@ -19,10 +19,10 @@
 
 syscfg.defs:
     CRASH_TEST_CLI:
-        description: 'TBD'
+        description: 'CLI for trying out crashes'
         value: 1
         restrictions:
             - SHELL_TASK
     CRASH_TEST_NEWTMGR:
-        description: 'TBD'
+        description: 'Newtmgr commands for crashing'
         value: 1

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/d2321704/test/runtest/syscfg.yml
----------------------------------------------------------------------
diff --git a/test/runtest/syscfg.yml b/test/runtest/syscfg.yml
index f9bad84..c085f7d 100644
--- a/test/runtest/syscfg.yml
+++ b/test/runtest/syscfg.yml
@@ -20,10 +20,10 @@
 
 syscfg.defs:
     RUNTEST_CLI:
-        description: 'TBD'
+        description: 'CLI commands for accessing tests'
         value: 1
         restrictions:
             - SHELL_TASK
     RUNTEST_NEWTMGR:
-        description: 'TBD'
+        description: 'Newtmgr command to execute tests'
         value: 1