You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2016/12/16 01:58:09 UTC

[4/6] incubator-mynewt-site git commit: Added oicmgr documentation. Updated landing page BLE performance comparisons. Simplified stats package initialization documentation.

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/devmgmt/oicmgr/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/devmgmt/oicmgr/index.html b/develop/os/modules/devmgmt/oicmgr/index.html
new file mode 100644
index 0000000..238585d
--- /dev/null
+++ b/develop/os/modules/devmgmt/oicmgr/index.html
@@ -0,0 +1,674 @@
+<!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/os/modules/devmgmt/oicmgr/"> -->
+        <link rel="shortcut icon" href="../../../../img/favicon.ico">
+
+	    <title>Using Newt Manager in OIC framework - 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="Using Newt Manager in OIC framework">
+
+
+        <div class="container">
+    <div class="row v2-main-banner">
+        <div class="col-xs-12 v2-vcenter">
+            <a href="/"><img class="logo" src="/img/logo.png"></a>
+
+            <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
+        </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="../../../introduction/">Mynewt Documentation</a>
+  
+  
+    <ul>
+          
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../get_started/get_started/">Basic Setup</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../../../get_started/vocabulary/">Concepts</a>
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../tutorials/tutorials/">Tutorials</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../os_user_guide/">OS User Guide</a>
+  
+  
+    <ul>
+          
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../core_os/mynewt_os/">OS Core</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../core_os/porting/port_os/">Porting to your Platform</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../console/console/">Console</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../shell/shell/">Shell</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../split/split/">Split Images</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../bootloader/bootloader/">Bootloader</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li><a href="
+  
+  
+  ../../fs/fs/fs/
+
+">File System</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../hal/hal/">Hardware Abstraction Layer</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../drivers/driver/">Drivers</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../testutil/testutil/">Test Utilities</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    <ul>
+          
+              
+          
+              
+                
+    <li class="active">
+      <a href="./">Using Newt Manager in OIC framework</a>
+    </li>
+
+              
+          
+    </ul>
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../../baselibc/">Baselibc library</a>
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../elua/elua/">Embedded Lua</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../json/json/">JSON</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../fcb/fcb/">Flash Circular Buffer</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../stats/stats/">Stats</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../logs/logs/">Logs</a>
+  
+  
+    </li>
+
+              
+          
+    </ul>
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li><a href="
+  ../../../../network/ble/ble_intro/
+">BLE User Guide</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../../newt/newt_intro/">Newt Tool Guide</a>
+  
+  
+    </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="../../../os_user_guide/">OS User Guide</a></li>
+        
+      
+        
+          <li>&raquo; <a href="../newtmgr/">Device Management with Newt Manager</a></li>
+        
+      
+      
+        <li>&raquo; Using Newt Manager in OIC framework</li>
+      
+    
+    
+  </ul>
+</div>
+                        </div>
+                        
+                            <h2 id="using-the-oic-framework">Using the OIC framework</h2>
+<p>Apache Mynewt includes support for the OIC interoperability standard through the <code>oicmgr</code> framework.  Mynewt defines and exposes oicmgr as an OIC Server resource with the following identity and properties: 
+<br>
+<table style="width:50%" align="center">
+<tr> 
+<td><strong>URI</strong></td> 
+<td>/omgr</td>
+</tr>
+<tr>
+<td><strong>Resource Type</strong>(rt)</td>
+<td>x.mynewt.nmgr</td> 
+</tr>
+<td><strong>Interface</strong>(if)</td>
+<td>oic.if_rw (default), oic.if.baseline</td>
+</tr>
+<td><strong>Discoverable</strong></td>
+<td>Yes</td>
+</tr>
+</table>
+The newtmgr application tool uses CoAP (Constrained Application Protocol) requests to send commands to oicmgr.<br />
+It sends a CoAP request for <strong>/omgr</strong> as follows:</p>
+<ul>
+<li>Specifies the newtmgr command to execute in the URI query string. </li>
+<li>Uses a GET method for newtmgr commands that retreive information 
+from your application, for example, the <code>taskstats</code> and <code>mpstats</code> commands. </li>
+<li>Uses a PUT method for newtmgr commands that send data to or modify the state of your application,
+for example, the <code>echo</code> or <code>datetime</code> commands. </li>
+<li>Sends the CBOR-encoded command request data in the CoAP message payload.</li>
+</ul>
+<p>The <code>oicmgr</code> framework supports transport over BLE, serial, and IP connections to the device.</p>
+<h3 id="customize-newt-manager-usage-with-mgmt">Customize Newt Manager usage with mgmt</h3>
+<p>The <strong>mgmt</strong> package enables you to customize Newt Manager (in either the newtmgr or oicmgr framerwork) to only process the
+commands that your application uses. The newtmgr commands are divided into management groups.
+A manager package implements the commands for a group.  It implements the handlers that 
+process the commands for the group and registers the handlers with mgmt. 
+When newtmgr or oicmgr receives a newtmgr command, 
+it looks up the handler for the command (by management group id and command id) from mgmt and calls the 
+handler to process the command.   </p>
+<p>The system level management groups are listed in following table:
+<table style="width:90%" align="center">
+<tt>
+<td>Management Group</td>
+<td>newtmgr Commands</td>
+<td>Package</td>
+</tt>
+<tr>
+<td>MGMT_GROUP_ID_DEFAULT</td>
+<td><code>echo</code> <code>taskstats</code> <code>mpstats</code> <code>datetime</code> <code>reset</code></td>
+<td>mgmt/newtmgr/nmgr_os</td>
+</tr>
+<tr>
+<td>MGMT_GROUP_ID_IMAGE</td>
+<td><code>image</code> </td>
+<td>mgmt/imgmgr</td>
+</tr>
+<tr>
+<td>MGMT_GROUP_ID_STATS</td>
+<td><code>stat</code> </td>
+<td>sys/stats</td>
+</tr>
+<tr>
+<td>MGMT_GROUP_ID_CONFIG</td>
+<td><code>config</code></td>
+<td>sys/config</td>
+</tr>
+<tr>
+<td>MGMT_GROUP_ID_LOGS</td>
+<td><code>log</code></td>
+<td>sys/log</td>
+</tr>
+<tr>
+<td>MGMT_GROUP_ID_CRASH</td>
+<td><code>crash</code></td>
+<td>test/crash_test</td>
+</tr>
+<tr>
+<td>MGMT_GROUP_ID_RUNTEST</td>
+<td><code>runtest</code></td>
+<td>test/runtest</td>
+</tr>
+</table>
+Both newtmgr and ocimgr process the MGMT_GROUP_ID_DEFAULT commands by default.  You can also
+use mgmt to add user defined management group commands. </p>
+                        
+                        <div class="row">
+                            
+
+
+
+<ul class="nav nav-pills" style="margin-bottom: 10px">
+    <li>
+    
+    <a href=../newtmgr/>
+        <span class="fa fa-arrow-left"></span>
+        Previous: Device Management with Newt Manager
+    </a>
+    
+    </li>
+    <li class="pull-right">
+    
+    <a href=../../imgmgr/imgmgr/>
+        Next: Image Manager
+        <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/c79645dc/develop/os/modules/drivers/driver/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/drivers/driver/index.html b/develop/os/modules/drivers/driver/index.html
index 42d08ad..4e49b6a 100644
--- a/develop/os/modules/drivers/driver/index.html
+++ b/develop/os/modules/drivers/driver/index.html
@@ -358,6 +358,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/elua/elua/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/elua/elua/index.html b/develop/os/modules/elua/elua/index.html
index 849c9e5..81f0d2a 100644
--- a/develop/os/modules/elua/elua/index.html
+++ b/develop/os/modules/elua/elua/index.html
@@ -352,6 +352,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/elua/lua_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/elua/lua_init/index.html b/develop/os/modules/elua/lua_init/index.html
index b85e6d0..a03788a 100644
--- a/develop/os/modules/elua/lua_init/index.html
+++ b/develop/os/modules/elua/lua_init/index.html
@@ -352,6 +352,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/elua/lua_main/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/elua/lua_main/index.html b/develop/os/modules/elua/lua_main/index.html
index 85c5b32..422354a 100644
--- a/develop/os/modules/elua/lua_main/index.html
+++ b/develop/os/modules/elua/lua_main/index.html
@@ -352,6 +352,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fcb/fcb/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fcb/fcb/index.html b/develop/os/modules/fcb/fcb/index.html
index 1fa99ad..1d9674c 100644
--- a/develop/os/modules/fcb/fcb/index.html
+++ b/develop/os/modules/fcb/fcb/index.html
@@ -352,6 +352,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fcb/fcb_append/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fcb/fcb_append/index.html b/develop/os/modules/fcb/fcb_append/index.html
index 64b592a..9f7ce01 100644
--- a/develop/os/modules/fcb/fcb_append/index.html
+++ b/develop/os/modules/fcb/fcb_append/index.html
@@ -352,6 +352,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fcb/fcb_append_finish/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fcb/fcb_append_finish/index.html b/develop/os/modules/fcb/fcb_append_finish/index.html
index 1742ec1..6b2ffe2 100644
--- a/develop/os/modules/fcb/fcb_append_finish/index.html
+++ b/develop/os/modules/fcb/fcb_append_finish/index.html
@@ -352,6 +352,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fcb/fcb_append_to_scratch/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fcb/fcb_append_to_scratch/index.html b/develop/os/modules/fcb/fcb_append_to_scratch/index.html
index 7af2466..5337813 100644
--- a/develop/os/modules/fcb/fcb_append_to_scratch/index.html
+++ b/develop/os/modules/fcb/fcb_append_to_scratch/index.html
@@ -352,6 +352,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fcb/fcb_clear/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fcb/fcb_clear/index.html b/develop/os/modules/fcb/fcb_clear/index.html
index ba2d306..bbbe2c0 100644
--- a/develop/os/modules/fcb/fcb_clear/index.html
+++ b/develop/os/modules/fcb/fcb_clear/index.html
@@ -352,6 +352,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fcb/fcb_getnext/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fcb/fcb_getnext/index.html b/develop/os/modules/fcb/fcb_getnext/index.html
index d9f69e6..7599264 100644
--- a/develop/os/modules/fcb/fcb_getnext/index.html
+++ b/develop/os/modules/fcb/fcb_getnext/index.html
@@ -352,6 +352,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fcb/fcb_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fcb/fcb_init/index.html b/develop/os/modules/fcb/fcb_init/index.html
index 356331d..ac7ddb4 100644
--- a/develop/os/modules/fcb/fcb_init/index.html
+++ b/develop/os/modules/fcb/fcb_init/index.html
@@ -352,6 +352,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fcb/fcb_is_empty/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fcb/fcb_is_empty/index.html b/develop/os/modules/fcb/fcb_is_empty/index.html
index f98c10a..36b55f6 100644
--- a/develop/os/modules/fcb/fcb_is_empty/index.html
+++ b/develop/os/modules/fcb/fcb_is_empty/index.html
@@ -352,6 +352,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fcb/fcb_offset_last_n/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fcb/fcb_offset_last_n/index.html b/develop/os/modules/fcb/fcb_offset_last_n/index.html
index 57bb817..0a7580d 100644
--- a/develop/os/modules/fcb/fcb_offset_last_n/index.html
+++ b/develop/os/modules/fcb/fcb_offset_last_n/index.html
@@ -352,6 +352,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fcb/fcb_rotate/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fcb/fcb_rotate/index.html b/develop/os/modules/fcb/fcb_rotate/index.html
index 0e0756c..d84eed8 100644
--- a/develop/os/modules/fcb/fcb_rotate/index.html
+++ b/develop/os/modules/fcb/fcb_rotate/index.html
@@ -352,6 +352,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fcb/fcb_walk/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fcb/fcb_walk/index.html b/develop/os/modules/fcb/fcb_walk/index.html
index c88c0ed..70c138b 100644
--- a/develop/os/modules/fcb/fcb_walk/index.html
+++ b/develop/os/modules/fcb/fcb_walk/index.html
@@ -352,6 +352,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fs/fs/fs/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs/index.html b/develop/os/modules/fs/fs/fs/index.html
index 58ece42..f04d89e 100644
--- a/develop/os/modules/fs/fs/fs/index.html
+++ b/develop/os/modules/fs/fs/fs/index.html
@@ -426,6 +426,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fs/fs/fs_close/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_close/index.html b/develop/os/modules/fs/fs/fs_close/index.html
index bcc0efe..dae352a 100644
--- a/develop/os/modules/fs/fs/fs_close/index.html
+++ b/develop/os/modules/fs/fs/fs_close/index.html
@@ -574,6 +574,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fs/fs/fs_closedir/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_closedir/index.html b/develop/os/modules/fs/fs/fs_closedir/index.html
index 434e4a0..a870b42 100644
--- a/develop/os/modules/fs/fs/fs_closedir/index.html
+++ b/develop/os/modules/fs/fs/fs_closedir/index.html
@@ -574,6 +574,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fs/fs/fs_dirent_is_dir/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_dirent_is_dir/index.html b/develop/os/modules/fs/fs/fs_dirent_is_dir/index.html
index 40aabb1..6e0930f 100644
--- a/develop/os/modules/fs/fs/fs_dirent_is_dir/index.html
+++ b/develop/os/modules/fs/fs/fs_dirent_is_dir/index.html
@@ -574,6 +574,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fs/fs/fs_dirent_name/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_dirent_name/index.html b/develop/os/modules/fs/fs/fs_dirent_name/index.html
index 9bfdb0f..80b0f5b 100644
--- a/develop/os/modules/fs/fs/fs_dirent_name/index.html
+++ b/develop/os/modules/fs/fs/fs_dirent_name/index.html
@@ -574,6 +574,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fs/fs/fs_filelen/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_filelen/index.html b/develop/os/modules/fs/fs/fs_filelen/index.html
index 685e902..6e0af3b 100644
--- a/develop/os/modules/fs/fs/fs_filelen/index.html
+++ b/develop/os/modules/fs/fs/fs_filelen/index.html
@@ -574,6 +574,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fs/fs/fs_getpos/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_getpos/index.html b/develop/os/modules/fs/fs/fs_getpos/index.html
index 38c28c1..83f9e17 100644
--- a/develop/os/modules/fs/fs/fs_getpos/index.html
+++ b/develop/os/modules/fs/fs/fs_getpos/index.html
@@ -574,6 +574,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fs/fs/fs_mkdir/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_mkdir/index.html b/develop/os/modules/fs/fs/fs_mkdir/index.html
index 3cb2eb2..724d7d2 100644
--- a/develop/os/modules/fs/fs/fs_mkdir/index.html
+++ b/develop/os/modules/fs/fs/fs_mkdir/index.html
@@ -574,6 +574,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fs/fs/fs_open/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_open/index.html b/develop/os/modules/fs/fs/fs_open/index.html
index 8e35348..819993a 100644
--- a/develop/os/modules/fs/fs/fs_open/index.html
+++ b/develop/os/modules/fs/fs/fs_open/index.html
@@ -574,6 +574,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fs/fs/fs_opendir/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_opendir/index.html b/develop/os/modules/fs/fs/fs_opendir/index.html
index 6ced1a6..c70a03b 100644
--- a/develop/os/modules/fs/fs/fs_opendir/index.html
+++ b/develop/os/modules/fs/fs/fs_opendir/index.html
@@ -574,6 +574,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fs/fs/fs_ops/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_ops/index.html b/develop/os/modules/fs/fs/fs_ops/index.html
index 7a31770..8ec1af8 100644
--- a/develop/os/modules/fs/fs/fs_ops/index.html
+++ b/develop/os/modules/fs/fs/fs_ops/index.html
@@ -438,6 +438,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fs/fs/fs_read/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_read/index.html b/develop/os/modules/fs/fs/fs_read/index.html
index 1b2c734..e3845aa 100644
--- a/develop/os/modules/fs/fs/fs_read/index.html
+++ b/develop/os/modules/fs/fs/fs_read/index.html
@@ -574,6 +574,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fs/fs/fs_readdir/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_readdir/index.html b/develop/os/modules/fs/fs/fs_readdir/index.html
index 73e6238..725b033 100644
--- a/develop/os/modules/fs/fs/fs_readdir/index.html
+++ b/develop/os/modules/fs/fs/fs_readdir/index.html
@@ -574,6 +574,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fs/fs/fs_register/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_register/index.html b/develop/os/modules/fs/fs/fs_register/index.html
index 16e2a18..5584fd6 100644
--- a/develop/os/modules/fs/fs/fs_register/index.html
+++ b/develop/os/modules/fs/fs/fs_register/index.html
@@ -574,6 +574,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fs/fs/fs_rename/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_rename/index.html b/develop/os/modules/fs/fs/fs_rename/index.html
index f7ce193..d0d7de8 100644
--- a/develop/os/modules/fs/fs/fs_rename/index.html
+++ b/develop/os/modules/fs/fs/fs_rename/index.html
@@ -574,6 +574,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fs/fs/fs_return_codes/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_return_codes/index.html b/develop/os/modules/fs/fs/fs_return_codes/index.html
index f3d76e3..4dbf5e9 100644
--- a/develop/os/modules/fs/fs/fs_return_codes/index.html
+++ b/develop/os/modules/fs/fs/fs_return_codes/index.html
@@ -426,6 +426,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fs/fs/fs_seek/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_seek/index.html b/develop/os/modules/fs/fs/fs_seek/index.html
index 9603ff2..6d0bc0b 100644
--- a/develop/os/modules/fs/fs/fs_seek/index.html
+++ b/develop/os/modules/fs/fs/fs_seek/index.html
@@ -574,6 +574,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fs/fs/fs_unlink/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_unlink/index.html b/develop/os/modules/fs/fs/fs_unlink/index.html
index 0056bfb..5c4d855 100644
--- a/develop/os/modules/fs/fs/fs_unlink/index.html
+++ b/develop/os/modules/fs/fs/fs_unlink/index.html
@@ -574,6 +574,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fs/fs/fs_write/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_write/index.html b/develop/os/modules/fs/fs/fs_write/index.html
index df5f82c..fdda7b0 100644
--- a/develop/os/modules/fs/fs/fs_write/index.html
+++ b/develop/os/modules/fs/fs/fs_write/index.html
@@ -574,6 +574,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fs/fs/fsutil_read_file/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fsutil_read_file/index.html b/develop/os/modules/fs/fs/fsutil_read_file/index.html
index ee47340..6ea1492 100644
--- a/develop/os/modules/fs/fs/fsutil_read_file/index.html
+++ b/develop/os/modules/fs/fs/fsutil_read_file/index.html
@@ -574,6 +574,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fs/fs/fsutil_write_file/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fsutil_write_file/index.html b/develop/os/modules/fs/fs/fsutil_write_file/index.html
index 9fee851..81780d2 100644
--- a/develop/os/modules/fs/fs/fsutil_write_file/index.html
+++ b/develop/os/modules/fs/fs/fsutil_write_file/index.html
@@ -574,6 +574,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fs/nffs/nffs/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/nffs/nffs/index.html b/develop/os/modules/fs/nffs/nffs/index.html
index c8eef71..4afe9cc 100644
--- a/develop/os/modules/fs/nffs/nffs/index.html
+++ b/develop/os/modules/fs/nffs/nffs/index.html
@@ -426,6 +426,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fs/nffs/nffs_area_desc/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/nffs/nffs_area_desc/index.html b/develop/os/modules/fs/nffs/nffs_area_desc/index.html
index 945dd36..34417c9 100644
--- a/develop/os/modules/fs/nffs/nffs_area_desc/index.html
+++ b/develop/os/modules/fs/nffs/nffs_area_desc/index.html
@@ -446,6 +446,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fs/nffs/nffs_config/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/nffs/nffs_config/index.html b/develop/os/modules/fs/nffs/nffs_config/index.html
index 7eaced7..37e0488 100644
--- a/develop/os/modules/fs/nffs/nffs_config/index.html
+++ b/develop/os/modules/fs/nffs/nffs_config/index.html
@@ -446,6 +446,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fs/nffs/nffs_detect/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/nffs/nffs_detect/index.html b/develop/os/modules/fs/nffs/nffs_detect/index.html
index 02711ba..3050684 100644
--- a/develop/os/modules/fs/nffs/nffs_detect/index.html
+++ b/develop/os/modules/fs/nffs/nffs_detect/index.html
@@ -454,6 +454,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fs/nffs/nffs_format/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/nffs/nffs_format/index.html b/develop/os/modules/fs/nffs/nffs_format/index.html
index 58e8c13..33016eb 100644
--- a/develop/os/modules/fs/nffs/nffs_format/index.html
+++ b/develop/os/modules/fs/nffs/nffs_format/index.html
@@ -454,6 +454,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fs/nffs/nffs_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/nffs/nffs_init/index.html b/develop/os/modules/fs/nffs/nffs_init/index.html
index a9f3793..bd8de98 100644
--- a/develop/os/modules/fs/nffs/nffs_init/index.html
+++ b/develop/os/modules/fs/nffs/nffs_init/index.html
@@ -454,6 +454,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fs/nffs/nffs_internals/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/nffs/nffs_internals/index.html b/develop/os/modules/fs/nffs/nffs_internals/index.html
index f48467e..860cb29 100644
--- a/develop/os/modules/fs/nffs/nffs_internals/index.html
+++ b/develop/os/modules/fs/nffs/nffs_internals/index.html
@@ -426,6 +426,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/fs/otherfs/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/otherfs/index.html b/develop/os/modules/fs/otherfs/index.html
index df657ea..71d028b 100644
--- a/develop/os/modules/fs/otherfs/index.html
+++ b/develop/os/modules/fs/otherfs/index.html
@@ -386,6 +386,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/hal/hal/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/hal/hal/index.html b/develop/os/modules/hal/hal/index.html
index 67943b2..565947b 100644
--- a/develop/os/modules/hal/hal/index.html
+++ b/develop/os/modules/hal/hal/index.html
@@ -387,6 +387,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/hal/hal_api/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/hal/hal_api/index.html b/develop/os/modules/hal/hal_api/index.html
index 8f45616..7bdb38d 100644
--- a/develop/os/modules/hal/hal_api/index.html
+++ b/develop/os/modules/hal/hal_api/index.html
@@ -484,6 +484,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/hal/hal_bsp/hal_bsp/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/hal/hal_bsp/hal_bsp/index.html b/develop/os/modules/hal/hal_bsp/hal_bsp/index.html
index 15fa9a4..0d40a5b 100644
--- a/develop/os/modules/hal/hal_bsp/hal_bsp/index.html
+++ b/develop/os/modules/hal/hal_bsp/hal_bsp/index.html
@@ -484,6 +484,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/hal/hal_creation/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/hal/hal_creation/index.html b/develop/os/modules/hal/hal_creation/index.html
index 7f79005..49e373c 100644
--- a/develop/os/modules/hal/hal_creation/index.html
+++ b/develop/os/modules/hal/hal_creation/index.html
@@ -387,6 +387,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/hal/hal_flash/hal_flash/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/hal/hal_flash/hal_flash/index.html b/develop/os/modules/hal/hal_flash/hal_flash/index.html
index b3530c7..b447932 100644
--- a/develop/os/modules/hal/hal_flash/hal_flash/index.html
+++ b/develop/os/modules/hal/hal_flash/hal_flash/index.html
@@ -504,6 +504,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/hal/hal_flash/hal_flash_int/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/hal/hal_flash/hal_flash_int/index.html b/develop/os/modules/hal/hal_flash/hal_flash_int/index.html
index 75a6d94..ad65a28 100644
--- a/develop/os/modules/hal/hal_flash/hal_flash_int/index.html
+++ b/develop/os/modules/hal/hal_flash/hal_flash_int/index.html
@@ -504,6 +504,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/hal/hal_gpio/hal_gpio/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/hal/hal_gpio/hal_gpio/index.html b/develop/os/modules/hal/hal_gpio/hal_gpio/index.html
index 3abd958..16cfdc3 100644
--- a/develop/os/modules/hal/hal_gpio/hal_gpio/index.html
+++ b/develop/os/modules/hal/hal_gpio/hal_gpio/index.html
@@ -484,6 +484,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/hal/hal_i2c/hal_i2c/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/hal/hal_i2c/hal_i2c/index.html b/develop/os/modules/hal/hal_i2c/hal_i2c/index.html
index 87f8543..ba3c0d1 100644
--- a/develop/os/modules/hal/hal_i2c/hal_i2c/index.html
+++ b/develop/os/modules/hal/hal_i2c/hal_i2c/index.html
@@ -484,6 +484,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/hal/hal_in_libraries/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/hal/hal_in_libraries/index.html b/develop/os/modules/hal/hal_in_libraries/index.html
index a04fa4c..d909d17 100644
--- a/develop/os/modules/hal/hal_in_libraries/index.html
+++ b/develop/os/modules/hal/hal_in_libraries/index.html
@@ -387,6 +387,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/hal/hal_os_tick/hal_os_tick/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/hal/hal_os_tick/hal_os_tick/index.html b/develop/os/modules/hal/hal_os_tick/hal_os_tick/index.html
index 3278814..85d64e7 100644
--- a/develop/os/modules/hal/hal_os_tick/hal_os_tick/index.html
+++ b/develop/os/modules/hal/hal_os_tick/hal_os_tick/index.html
@@ -484,6 +484,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/hal/hal_spi/hal_spi/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/hal/hal_spi/hal_spi/index.html b/develop/os/modules/hal/hal_spi/hal_spi/index.html
index 83bc90b..781319f 100644
--- a/develop/os/modules/hal/hal_spi/hal_spi/index.html
+++ b/develop/os/modules/hal/hal_spi/hal_spi/index.html
@@ -484,6 +484,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/hal/hal_system/hal_sys/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/hal/hal_system/hal_sys/index.html b/develop/os/modules/hal/hal_system/hal_sys/index.html
index e6e5ebc..b5a4652 100644
--- a/develop/os/modules/hal/hal_system/hal_sys/index.html
+++ b/develop/os/modules/hal/hal_system/hal_sys/index.html
@@ -484,6 +484,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/hal/hal_timer/hal_timer/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/hal/hal_timer/hal_timer/index.html b/develop/os/modules/hal/hal_timer/hal_timer/index.html
index 66dd3df..af7ff82 100644
--- a/develop/os/modules/hal/hal_timer/hal_timer/index.html
+++ b/develop/os/modules/hal/hal_timer/hal_timer/index.html
@@ -484,6 +484,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/hal/hal_uart/hal_uart/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/hal/hal_uart/hal_uart/index.html b/develop/os/modules/hal/hal_uart/hal_uart/index.html
index d643c80..83dfa43 100644
--- a/develop/os/modules/hal/hal_uart/hal_uart/index.html
+++ b/develop/os/modules/hal/hal_uart/hal_uart/index.html
@@ -484,6 +484,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/hal/hal_watchdog/hal_watchdog/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/hal/hal_watchdog/hal_watchdog/index.html b/develop/os/modules/hal/hal_watchdog/hal_watchdog/index.html
index c68d7db..b4a8ddc 100644
--- a/develop/os/modules/hal/hal_watchdog/hal_watchdog/index.html
+++ b/develop/os/modules/hal/hal_watchdog/hal_watchdog/index.html
@@ -484,6 +484,17 @@
                 
   
   
