Repository: incubator-mynewt-site
Updated Branches:
  refs/heads/asf-site 48437c638 -> 954f8ab0b


newt vals added to newt command reference


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/954f8ab0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/954f8ab0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/954f8ab0

Branch: refs/heads/asf-site
Commit: 954f8ab0b46381fe71dc157aec131dda9abcf74f
Parents: 48437c6
Author: aditihilbert <[email protected]>
Authored: Mon Jan 2 23:42:33 2017 -0800
Committer: aditihilbert <[email protected]>
Committed: Mon Jan 2 23:42:33 2017 -0800

----------------------------------------------------------------------
 develop/mkdocs/search_index.json                |  35 ++
 develop/newt/command_list/newt_build/index.html |   8 +
 develop/newt/command_list/newt_clean/index.html |   8 +
 .../newt/command_list/newt_complete/index.html  |   8 +
 .../command_list/newt_create_image/index.html   |   8 +
 develop/newt/command_list/newt_debug/index.html |   8 +
 develop/newt/command_list/newt_help/index.html  |   8 +
 develop/newt/command_list/newt_info/index.html  |   8 +
 .../newt/command_list/newt_install/index.html   |   8 +
 develop/newt/command_list/newt_load/index.html  |   8 +
 develop/newt/command_list/newt_mfg/index.html   |   8 +
 develop/newt/command_list/newt_new/index.html   |   8 +
 develop/newt/command_list/newt_run/index.html   |   8 +
 develop/newt/command_list/newt_size/index.html  |   8 +
 .../newt/command_list/newt_target/index.html    |   8 +
 develop/newt/command_list/newt_test/index.html  |   8 +
 .../newt/command_list/newt_upgrade/index.html   |  12 +-
 develop/newt/command_list/newt_vals/index.html  | 624 +++++++++++++++++++
 .../newt/command_list/newt_version/index.html   |  12 +-
 develop/newt/newt_ops/index.html                |   8 +
 latest/mkdocs/search_index.json                 |  35 ++
 latest/newt/command_list/newt_build/index.html  |   8 +
 latest/newt/command_list/newt_clean/index.html  |   8 +
 .../newt/command_list/newt_complete/index.html  |   8 +
 .../command_list/newt_create_image/index.html   |   8 +
 latest/newt/command_list/newt_debug/index.html  |   8 +
 latest/newt/command_list/newt_help/index.html   |   8 +
 latest/newt/command_list/newt_info/index.html   |   8 +
 .../newt/command_list/newt_install/index.html   |   8 +
 latest/newt/command_list/newt_load/index.html   |   8 +
 latest/newt/command_list/newt_mfg/index.html    |   8 +
 latest/newt/command_list/newt_new/index.html    |   8 +
 latest/newt/command_list/newt_run/index.html    |   8 +
 latest/newt/command_list/newt_size/index.html   |   8 +
 latest/newt/command_list/newt_target/index.html |   8 +
 latest/newt/command_list/newt_test/index.html   |   8 +
 .../newt/command_list/newt_upgrade/index.html   |  12 +-
 latest/newt/command_list/newt_vals/index.html   | 624 +++++++++++++++++++
 .../newt/command_list/newt_version/index.html   |  12 +-
 latest/newt/newt_ops/index.html                 |   8 +
 40 files changed, 1614 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/develop/mkdocs/search_index.json