+    <li ><a href="../../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/imgmgr/imgmgr/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/imgmgr/imgmgr/index.html b/develop/os/modules/imgmgr/imgmgr/index.html
index ab45682..cff07d5 100644
--- a/develop/os/modules/imgmgr/imgmgr/index.html
+++ b/develop/os/modules/imgmgr/imgmgr/index.html
@@ -352,6 +352,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li class="active"><a href="./">Image Manager</a>
   
   
@@ -570,9 +581,9 @@
 <ul class="nav nav-pills" style="margin-bottom: 10px">
     <li>
     
-    <a href=../../testutil/tu_restart/>
+    <a href=../../devmgmt/oicmgr/>
         <span class="fa fa-arrow-left"></span>
-        Previous: tu_restart
+        Previous: Using Newt Manager in OIC framework
     </a>
     
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/imgmgr/imgmgr_module_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/imgmgr/imgmgr_module_init/index.html b/develop/os/modules/imgmgr/imgmgr_module_init/index.html
index 14a9b86..c2f0c7b 100644
--- a/develop/os/modules/imgmgr/imgmgr_module_init/index.html
+++ b/develop/os/modules/imgmgr/imgmgr_module_init/index.html
@@ -352,6 +352,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/imgmgr/imgr_ver_parse/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/imgmgr/imgr_ver_parse/index.html b/develop/os/modules/imgmgr/imgr_ver_parse/index.html
index 8d56cf9..c78e8ec 100644
--- a/develop/os/modules/imgmgr/imgr_ver_parse/index.html
+++ b/develop/os/modules/imgmgr/imgr_ver_parse/index.html
@@ -352,6 +352,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/imgmgr/imgr_ver_str/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/imgmgr/imgr_ver_str/index.html b/develop/os/modules/imgmgr/imgr_ver_str/index.html
index abaefe3..b5bfe56 100644
--- a/develop/os/modules/imgmgr/imgr_ver_str/index.html
+++ b/develop/os/modules/imgmgr/imgr_ver_str/index.html
@@ -352,6 +352,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/json/json/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/json/json/index.html b/develop/os/modules/json/json/index.html
index e581497..076193d 100644
--- a/develop/os/modules/json/json/index.html
+++ b/develop/os/modules/json/json/index.html
@@ -352,6 +352,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/json/json_encode_object_entry/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/json/json_encode_object_entry/index.html b/develop/os/modules/json/json_encode_object_entry/index.html
index 6faca7c..2f7f6b4 100644
--- a/develop/os/modules/json/json_encode_object_entry/index.html
+++ b/develop/os/modules/json/json_encode_object_entry/index.html
@@ -352,6 +352,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/json/json_encode_object_finish/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/json/json_encode_object_finish/index.html b/develop/os/modules/json/json_encode_object_finish/index.html
index 4bed8f1..e4cb5a1 100644
--- a/develop/os/modules/json/json_encode_object_finish/index.html
+++ b/develop/os/modules/json/json_encode_object_finish/index.html
@@ -352,6 +352,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/json/json_encode_object_key/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/json/json_encode_object_key/index.html b/develop/os/modules/json/json_encode_object_key/index.html
index 5c26acb..3519857 100644
--- a/develop/os/modules/json/json_encode_object_key/index.html
+++ b/develop/os/modules/json/json_encode_object_key/index.html
@@ -352,6 +352,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/json/json_encode_object_start/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/json/json_encode_object_start/index.html b/develop/os/modules/json/json_encode_object_start/index.html
index 6fc6ad5..19c7429 100644
--- a/develop/os/modules/json/json_encode_object_start/index.html
+++ b/develop/os/modules/json/json_encode_object_start/index.html
@@ -352,6 +352,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/json/json_read_object/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/json/json_read_object/index.html b/develop/os/modules/json/json_read_object/index.html
index 7f93101..4aaf85d 100644
--- a/develop/os/modules/json/json_read_object/index.html
+++ b/develop/os/modules/json/json_read_object/index.html
@@ -352,6 +352,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/logs/logs/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/logs/logs/index.html b/develop/os/modules/logs/logs/index.html
index 665707a..d083141 100644
--- a/develop/os/modules/logs/logs/index.html
+++ b/develop/os/modules/logs/logs/index.html
@@ -352,6 +352,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/shell/shell/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/shell/shell/index.html b/develop/os/modules/shell/shell/index.html
index 9c6ec1b..495c2ec 100644
--- a/develop/os/modules/shell/shell/index.html
+++ b/develop/os/modules/shell/shell/index.html
@@ -371,6 +371,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/shell/shell_cmd_register/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/shell/shell_cmd_register/index.html b/develop/os/modules/shell/shell_cmd_register/index.html
index 2e6d4c6..77de3f7 100644
--- a/develop/os/modules/shell/shell_cmd_register/index.html
+++ b/develop/os/modules/shell/shell_cmd_register/index.html
@@ -407,6 +407,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/shell/shell_nlip_input_register/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/shell/shell_nlip_input_register/index.html b/develop/os/modules/shell/shell_nlip_input_register/index.html
index fb4098e..307ad4e 100644
--- a/develop/os/modules/shell/shell_nlip_input_register/index.html
+++ b/develop/os/modules/shell/shell_nlip_input_register/index.html
@@ -407,6 +407,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/shell/shell_nlip_output/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/shell/shell_nlip_output/index.html b/develop/os/modules/shell/shell_nlip_output/index.html
index 6d0877b..7a97b42 100644
--- a/develop/os/modules/shell/shell_nlip_output/index.html
+++ b/develop/os/modules/shell/shell_nlip_output/index.html
@@ -407,6 +407,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/shell/shell_task_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/shell/shell_task_init/index.html b/develop/os/modules/shell/shell_task_init/index.html
index 2d55970..73c768f 100644
--- a/develop/os/modules/shell/shell_task_init/index.html
+++ b/develop/os/modules/shell/shell_task_init/index.html
@@ -407,6 +407,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/split/split/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/split/split/index.html b/develop/os/modules/split/split/index.html
index ba27934..608bd3a 100644
--- a/develop/os/modules/split/split/index.html
+++ b/develop/os/modules/split/split/index.html
@@ -358,6 +358,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/stats/stats/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/stats/stats/index.html b/develop/os/modules/stats/stats/index.html
index f8da571..a65375c 100644
--- a/develop/os/modules/stats/stats/index.html
+++ b/develop/os/modules/stats/stats/index.html
@@ -352,6 +352,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/testutil/test_assert/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/testutil/test_assert/index.html b/develop/os/modules/testutil/test_assert/index.html
index 177a912..9ffb8a6 100644
--- a/develop/os/modules/testutil/test_assert/index.html
+++ b/develop/os/modules/testutil/test_assert/index.html
@@ -431,6 +431,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/testutil/test_case/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/testutil/test_case/index.html b/develop/os/modules/testutil/test_case/index.html
index f17a54e..029b268 100644
--- a/develop/os/modules/testutil/test_case/index.html
+++ b/develop/os/modules/testutil/test_case/index.html
@@ -431,6 +431,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/testutil/test_decl/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/testutil/test_decl/index.html b/develop/os/modules/testutil/test_decl/index.html
index f248827..2a2ee8d 100644
--- a/develop/os/modules/testutil/test_decl/index.html
+++ b/develop/os/modules/testutil/test_decl/index.html
@@ -431,6 +431,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/testutil/test_pass/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/testutil/test_pass/index.html b/develop/os/modules/testutil/test_pass/index.html
index 92ca46e..31cbd98 100644
--- a/develop/os/modules/testutil/test_pass/index.html
+++ b/develop/os/modules/testutil/test_pass/index.html
@@ -431,6 +431,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/testutil/test_suite/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/testutil/test_suite/index.html b/develop/os/modules/testutil/test_suite/index.html
index 00bf57f..303c38a 100644
--- a/develop/os/modules/testutil/test_suite/index.html
+++ b/develop/os/modules/testutil/test_suite/index.html
@@ -431,6 +431,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/testutil/testutil/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/testutil/testutil/index.html b/develop/os/modules/testutil/testutil/index.html
index 7d42509..d8c41b7 100644
--- a/develop/os/modules/testutil/testutil/index.html
+++ b/develop/os/modules/testutil/testutil/index.html
@@ -371,6 +371,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/testutil/tu_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/testutil/tu_init/index.html b/develop/os/modules/testutil/tu_init/index.html
index 79059c4..d8c12fe 100644
--- a/develop/os/modules/testutil/tu_init/index.html
+++ b/develop/os/modules/testutil/tu_init/index.html
@@ -431,6 +431,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/modules/testutil/tu_restart/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/testutil/tu_restart/index.html b/develop/os/modules/testutil/tu_restart/index.html
index aeed6ea..9f17c19 100644
--- a/develop/os/modules/testutil/tu_restart/index.html
+++ b/develop/os/modules/testutil/tu_restart/index.html
@@ -431,6 +431,17 @@
                 
   
   