----------------------------------------------------------------------
diff --git a/develop/mkdocs/search_index.json b/develop/mkdocs/search_index.json
index 53c0f4e..f6eb0ec 100644
--- a/develop/mkdocs/search_index.json
+++ b/develop/mkdocs/search_index.json
@@ -10546,6 +10546,41 @@
             "title": "Description"
         }, 
         {
+            "location": "/newt/command_list/newt_vals/", 
+            "text": "newt vals \n\n\nDisplays valid values for the specified 
element type(s). Appropriate values must be chosen and assigned to one or more 
elements when defining a package or target. Element types currently available 
are the 
following:\n\n\n\n\napi\n\n\napp\n\n\nbsp\n\n\nbuild_profile\n\n\ncompiler\n\n\nfeature\n\n\nlib\n\n\nsdk\n\n\ntarget\n\n\n\n\nUsage:\n\n\n
  newt vals \nelement-type\n [element-types...] [flags]\n\n\n\n\n\nFlags:\n\n\n 
   -h, --help=false: help for target\n\n\n\n\n\nGlobal Flags:\n\n\n    -l, 
--loglevel=\nWARN\n: Log level, defaults to WARN.\n    -o, --outfile string    
Filename to tee log output to\n    -q, --quiet=false: Be quiet; only display 
error output.\n    -s, --silent=false: Be silent; don\nt output anything.\n    
-v, --verbose=false: Enable verbose output when executing 
commands.\n\n\n\n\n\nExamples\n\n\n\n\n\n\n\n\nSub-command\n\n\nUsage\n\n\nExplanation\n\n\n\n\n\n\n\n\n\n\nvals\n\n\nnewt
 vals api\n\n\nShows the possible values for A
 PIs a package may specify as required. For example, the \npkg.yml\n for 
\nadc\n specifies that it requires the api named \nADC_HW_IMPL\n, one of the 
values listed by the command.\n\n\n\n\n\n\n\n\nExample output for \nnewt vals 
bsp\n:\n\n\nThis lists all possible values that may be assigned to a target's 
bsp attribute.\n\n\n$ newt vals bsp\nbsp names:\n    
@apache-mynewt-core/hw/bsp/arduino_primo_nrf52\n    
@apache-mynewt-core/hw/bsp/bmd300eval\n    @apache-mynewt-core/hw/bsp/ci40\n    
@apache-mynewt-core/hw/bsp/frdm-k64f\n    @apache-mynewt-core/hw/bsp/native\n   
 @apache-mynewt-core/hw/bsp/nrf51-arduino_101\n    
@apache-mynewt-core/hw/bsp/nrf51-blenano\n    
@apache-mynewt-core/hw/bsp/nrf51dk\n    
@apache-mynewt-core/hw/bsp/nrf51dk-16kbram\n    
@apache-mynewt-core/hw/bsp/nrf52dk\n    
@apache-mynewt-core/hw/bsp/nucleo-f401re\n    
@apache-mynewt-core/hw/bsp/olimex_stm32-e407_devboard\n    
@apache-mynewt-core/hw/bsp/rb-nano2\n    
@apache-mynewt-core/hw/bsp/stm32f4discovery\n$ newt targ
 et set sample_target 
bsp=@apache-mynewt-core/hw/bsp/rb-nano2\n\n\n\n\n\nObviously, this output will 
grow as more board support packages are added for new boards and MCUs.", 
+            "title": "newt vals"
+        }, 
+        {
+            "location": "/newt/command_list/newt_vals/#newt-vals", 
+            "text": "Displays valid values for the specified element type(s). 
Appropriate values must be chosen and assigned to one or more elements when 
defining a package or target. Element types currently available are the 
following:   api  app  bsp  build_profile  compiler  feature  lib  sdk  
target", 
+            "title": "newt vals "
+        }, 
+        {
+            "location": "/newt/command_list/newt_vals/#usage", 
+            "text": "newt vals  element-type  [element-types...] [flags]", 
+            "title": "Usage:"
+        }, 
+        {
+            "location": "/newt/command_list/newt_vals/#flags", 
+            "text": "-h, --help=false: help for target", 
+            "title": "Flags:"
+        }, 
+        {
+            "location": "/newt/command_list/newt_vals/#global-flags", 
+            "text": "-l, --loglevel= WARN : Log level, defaults to WARN.\n    
-o, --outfile string    Filename to tee log output to\n    -q, --quiet=false: 
Be quiet; only display error output.\n    -s, --silent=false: Be silent; don t 
output anything.\n    -v, --verbose=false: Enable verbose output when executing 
commands.", 
+            "title": "Global Flags:"
+        }, 
+        {
+            "location": "/newt/command_list/newt_vals/#examples", 
+            "text": "Sub-command  Usage  Explanation      vals  newt vals api  
Shows the possible values for APIs a package may specify as required. For 
example, the  pkg.yml  for  adc  specifies that it requires the api named  
ADC_HW_IMPL , one of the values listed by the command.", 
+            "title": "Examples"
+        }, 
+        {
+            "location": 
"/newt/command_list/newt_vals/#example-output-for-newt-vals-bsp", 
+            "text": "This lists all possible values that may be assigned to a 
target's bsp attribute.  $ newt vals bsp\nbsp names:\n    
@apache-mynewt-core/hw/bsp/arduino_primo_nrf52\n    
@apache-mynewt-core/hw/bsp/bmd300eval\n    @apache-mynewt-core/hw/bsp/ci40\n    
@apache-mynewt-core/hw/bsp/frdm-k64f\n    @apache-mynewt-core/hw/bsp/native\n   
 @apache-mynewt-core/hw/bsp/nrf51-arduino_101\n    
@apache-mynewt-core/hw/bsp/nrf51-blenano\n    
@apache-mynewt-core/hw/bsp/nrf51dk\n    
@apache-mynewt-core/hw/bsp/nrf51dk-16kbram\n    
@apache-mynewt-core/hw/bsp/nrf52dk\n    
@apache-mynewt-core/hw/bsp/nucleo-f401re\n    
@apache-mynewt-core/hw/bsp/olimex_stm32-e407_devboard\n    
@apache-mynewt-core/hw/bsp/rb-nano2\n    
@apache-mynewt-core/hw/bsp/stm32f4discovery\n$ newt target set sample_target 
bsp=@apache-mynewt-core/hw/bsp/rb-nano2  Obviously, this output will grow as 
more board support packages are added for new boards and MCUs.", 
+            "title": "Example output for newt vals bsp:"
+        }, 
+        {
             "location": "/newt/command_list/newt_version/", 
             "text": "newt version \n\n\nAllows you to query the version of 
newt installed in your application space.\n\n\nUsage:\n\n\n    newt version 
[flags]\n\n\n\n\n\nFlags:\n\n\n    -h, --help=false: help for 
version\n\n\n\n\n\nGlobal Flags:\n\n\n    -l, --loglevel string   Log level, 
defaults to WARN. (default \nWARN\n)\n    -o, --outfile string    Filename to 
tee output to\n    -q, --quiet             Be quiet; only display error 
output.\n    -s, --silent            Be silent; don\nt output anything.\n    
-v, --verbose           Enable verbose output when executing 
commands.\n\n\n\n\n\nExamples\n\n\n\n\n\n\n\n\nSub-command\n\n\nUsage\n\n\nExplanation\n\n\n\n\n\n\n\n\n\n\nversion\n\n\nnewt
 version\n\n\nDisplays the version of newt tool installed", 
             "title": "newt version"

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/develop/newt/command_list/newt_build/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/command_list/newt_build/index.html 
b/develop/newt/command_list/newt_build/index.html
index e5df214..a1e85f7 100644
--- a/develop/newt/command_list/newt_build/index.html
+++ b/develop/newt/command_list/newt_build/index.html
@@ -413,6 +413,14 @@
               
                 
     <li >
+      <a href="../newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../newt_version/">newt version</a>
     </li>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/develop/newt/command_list/newt_clean/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/command_list/newt_clean/index.html 
b/develop/newt/command_list/newt_clean/index.html
index 3bd357d..7b252b9 100644
--- a/develop/newt/command_list/newt_clean/index.html
+++ b/develop/newt/command_list/newt_clean/index.html
@@ -413,6 +413,14 @@
               
                 
     <li >
+      <a href="../newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../newt_version/">newt version</a>
     </li>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/develop/newt/command_list/newt_complete/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/command_list/newt_complete/index.html 
b/develop/newt/command_list/newt_complete/index.html
index c419791..7022378 100644
--- a/develop/newt/command_list/newt_complete/index.html
+++ b/develop/newt/command_list/newt_complete/index.html
@@ -413,6 +413,14 @@
               
                 
     <li >
+      <a href="../newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../newt_version/">newt version</a>
     </li>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/develop/newt/command_list/newt_create_image/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/command_list/newt_create_image/index.html 
b/develop/newt/command_list/newt_create_image/index.html
index 78c60c7..b2674fc 100644
--- a/develop/newt/command_list/newt_create_image/index.html
+++ b/develop/newt/command_list/newt_create_image/index.html
@@ -413,6 +413,14 @@
               
                 
     <li >
+      <a href="../newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../newt_version/">newt version</a>
     </li>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/develop/newt/command_list/newt_debug/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/command_list/newt_debug/index.html 
b/develop/newt/command_list/newt_debug/index.html
index a3dde09..c184c34 100644
--- a/develop/newt/command_list/newt_debug/index.html
+++ b/develop/newt/command_list/newt_debug/index.html
@@ -413,6 +413,14 @@
               
                 
     <li >
+      <a href="../newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../newt_version/">newt version</a>
     </li>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/develop/newt/command_list/newt_help/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/command_list/newt_help/index.html 
b/develop/newt/command_list/newt_help/index.html
index 653154f..b3c2bba 100644
--- a/develop/newt/command_list/newt_help/index.html
+++ b/develop/newt/command_list/newt_help/index.html
@@ -413,6 +413,14 @@
               
                 
     <li >
+      <a href="../newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../newt_version/">newt version</a>
     </li>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/develop/newt/command_list/newt_info/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/command_list/newt_info/index.html 
b/develop/newt/command_list/newt_info/index.html
index 5b40de1..6d2ff04 100644
--- a/develop/newt/command_list/newt_info/index.html
+++ b/develop/newt/command_list/newt_info/index.html
@@ -413,6 +413,14 @@
               
                 
     <li >
+      <a href="../newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../newt_version/">newt version</a>
     </li>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/develop/newt/command_list/newt_install/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/command_list/newt_install/index.html 
b/develop/newt/command_list/newt_install/index.html
index 3a28d95..d419bb2 100644
--- a/develop/newt/command_list/newt_install/index.html
+++ b/develop/newt/command_list/newt_install/index.html
@@ -413,6 +413,14 @@
               
                 
     <li >
+      <a href="../newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../newt_version/">newt version</a>
     </li>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/develop/newt/command_list/newt_load/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/command_list/newt_load/index.html 
b/develop/newt/command_list/newt_load/index.html
index 9e6779e..69137b1 100644
--- a/develop/newt/command_list/newt_load/index.html
+++ b/develop/newt/command_list/newt_load/index.html
@@ -413,6 +413,14 @@
               
                 
     <li >
+      <a href="../newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../newt_version/">newt version</a>
     </li>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/develop/newt/command_list/newt_mfg/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/command_list/newt_mfg/index.html 
b/develop/newt/command_list/newt_mfg/index.html
index 284aad7..4f3ada0 100644
--- a/develop/newt/command_list/newt_mfg/index.html
+++ b/develop/newt/command_list/newt_mfg/index.html
@@ -413,6 +413,14 @@
               
                 
     <li >
+      <a href="../newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../newt_version/">newt version</a>
     </li>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/develop/newt/command_list/newt_new/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/command_list/newt_new/index.html 
b/develop/newt/command_list/newt_new/index.html
index 76eb817..fa31dcf 100644
--- a/develop/newt/command_list/newt_new/index.html
+++ b/develop/newt/command_list/newt_new/index.html
@@ -413,6 +413,14 @@
               
                 
     <li >
+      <a href="../newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../newt_version/">newt version</a>
     </li>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/develop/newt/command_list/newt_run/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/command_list/newt_run/index.html 
b/develop/newt/command_list/newt_run/index.html
index d2be077..c4698d3 100644
--- a/develop/newt/command_list/newt_run/index.html
+++ b/develop/newt/command_list/newt_run/index.html
@@ -413,6 +413,14 @@
               
                 
     <li >
+      <a href="../newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../newt_version/">newt version</a>
     </li>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/develop/newt/command_list/newt_size/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/command_list/newt_size/index.html 
b/develop/newt/command_list/newt_size/index.html
index 5cfbb7f..1f64bf0 100644
--- a/develop/newt/command_list/newt_size/index.html
+++ b/develop/newt/command_list/newt_size/index.html
@@ -413,6 +413,14 @@
               
                 
     <li >
+      <a href="../newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../newt_version/">newt version</a>
     </li>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/develop/newt/command_list/newt_target/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/command_list/newt_target/index.html 
b/develop/newt/command_list/newt_target/index.html
index 6708294..eeb7757 100644
--- a/develop/newt/command_list/newt_target/index.html
+++ b/develop/newt/command_list/newt_target/index.html
@@ -413,6 +413,14 @@
               
                 
     <li >
+      <a href="../newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../newt_version/">newt version</a>
     </li>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/develop/newt/command_list/newt_test/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/command_list/newt_test/index.html 
b/develop/newt/command_list/newt_test/index.html
index 1bdbd3f..ed90ca7 100644
--- a/develop/newt/command_list/newt_test/index.html
+++ b/develop/newt/command_list/newt_test/index.html
@@ -413,6 +413,14 @@
               
                 
     <li >
+      <a href="../newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../newt_version/">newt version</a>
     </li>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/develop/newt/command_list/newt_upgrade/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/command_list/newt_upgrade/index.html 
b/develop/newt/command_list/newt_upgrade/index.html
index 8bfc2a6..93de8ef 100644
--- a/develop/newt/command_list/newt_upgrade/index.html
+++ b/develop/newt/command_list/newt_upgrade/index.html
@@ -413,6 +413,14 @@
               
                 
     <li >
+      <a href="../newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../newt_version/">newt version</a>
     </li>
 
@@ -539,8 +547,8 @@
     </li>
     <li class="pull-right">
     
-    <a href=../newt_version/>
-        Next: newt version
+    <a href=../newt_vals/>
+        Next: newt vals
         <span class="fa fa-arrow-right"></span>
     </a>
     

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/develop/newt/command_list/newt_vals/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/command_list/newt_vals/index.html 
b/develop/newt/command_list/newt_vals/index.html
new file mode 100644
index 0000000..acd1353
--- /dev/null
+++ b/develop/newt/command_list/newt_vals/index.html
@@ -0,0 +1,624 @@
+<!DOCTYPE html>
+<html lang="en">
+    <head>
+        <meta charset="utf-8">
+        <meta http-equiv="X-UA-Compatible" content="IE=edge">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        
+        
+        <!-- This is broken by doc revisioning.
+        <link rel="canonical" 
href="http://mynewt.apache.org/newt/command_list/newt_vals/";> -->
+        <link rel="shortcut icon" href="../../../img/favicon.ico">
+
+           <title>newt vals - Apache Mynewt</title>
+
+        <link href="../../../css/bootstrap-3.0.3.min.css" rel="stylesheet">
+        <link rel="stylesheet" href="../../../css/highlight.css">
+        <link href="../../../css/base.css" rel="stylesheet">
+        <link href="../../../css/custom.css" rel="stylesheet">
+        <link href="../../../css/v2.css" rel="stylesheet">
+        <link href="https://fonts.googleapis.com/css?family=Lato"; 
rel="stylesheet">
+        <link rel="stylesheet" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+        <link href="../../../extra.css" rel="stylesheet">
+
+        <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media 
queries -->
+        <!--[if lt IE 9]>
+            <script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
+            <script 
src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js";></script>
+        <![endif]-->
+
+        
+            <script>
+                
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+                (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new 
Date();a=s.createElement(o),
+                
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+                
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+                ga('create', 'UA-72162311-1', 'auto');
+                ga('send', 'pageview');
+            </script>
+        
+    </head>
+
+
+    <body class="newt vals">
+
+
+        <div class="container">
+    <div class="row v2-main-banner">
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
+            <h4 class="tagline">An OS to build, deploy and securely manage 
billions of devices</h4>
+        </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 
1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
+    </div>
+</div>
+
+        
+
+
+
+
+
+
+<nav id="navbar" class="navbar navbar-inverse affix-top" data-spy="affix" 
data-offset-top="150" role="navigation">
+    <div class="container">
+        <!-- Collapsed navigation -->
+        <div class="navbar-header">
+            <!-- Expander button -->
+            <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target=".navbar-collapse">
+                <span class="sr-only">Toggle navigation</span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+            </button>
+
+        </div>
+
+        <!-- Expanded navigation -->
+        <div class="navbar-collapse collapse">
+            <!-- Main navigation -->
+            <ul class="nav navbar-nav navbar-right">
+                <li 
+  class=""
+>
+                    <a href="/"><i class="fa fa-home" style="font-size: 
larger;"></i></a>
+                </li>
+                <li 
+  class="important"
+>
+                    <a href="/quick-start/">Quick Start</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/about/">About</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/talks/">Talks</a>
+                </li>
+                <li 
+  class="active"
+>
+                    <a href="/latest/os/introduction">Documentation</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/download/">Download</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/community/">Community</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/events/">Events</a>
+                </li>
+            </ul>
+
+            <!-- Search, Navigation and Repo links -->
+            <ul class="nav navbar-nav navbar-right">
+                
+            </ul>
+        </div>
+    </div>
+</nav>
+
+        
+
+        <div class="container">
+            
+                <div class="row">
+                    <div class="col-md-3 v2-sidebar sidebar-container"><div 
id="docSidebar" class="hidden-print" role="complementary">
+    <div class="top">
+        <div role="search">
+            <form id="rtd-search-form" class="wy-form" 
action="../../../search.html" method="get">
+                <div class="form-group">
+                    <input type="text" name="q" class="form-control" 
placeholder="Search documentation" />
+                </div>
+            </form>
+        </div>
+    </div>
+    <ul class="toc-nav">
+      <li class="doc-version">
+<select class="form-control" onchange="if (this.value) 
window.location.href=this.value">
+    
+    <option
+      value="/develop/os/introduction"
+      selected="selected"
+    >
+      Version: develop (latest)
+    </option>
+    
+    <option
+      value="/v0_9_0/os/introduction"
+      
+    >
+      Version: 0.9.0
+    </option>
+    
+</select>
+</li>
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+          
+  
+  
+    <li ><a href="../../../os/introduction/">Mynewt Documentation</a>
+  
+  
+    <ul>
+          
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../os/get_started/get_started/">Basic Setup</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../../../os/get_started/vocabulary/">Concepts</a>
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../os/tutorials/tutorials/">Tutorials</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../os/os_user_guide/">OS User Guide</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li><a href="
+  ../../../network/ble/ble_intro/
+">BLE User Guide</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../newt_intro/">Newt Tool Guide</a>
+  
+  
+    <ul>
+          
+              
+          
+              
+                
+    <li >
+      <a href="../../newt_operation/">Newt Theory of Ops</a>
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../newt_ops/">Command Guide</a>
+  
+  
+    <ul>
+          
+              
+          
+              
+                
+    <li >
+      <a href="../newt_build/">newt build</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../newt_clean/">newt clean</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../newt_complete/">newt complete</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../newt_create_image/">newt create-image</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../newt_debug/">newt debug</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../newt_help/">newt help</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../newt_info/">newt info</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../newt_install/">newt install</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../newt_load/">newt load</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../newt_mfg/">newt mfg</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../newt_new/">newt new</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../newt_run/">newt run</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../newt_size/">newt size</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../newt_target/">newt target</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../newt_test/">newt test</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../newt_upgrade/">newt upgrade</a>
+    </li>
+
+              
+          
+              
+                
+    <li class="active">
+      <a href="./">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../newt_version/">newt version</a>
+    </li>
+
+              
+          
+    </ul>
+  
+    </li>
+
+              
+          
+    </ul>
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../newtmgr/overview/">Newt Manager Guide</a>
+  
+  
+    </li>
+
+              
+          
+    </ul>
+  
+    </li>
+
+        
+      
+        
+          
+  
+  
+    <li><a href="
+  ../../../faq/how_to_edit_docs/
+">Appendix</a>
+  
+  
+    </li>
+
+        
+      
+    </ul>
+</div></div>
+
+                    <div class="col-md-9" role="main">
+                        <div class="doc-header">
+                            <div role="navigation" aria-label="breadcrumbs 
navigation">
+  <ul class="wy-breadcrumbs pull-right">
+    <li><a href="/develop/os/introduction">Docs</a></li>
+    
+    
+        
+          <li>&raquo; <a href="../../newt_intro/">Newt Tool Guide</a></li>
+        
+      
+        
+          <li>&raquo; <a href="../../newt_ops/">Command Guide</a></li>
+        
+      
+      
+        <li>&raquo; newt vals</li>
+      
+    
+    
+  </ul>
+</div>
+                        </div>
+                        
+                            <h2 id="newt-vals"><font color="#F2853F" 
style="font-size:24pt">newt vals </font></h2>
+<p>Displays valid values for the specified element type(s). Appropriate values 
must be chosen and assigned to one or more elements when defining a package or 
target. Element types currently available are the following:</p>
+<ul>
+<li>api</li>
+<li>app</li>
+<li>bsp</li>
+<li>build_profile</li>
+<li>compiler</li>
+<li>feature</li>
+<li>lib</li>
+<li>sdk</li>
+<li>target</li>
+</ul>
+<h4 id="usage">Usage:</h4>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 
125%">  newt vals &lt;element-type&gt; [element-types...] [flags]
+</pre></div>
+
+
+<h4 id="flags">Flags:</h4>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 
125%">    -h, --help=false: help for target
+</pre></div>
+
+
+<h4 id="global-flags">Global Flags:</h4>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 
125%">    -l, --loglevel=&quot;WARN&quot;: Log level, defaults to WARN.
+    -o, --outfile string    Filename to tee log output to
+    -q, --quiet=false: Be quiet; only display error output.
+    -s, --silent=false: Be silent; don&#39;t output anything.
+    -v, --verbose=false: Enable verbose output when executing commands.
+</pre></div>
+
+
+<h4 id="examples">Examples</h4>
+<table>
+<thead>
+<tr>
+<th>Sub-command</th>
+<th>Usage</th>
+<th>Explanation</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>vals</td>
+<td>newt vals api</td>
+<td>Shows the possible values for APIs a package may specify as required. For 
example, the <code>pkg.yml</code> for <code>adc</code> specifies that it 
requires the api named <code>ADC_HW_IMPL</code>, one of the values listed by 
the command.</td>
+</tr>
+</tbody>
+</table>
+<h4 id="example-output-for-newt-vals-bsp">Example output for <code>newt vals 
bsp</code>:</h4>
+<p>This lists all possible values that may be assigned to a target's bsp 
attribute.</p>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 
125%">$ newt vals bsp
+bsp names:
+    @apache-mynewt-core/hw/bsp/arduino_primo_nrf52
+    @apache-mynewt-core/hw/bsp/bmd300eval
+    @apache-mynewt-core/hw/bsp/ci40
+    @apache-mynewt-core/hw/bsp/frdm-k64f
+    @apache-mynewt-core/hw/bsp/native
+    @apache-mynewt-core/hw/bsp/nrf51-arduino_101
+    @apache-mynewt-core/hw/bsp/nrf51-blenano
+    @apache-mynewt-core/hw/bsp/nrf51dk
+    @apache-mynewt-core/hw/bsp/nrf51dk-16kbram
+    @apache-mynewt-core/hw/bsp/nrf52dk
+    @apache-mynewt-core/hw/bsp/nucleo-f401re
+    @apache-mynewt-core/hw/bsp/olimex_stm32-e407_devboard
+    @apache-mynewt-core/hw/bsp/rb-nano2
+    @apache-mynewt-core/hw/bsp/stm32f4discovery
+$ newt target set sample_target bsp=@apache-mynewt-core/hw/bsp/rb-nano2
+</pre></div>
+
+
+<p>Obviously, this output will grow as more board support packages are added 
for new boards and MCUs.</p>
+                        
+                        <div class="row">
+                            
+
+
+
+<ul class="nav nav-pills" style="margin-bottom: 10px">
+    <li>
+    
+    <a href=../newt_upgrade/>
+        <span class="fa fa-arrow-left"></span>
+        Previous: newt upgrade
+    </a>
+    
+    </li>
+    <li class="pull-right">
+    
+    <a href=../newt_version/>
+        Next: newt version
+        <span class="fa fa-arrow-right"></span>
+    </a>
+    
+    </li>
+</ul>
+                        </div>
+                        <footer class="row">
+    <div class="col-xs-12">
+        
+            <p class="copyright">Copyright &copy; 2015 The Apache Software 
Foundation, Licensed under the Apache License, Version 2.0 Apache and the 
Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        
+    </div>
+    <div class="col-xs-12">
+        <div class="logos">
+            <img src="/img/asf_logo_wide_small.png" alt="Apache" 
title="Apache">
+            <small class="footnote">
+                MyNewt is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is 
required of all newly accepted projects until a further review indicates that 
the infrastructure, communications, and decision making process have stabilized 
in a manner consistent with other successful ASF projects. While incubation 
status is not necessarily a reflection of the completeness or stability of the 
code, it does indicate that the project has yet to be fully endorsed by the ASF.
+            </small>
+            <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache 
Incubator">
+        </div>
+    </div>
+</footer>
+                    </div>
+                </div>
+            
+            
+        </div>
+
+        <script src="../../../js/jquery-1.10.2.min.js"></script>
+        <script src="../../../js/bootstrap-3.0.3.min.js"></script>
+        <script src="../../../js/highlight.pack.js"></script>
+        <script src="../../../js/base.js"></script>
+        <script src="../../../js/custom.js"></script>
+
+    </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/develop/newt/command_list/newt_version/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/command_list/newt_version/index.html 
b/develop/newt/command_list/newt_version/index.html
index f1ee02f..59c380d 100644
--- a/develop/newt/command_list/newt_version/index.html
+++ b/develop/newt/command_list/newt_version/index.html
@@ -412,6 +412,14 @@
           
               
                 
+    <li >
+      <a href="../newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
     <li class="active">
       <a href="./">newt version</a>
     </li>
@@ -534,9 +542,9 @@
 <ul class="nav nav-pills" style="margin-bottom: 10px">
     <li>
     
-    <a href=../newt_upgrade/>
+    <a href=../newt_vals/>
         <span class="fa fa-arrow-left"></span>
-        Previous: newt upgrade
+        Previous: newt vals
     </a>
     
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/develop/newt/newt_ops/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/newt_ops/index.html b/develop/newt/newt_ops/index.html
index 73ff531..7e97464 100644
--- a/develop/newt/newt_ops/index.html
+++ b/develop/newt/newt_ops/index.html
@@ -413,6 +413,14 @@
               
                 
     <li >
+      <a href="../command_list/newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../command_list/newt_version/">newt version</a>
     </li>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/latest/mkdocs/search_index.json
----------------------------------------------------------------------
diff --git a/latest/mkdocs/search_index.json b/latest/mkdocs/search_index.json
index 53c0f4e..f6eb0ec 100644
--- a/latest/mkdocs/search_index.json
+++ b/latest/mkdocs/search_index.json
@@ -10546,6 +10546,41 @@
             "title": "Description"
         }, 
         {
+            "location": "/newt/command_list/newt_vals/", 
+            "text": "newt vals \n\n\nDisplays valid values for the specified 
element type(s). Appropriate values must be chosen and assigned to one or more 
elements when defining a package or target. Element types currently available 
are the 
following:\n\n\n\n\napi\n\n\napp\n\n\nbsp\n\n\nbuild_profile\n\n\ncompiler\n\n\nfeature\n\n\nlib\n\n\nsdk\n\n\ntarget\n\n\n\n\nUsage:\n\n\n
  newt vals \nelement-type\n [element-types...] [flags]\n\n\n\n\n\nFlags:\n\n\n 
   -h, --help=false: help for target\n\n\n\n\n\nGlobal Flags:\n\n\n    -l, 
--loglevel=\nWARN\n: Log level, defaults to WARN.\n    -o, --outfile string    
Filename to tee log output to\n    -q, --quiet=false: Be quiet; only display 
error output.\n    -s, --silent=false: Be silent; don\nt output anything.\n    
-v, --verbose=false: Enable verbose output when executing 
commands.\n\n\n\n\n\nExamples\n\n\n\n\n\n\n\n\nSub-command\n\n\nUsage\n\n\nExplanation\n\n\n\n\n\n\n\n\n\n\nvals\n\n\nnewt
 vals api\n\n\nShows the possible values for A
 PIs a package may specify as required. For example, the \npkg.yml\n for 
\nadc\n specifies that it requires the api named \nADC_HW_IMPL\n, one of the 
values listed by the command.\n\n\n\n\n\n\n\n\nExample output for \nnewt vals 
bsp\n:\n\n\nThis lists all possible values that may be assigned to a target's 
bsp attribute.\n\n\n$ newt vals bsp\nbsp names:\n    
@apache-mynewt-core/hw/bsp/arduino_primo_nrf52\n    
@apache-mynewt-core/hw/bsp/bmd300eval\n    @apache-mynewt-core/hw/bsp/ci40\n    
@apache-mynewt-core/hw/bsp/frdm-k64f\n    @apache-mynewt-core/hw/bsp/native\n   
 @apache-mynewt-core/hw/bsp/nrf51-arduino_101\n    
@apache-mynewt-core/hw/bsp/nrf51-blenano\n    
@apache-mynewt-core/hw/bsp/nrf51dk\n    
@apache-mynewt-core/hw/bsp/nrf51dk-16kbram\n    
@apache-mynewt-core/hw/bsp/nrf52dk\n    
@apache-mynewt-core/hw/bsp/nucleo-f401re\n    
@apache-mynewt-core/hw/bsp/olimex_stm32-e407_devboard\n    
@apache-mynewt-core/hw/bsp/rb-nano2\n    
@apache-mynewt-core/hw/bsp/stm32f4discovery\n$ newt targ
 et set sample_target 
bsp=@apache-mynewt-core/hw/bsp/rb-nano2\n\n\n\n\n\nObviously, this output will 
grow as more board support packages are added for new boards and MCUs.", 
+            "title": "newt vals"
+        }, 
+        {
+            "location": "/newt/command_list/newt_vals/#newt-vals", 
+            "text": "Displays valid values for the specified element type(s). 
Appropriate values must be chosen and assigned to one or more elements when 
defining a package or target. Element types currently available are the 
following:   api  app  bsp  build_profile  compiler  feature  lib  sdk  
target", 
+            "title": "newt vals "
+        }, 
+        {
+            "location": "/newt/command_list/newt_vals/#usage", 
+            "text": "newt vals  element-type  [element-types...] [flags]", 
+            "title": "Usage:"
+        }, 
+        {
+            "location": "/newt/command_list/newt_vals/#flags", 
+            "text": "-h, --help=false: help for target", 
+            "title": "Flags:"
+        }, 
+        {
+            "location": "/newt/command_list/newt_vals/#global-flags", 
+            "text": "-l, --loglevel= WARN : Log level, defaults to WARN.\n    
-o, --outfile string    Filename to tee log output to\n    -q, --quiet=false: 
Be quiet; only display error output.\n    -s, --silent=false: Be silent; don t 
output anything.\n    -v, --verbose=false: Enable verbose output when executing 
commands.", 
+            "title": "Global Flags:"
+        }, 
+        {
+            "location": "/newt/command_list/newt_vals/#examples", 
+            "text": "Sub-command  Usage  Explanation      vals  newt vals api  
Shows the possible values for APIs a package may specify as required. For 
example, the  pkg.yml  for  adc  specifies that it requires the api named  
ADC_HW_IMPL , one of the values listed by the command.", 
+            "title": "Examples"
+        }, 
+        {
+            "location": 
"/newt/command_list/newt_vals/#example-output-for-newt-vals-bsp", 
+            "text": "This lists all possible values that may be assigned to a 
target's bsp attribute.  $ newt vals bsp\nbsp names:\n    
@apache-mynewt-core/hw/bsp/arduino_primo_nrf52\n    
@apache-mynewt-core/hw/bsp/bmd300eval\n    @apache-mynewt-core/hw/bsp/ci40\n    
@apache-mynewt-core/hw/bsp/frdm-k64f\n    @apache-mynewt-core/hw/bsp/native\n   
 @apache-mynewt-core/hw/bsp/nrf51-arduino_101\n    
@apache-mynewt-core/hw/bsp/nrf51-blenano\n    
@apache-mynewt-core/hw/bsp/nrf51dk\n    
@apache-mynewt-core/hw/bsp/nrf51dk-16kbram\n    
@apache-mynewt-core/hw/bsp/nrf52dk\n    
@apache-mynewt-core/hw/bsp/nucleo-f401re\n    
@apache-mynewt-core/hw/bsp/olimex_stm32-e407_devboard\n    
@apache-mynewt-core/hw/bsp/rb-nano2\n    
@apache-mynewt-core/hw/bsp/stm32f4discovery\n$ newt target set sample_target 
bsp=@apache-mynewt-core/hw/bsp/rb-nano2  Obviously, this output will grow as 
more board support packages are added for new boards and MCUs.", 
+            "title": "Example output for newt vals bsp:"
+        }, 
+        {
             "location": "/newt/command_list/newt_version/", 
             "text": "newt version \n\n\nAllows you to query the version of 
newt installed in your application space.\n\n\nUsage:\n\n\n    newt version 
[flags]\n\n\n\n\n\nFlags:\n\n\n    -h, --help=false: help for 
version\n\n\n\n\n\nGlobal Flags:\n\n\n    -l, --loglevel string   Log level, 
defaults to WARN. (default \nWARN\n)\n    -o, --outfile string    Filename to 
tee output to\n    -q, --quiet             Be quiet; only display error 
output.\n    -s, --silent            Be silent; don\nt output anything.\n    
-v, --verbose           Enable verbose output when executing 
commands.\n\n\n\n\n\nExamples\n\n\n\n\n\n\n\n\nSub-command\n\n\nUsage\n\n\nExplanation\n\n\n\n\n\n\n\n\n\n\nversion\n\n\nnewt
 version\n\n\nDisplays the version of newt tool installed", 
             "title": "newt version"

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/latest/newt/command_list/newt_build/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/command_list/newt_build/index.html 
b/latest/newt/command_list/newt_build/index.html
index 6188e7d..14d4b27 100644
--- a/latest/newt/command_list/newt_build/index.html
+++ b/latest/newt/command_list/newt_build/index.html
@@ -413,6 +413,14 @@
               
                 
     <li >
+      <a href="../newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../newt_version/">newt version</a>
     </li>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/latest/newt/command_list/newt_clean/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/command_list/newt_clean/index.html 
b/latest/newt/command_list/newt_clean/index.html
index 1a89677..d37fa2a 100644
--- a/latest/newt/command_list/newt_clean/index.html
+++ b/latest/newt/command_list/newt_clean/index.html
@@ -413,6 +413,14 @@
               
                 
     <li >
+      <a href="../newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../newt_version/">newt version</a>
     </li>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/latest/newt/command_list/newt_complete/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/command_list/newt_complete/index.html 
b/latest/newt/command_list/newt_complete/index.html
index 172a94d..201483c 100644
--- a/latest/newt/command_list/newt_complete/index.html
+++ b/latest/newt/command_list/newt_complete/index.html
@@ -413,6 +413,14 @@
               
                 
     <li >
+      <a href="../newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../newt_version/">newt version</a>
     </li>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/latest/newt/command_list/newt_create_image/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/command_list/newt_create_image/index.html 
b/latest/newt/command_list/newt_create_image/index.html
index 5b03765..d7bdde1 100644
--- a/latest/newt/command_list/newt_create_image/index.html
+++ b/latest/newt/command_list/newt_create_image/index.html
@@ -413,6 +413,14 @@
               
                 
     <li >
+      <a href="../newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../newt_version/">newt version</a>
     </li>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/latest/newt/command_list/newt_debug/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/command_list/newt_debug/index.html 
b/latest/newt/command_list/newt_debug/index.html
index 33581b0..c4161d2 100644
--- a/latest/newt/command_list/newt_debug/index.html
+++ b/latest/newt/command_list/newt_debug/index.html
@@ -413,6 +413,14 @@
               
                 
     <li >
+      <a href="../newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../newt_version/">newt version</a>
     </li>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/latest/newt/command_list/newt_help/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/command_list/newt_help/index.html 
b/latest/newt/command_list/newt_help/index.html
index c02d0b3..f66a919 100644
--- a/latest/newt/command_list/newt_help/index.html
+++ b/latest/newt/command_list/newt_help/index.html
@@ -413,6 +413,14 @@
               
                 
     <li >
+      <a href="../newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../newt_version/">newt version</a>
     </li>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/latest/newt/command_list/newt_info/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/command_list/newt_info/index.html 
b/latest/newt/command_list/newt_info/index.html
index b0c1ffc..d194573 100644
--- a/latest/newt/command_list/newt_info/index.html
+++ b/latest/newt/command_list/newt_info/index.html
@@ -413,6 +413,14 @@
               
                 
     <li >
+      <a href="../newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../newt_version/">newt version</a>
     </li>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/latest/newt/command_list/newt_install/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/command_list/newt_install/index.html 
b/latest/newt/command_list/newt_install/index.html
index 5aff214..8119149 100644
--- a/latest/newt/command_list/newt_install/index.html
+++ b/latest/newt/command_list/newt_install/index.html
@@ -413,6 +413,14 @@
               
                 
     <li >
+      <a href="../newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../newt_version/">newt version</a>
     </li>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/latest/newt/command_list/newt_load/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/command_list/newt_load/index.html 
b/latest/newt/command_list/newt_load/index.html
index 6b46004..e05344e 100644
--- a/latest/newt/command_list/newt_load/index.html
+++ b/latest/newt/command_list/newt_load/index.html
@@ -413,6 +413,14 @@
               
                 
     <li >
+      <a href="../newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../newt_version/">newt version</a>
     </li>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/latest/newt/command_list/newt_mfg/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/command_list/newt_mfg/index.html 
b/latest/newt/command_list/newt_mfg/index.html
index 909c884..b4aecca 100644
--- a/latest/newt/command_list/newt_mfg/index.html
+++ b/latest/newt/command_list/newt_mfg/index.html
@@ -413,6 +413,14 @@
               
                 
     <li >
+      <a href="../newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../newt_version/">newt version</a>
     </li>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/latest/newt/command_list/newt_new/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/command_list/newt_new/index.html 
b/latest/newt/command_list/newt_new/index.html
index 6d8a217..d999571 100644
--- a/latest/newt/command_list/newt_new/index.html
+++ b/latest/newt/command_list/newt_new/index.html
@@ -413,6 +413,14 @@
               
                 
     <li >
+      <a href="../newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../newt_version/">newt version</a>
     </li>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/latest/newt/command_list/newt_run/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/command_list/newt_run/index.html 
b/latest/newt/command_list/newt_run/index.html
index dfa09a7..1c6d38c 100644
--- a/latest/newt/command_list/newt_run/index.html
+++ b/latest/newt/command_list/newt_run/index.html
@@ -413,6 +413,14 @@
               
                 
     <li >
+      <a href="../newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../newt_version/">newt version</a>
     </li>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/latest/newt/command_list/newt_size/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/command_list/newt_size/index.html 
b/latest/newt/command_list/newt_size/index.html
index e5a9f71..d0ba323 100644
--- a/latest/newt/command_list/newt_size/index.html
+++ b/latest/newt/command_list/newt_size/index.html
@@ -413,6 +413,14 @@
               
                 
     <li >
+      <a href="../newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../newt_version/">newt version</a>
     </li>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/latest/newt/command_list/newt_target/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/command_list/newt_target/index.html 
b/latest/newt/command_list/newt_target/index.html
index a1342b4..2ce8676 100644
--- a/latest/newt/command_list/newt_target/index.html
+++ b/latest/newt/command_list/newt_target/index.html
@@ -413,6 +413,14 @@
               
                 
     <li >
+      <a href="../newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../newt_version/">newt version</a>
     </li>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/latest/newt/command_list/newt_test/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/command_list/newt_test/index.html 
b/latest/newt/command_list/newt_test/index.html
index 36db17b..f9e448f 100644
--- a/latest/newt/command_list/newt_test/index.html
+++ b/latest/newt/command_list/newt_test/index.html
@@ -413,6 +413,14 @@
               
                 
     <li >
+      <a href="../newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../newt_version/">newt version</a>
     </li>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/latest/newt/command_list/newt_upgrade/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/command_list/newt_upgrade/index.html 
b/latest/newt/command_list/newt_upgrade/index.html
index 1292754..cab7fd0 100644
--- a/latest/newt/command_list/newt_upgrade/index.html
+++ b/latest/newt/command_list/newt_upgrade/index.html
@@ -413,6 +413,14 @@
               
                 
     <li >
+      <a href="../newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../newt_version/">newt version</a>
     </li>
 
@@ -539,8 +547,8 @@
     </li>
     <li class="pull-right">
     
-    <a href=../newt_version/>
-        Next: newt version
+    <a href=../newt_vals/>
+        Next: newt vals
         <span class="fa fa-arrow-right"></span>
     </a>
     

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/latest/newt/command_list/newt_vals/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/command_list/newt_vals/index.html 
b/latest/newt/command_list/newt_vals/index.html
new file mode 100644
index 0000000..14ca42a
--- /dev/null
+++ b/latest/newt/command_list/newt_vals/index.html
@@ -0,0 +1,624 @@
+<!DOCTYPE html>
+<html lang="en">
+    <head>
+        <meta charset="utf-8">
+        <meta http-equiv="X-UA-Compatible" content="IE=edge">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        
+        
+        <!-- This is broken by doc revisioning.
+        <link rel="canonical" 
href="http://mynewt.apache.org/newt/command_list/newt_vals/";> -->
+        <link rel="shortcut icon" href="../../../img/favicon.ico">
+
+           <title>newt vals - Apache Mynewt</title>
+
+        <link href="../../../css/bootstrap-3.0.3.min.css" rel="stylesheet">
+        <link rel="stylesheet" href="../../../css/highlight.css">
+        <link href="../../../css/base.css" rel="stylesheet">
+        <link href="../../../css/custom.css" rel="stylesheet">
+        <link href="../../../css/v2.css" rel="stylesheet">
+        <link href="https://fonts.googleapis.com/css?family=Lato"; 
rel="stylesheet">
+        <link rel="stylesheet" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+        <link href="../../../extra.css" rel="stylesheet">
+
+        <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media 
queries -->
+        <!--[if lt IE 9]>
+            <script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
+            <script 
src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js";></script>
+        <![endif]-->
+
+        
+            <script>
+                
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+                (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new 
Date();a=s.createElement(o),
+                
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+                
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+                ga('create', 'UA-72162311-1', 'auto');
+                ga('send', 'pageview');
+            </script>
+        
+    </head>
+
+
+    <body class="newt vals">
+
+
+        <div class="container">
+    <div class="row v2-main-banner">
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
+            <h4 class="tagline">An OS to build, deploy and securely manage 
billions of devices</h4>
+        </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 
1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
+    </div>
+</div>
+
+        
+
+
+
+
+
+
+<nav id="navbar" class="navbar navbar-inverse affix-top" data-spy="affix" 
data-offset-top="150" role="navigation">
+    <div class="container">
+        <!-- Collapsed navigation -->
+        <div class="navbar-header">
+            <!-- Expander button -->
+            <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target=".navbar-collapse">
+                <span class="sr-only">Toggle navigation</span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+            </button>
+
+        </div>
+
+        <!-- Expanded navigation -->
+        <div class="navbar-collapse collapse">
+            <!-- Main navigation -->
+            <ul class="nav navbar-nav navbar-right">
+                <li 
+  class=""
+>
+                    <a href="/"><i class="fa fa-home" style="font-size: 
larger;"></i></a>
+                </li>
+                <li 
+  class="important"
+>
+                    <a href="/quick-start/">Quick Start</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/about/">About</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/talks/">Talks</a>
+                </li>
+                <li 
+  class="active"
+>
+                    <a href="/latest/os/introduction">Documentation</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/download/">Download</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/community/">Community</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/events/">Events</a>
+                </li>
+            </ul>
+
+            <!-- Search, Navigation and Repo links -->
+            <ul class="nav navbar-nav navbar-right">
+                
+            </ul>
+        </div>
+    </div>
+</nav>
+
+        
+
+        <div class="container">
+            
+                <div class="row">
+                    <div class="col-md-3 v2-sidebar sidebar-container"><div 
id="docSidebar" class="hidden-print" role="complementary">
+    <div class="top">
+        <div role="search">
+            <form id="rtd-search-form" class="wy-form" 
action="../../../search.html" method="get">
+                <div class="form-group">
+                    <input type="text" name="q" class="form-control" 
placeholder="Search documentation" />
+                </div>
+            </form>
+        </div>
+    </div>
+    <ul class="toc-nav">
+      <li class="doc-version">
+<select class="form-control" onchange="if (this.value) 
window.location.href=this.value">
+    
+    <option
+      value="/develop/os/introduction"
+      selected="selected"
+    >
+      Version: develop (latest)
+    </option>
+    
+    <option
+      value="/v0_9_0/os/introduction"
+      
+    >
+      Version: 0.9.0
+    </option>
+    
+</select>
+</li>
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+          
+  
+  
+    <li ><a href="../../../os/introduction/">Mynewt Documentation</a>
+  
+  
+    <ul>
+          
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../os/get_started/get_started/">Basic Setup</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../../../os/get_started/vocabulary/">Concepts</a>
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../os/tutorials/tutorials/">Tutorials</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../os/os_user_guide/">OS User Guide</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li><a href="
+  ../../../network/ble/ble_intro/
+">BLE User Guide</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../newt_intro/">Newt Tool Guide</a>
+  
+  
+    <ul>
+          
+              
+          
+              
+                
+    <li >
+      <a href="../../newt_operation/">Newt Theory of Ops</a>
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../newt_ops/">Command Guide</a>
+  
+  
+    <ul>
+          
+              
+          
+              
+                
+    <li >
+      <a href="../newt_build/">newt build</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../newt_clean/">newt clean</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../newt_complete/">newt complete</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../newt_create_image/">newt create-image</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../newt_debug/">newt debug</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../newt_help/">newt help</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../newt_info/">newt info</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../newt_install/">newt install</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../newt_load/">newt load</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../newt_mfg/">newt mfg</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../newt_new/">newt new</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../newt_run/">newt run</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../newt_size/">newt size</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../newt_target/">newt target</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../newt_test/">newt test</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../newt_upgrade/">newt upgrade</a>
+    </li>
+
+              
+          
+              
+                
+    <li class="active">
+      <a href="./">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../newt_version/">newt version</a>
+    </li>
+
+              
+          
+    </ul>
+  
+    </li>
+
+              
+          
+    </ul>
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../newtmgr/overview/">Newt Manager Guide</a>
+  
+  
+    </li>
+
+              
+          
+    </ul>
+  
+    </li>
+
+        
+      
+        
+          
+  
+  
+    <li><a href="
+  ../../../faq/how_to_edit_docs/
+">Appendix</a>
+  
+  
+    </li>
+
+        
+      
+    </ul>
+</div></div>
+
+                    <div class="col-md-9" role="main">
+                        <div class="doc-header">
+                            <div role="navigation" aria-label="breadcrumbs 
navigation">
+  <ul class="wy-breadcrumbs pull-right">
+    <li><a href="/latest/os/introduction">Docs</a></li>
+    
+    
+        
+          <li>&raquo; <a href="../../newt_intro/">Newt Tool Guide</a></li>
+        
+      
+        
+          <li>&raquo; <a href="../../newt_ops/">Command Guide</a></li>
+        
+      
+      
+        <li>&raquo; newt vals</li>
+      
+    
+    
+  </ul>
+</div>
+                        </div>
+                        
+                            <h2 id="newt-vals"><font color="#F2853F" 
style="font-size:24pt">newt vals </font></h2>
+<p>Displays valid values for the specified element type(s). Appropriate values 
must be chosen and assigned to one or more elements when defining a package or 
target. Element types currently available are the following:</p>
+<ul>
+<li>api</li>
+<li>app</li>
+<li>bsp</li>
+<li>build_profile</li>
+<li>compiler</li>
+<li>feature</li>
+<li>lib</li>
+<li>sdk</li>
+<li>target</li>
+</ul>
+<h4 id="usage">Usage:</h4>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 
125%">  newt vals &lt;element-type&gt; [element-types...] [flags]
+</pre></div>
+
+
+<h4 id="flags">Flags:</h4>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 
125%">    -h, --help=false: help for target
+</pre></div>
+
+
+<h4 id="global-flags">Global Flags:</h4>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 
125%">    -l, --loglevel=&quot;WARN&quot;: Log level, defaults to WARN.
+    -o, --outfile string    Filename to tee log output to
+    -q, --quiet=false: Be quiet; only display error output.
+    -s, --silent=false: Be silent; don&#39;t output anything.
+    -v, --verbose=false: Enable verbose output when executing commands.
+</pre></div>
+
+
+<h4 id="examples">Examples</h4>
+<table>
+<thead>
+<tr>
+<th>Sub-command</th>
+<th>Usage</th>
+<th>Explanation</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>vals</td>
+<td>newt vals api</td>
+<td>Shows the possible values for APIs a package may specify as required. For 
example, the <code>pkg.yml</code> for <code>adc</code> specifies that it 
requires the api named <code>ADC_HW_IMPL</code>, one of the values listed by 
the command.</td>
+</tr>
+</tbody>
+</table>
+<h4 id="example-output-for-newt-vals-bsp">Example output for <code>newt vals 
bsp</code>:</h4>
+<p>This lists all possible values that may be assigned to a target's bsp 
attribute.</p>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 
125%">$ newt vals bsp
+bsp names:
+    @apache-mynewt-core/hw/bsp/arduino_primo_nrf52
+    @apache-mynewt-core/hw/bsp/bmd300eval
+    @apache-mynewt-core/hw/bsp/ci40
+    @apache-mynewt-core/hw/bsp/frdm-k64f
+    @apache-mynewt-core/hw/bsp/native
+    @apache-mynewt-core/hw/bsp/nrf51-arduino_101
+    @apache-mynewt-core/hw/bsp/nrf51-blenano
+    @apache-mynewt-core/hw/bsp/nrf51dk
+    @apache-mynewt-core/hw/bsp/nrf51dk-16kbram
+    @apache-mynewt-core/hw/bsp/nrf52dk
+    @apache-mynewt-core/hw/bsp/nucleo-f401re
+    @apache-mynewt-core/hw/bsp/olimex_stm32-e407_devboard
+    @apache-mynewt-core/hw/bsp/rb-nano2
+    @apache-mynewt-core/hw/bsp/stm32f4discovery
+$ newt target set sample_target bsp=@apache-mynewt-core/hw/bsp/rb-nano2
+</pre></div>
+
+
+<p>Obviously, this output will grow as more board support packages are added 
for new boards and MCUs.</p>
+                        
+                        <div class="row">
+                            
+
+
+
+<ul class="nav nav-pills" style="margin-bottom: 10px">
+    <li>
+    
+    <a href=../newt_upgrade/>
+        <span class="fa fa-arrow-left"></span>
+        Previous: newt upgrade
+    </a>
+    
+    </li>
+    <li class="pull-right">
+    
+    <a href=../newt_version/>
+        Next: newt version
+        <span class="fa fa-arrow-right"></span>
+    </a>
+    
+    </li>
+</ul>
+                        </div>
+                        <footer class="row">
+    <div class="col-xs-12">
+        
+            <p class="copyright">Copyright &copy; 2015 The Apache Software 
Foundation, Licensed under the Apache License, Version 2.0 Apache and the 
Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        
+    </div>
+    <div class="col-xs-12">
+        <div class="logos">
+            <img src="/img/asf_logo_wide_small.png" alt="Apache" 
title="Apache">
+            <small class="footnote">
+                MyNewt is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is 
required of all newly accepted projects until a further review indicates that 
the infrastructure, communications, and decision making process have stabilized 
in a manner consistent with other successful ASF projects. While incubation 
status is not necessarily a reflection of the completeness or stability of the 
code, it does indicate that the project has yet to be fully endorsed by the ASF.
+            </small>
+            <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache 
Incubator">
+        </div>
+    </div>
+</footer>
+                    </div>
+                </div>
+            
+            
+        </div>
+
+        <script src="../../../js/jquery-1.10.2.min.js"></script>
+        <script src="../../../js/bootstrap-3.0.3.min.js"></script>
+        <script src="../../../js/highlight.pack.js"></script>
+        <script src="../../../js/base.js"></script>
+        <script src="../../../js/custom.js"></script>
+
+    </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/latest/newt/command_list/newt_version/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/command_list/newt_version/index.html 
b/latest/newt/command_list/newt_version/index.html
index f878463..0098fa7 100644
--- a/latest/newt/command_list/newt_version/index.html
+++ b/latest/newt/command_list/newt_version/index.html
@@ -412,6 +412,14 @@
           
               
                 
+    <li >
+      <a href="../newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
     <li class="active">
       <a href="./">newt version</a>
     </li>
@@ -534,9 +542,9 @@
 <ul class="nav nav-pills" style="margin-bottom: 10px">
     <li>
     
-    <a href=../newt_upgrade/>
+    <a href=../newt_vals/>
         <span class="fa fa-arrow-left"></span>
-        Previous: newt upgrade
+        Previous: newt vals
     </a>
     
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/954f8ab0/latest/newt/newt_ops/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/newt_ops/index.html b/latest/newt/newt_ops/index.html
index c4970aa..cfd070c 100644
--- a/latest/newt/newt_ops/index.html
+++ b/latest/newt/newt_ops/index.html
@@ -413,6 +413,14 @@
               
                 
     <li >
+      <a href="../command_list/newt_vals/">newt vals</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../command_list/newt_version/">newt version</a>
     </li>
 

Reply via email to