+    <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../../imgmgr/imgmgr/">Image Manager</a>
   
   
@@ -626,8 +637,8 @@ os_test_restart(void)
     </li>
     <li class="pull-right">
     
-    <a href=../../imgmgr/imgmgr/>
-        Next: Image Manager
+    <a href=../../devmgmt/newtmgr/>
+        Next: Device Management with Newt Manager
         <span class="fa fa-arrow-right"></span>
     </a>
     

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/os/os_user_guide/index.html
----------------------------------------------------------------------
diff --git a/develop/os/os_user_guide/index.html b/develop/os/os_user_guide/index.html
index 8579641..e051468 100644
--- a/develop/os/os_user_guide/index.html
+++ b/develop/os/os_user_guide/index.html
@@ -352,6 +352,17 @@
                 
   
   
+    <li ><a href="../modules/devmgmt/newtmgr/">Device Management with Newt Manager</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
     <li ><a href="../modules/imgmgr/imgmgr/">Image Manager</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c79645dc/develop/pages/securitybullets/index.html
----------------------------------------------------------------------
diff --git a/develop/pages/securitybullets/index.html b/develop/pages/securitybullets/index.html
deleted file mode 100644
index d26a532..0000000
--- a/develop/pages/securitybullets/index.html
+++ /dev/null
@@ -1,204 +0,0 @@
-<!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/pages/securitybullets/"> -->
-        <link rel="shortcut icon" href="../../img/favicon.ico">
-
-	    <title>Security Lifecycle - 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="Security Lifecycle">
-
-
-        <div class="container">
-    <div class="row v2-main-banner">
-        <div class="col-xs-12 v2-vcenter">
-            <a href="/"><img class="logo" src="/img/logo.png"></a>
-
-            <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
-        </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="active "
->
-                    <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=""
->
-                    <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-xs-12 v2-sub-page">
-
-        <h2>Security through the life of a device</h2>
-
-        <p>
-        One of the primary goals of the Apache Mynewt project is to facilitate security assurance at every stage of a product's lifecycle. Securing a device essentially requires balancing the cost of the product inclusive of all its security mechanisms and the value of the product, keeping in mind that neither should exceed the cost of attacks on deployments of that product. Apache Mynewt OS takes care of the fundamental security requirements of a connected embedded device in a commercial marketplace. It also acknowledges that security is an ongoing effort with evolving threat scenarios, and therefore enables remote, secure updates over the product\u2019s lifetime. 
-        </p>
-
-
-<div class="tg-wrap"><table>
-  <tr>
-    <th>Stage</th>
-    <th>Secure Feature/Service</th>
-  </tr>
-  <tr>
-    <td>Development</td>
-    <td>Dev image signing and verification<br>Separation of duties<br>Enable HW security (e.g. crypto accelerator)<br>Enable security logs and stats</td>
-  </tr>
-  <tr>
-    <td>Manufacturing</td>
-    <td>Unique Device ID<br>Unique Crypto keys<br>Secure bootloader<br>Manufacturing data integrity</td>
-  </tr>
-  <tr>
-    <td>Deployment</td>
-    <td>Prod image signing and verification<br>Authenticated and authorized network join<br>Secure manufacturing data upload<br>Secure time update</td>
-  </tr>
-  <tr>
-    <td>Operations</td>
-    <td>Authorized access to device<br>Mutual authentication<br>Encrypted communication<br>Data integrity<br>Secure over-the-air updates</td>
-  </tr>
-  <tr>
-    <td>Decommission</td>
-    <td>Authorized credential removal</td>
-  </tr>
-</table>
-</div>
-
-    </div>
-</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>
-
-        <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