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 2017/03/25 06:24:54 UTC

[04/11] incubator-mynewt-site git commit: Closes PR 163 and 164. Updates events and BSPs supported.

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/newt/install/newt_linux/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/install/newt_linux/index.html b/latest/newt/install/newt_linux/index.html
index dac09ae..2e481ee 100644
--- a/latest/newt/install/newt_linux/index.html
+++ b/latest/newt/install/newt_linux/index.html
@@ -439,7 +439,7 @@
 <ul>
 <li>
 <p>Next, install Go. When installed, Go offers you as a developer a language environment (to compile Go code), construct Go packages (to assemble Go packages) and import Go code (from github). In the next step, you will use the Go commands to import <em>newt</em> repo into your local Go environment.</p>
-<p><strong>Note</strong>: The Newt tool requires Go version 1.5 or later. It uses the support for "vendoring" that was added in Go 1.5. Depending on the Ubuntu version you have, the following may install an earlier version. In that case, download the latest package of Go 1.5 or 1.6 from <a href="https://golang.org/dl/">https://golang.org/dl/</a>. You can search for more detailed instructions such as installing Go 1.6 on Ubuntu 14.04 which can be found at <a href="https://www.digitalocean.com/community/tutorials/how-to-install-go-1-6-on-ubuntu-14-04">https://www.digitalocean.com/community/tutorials/how-to-install-go-1-6-on-ubuntu-14-04</a>.</p>
+<p><strong>Note</strong>: The Newt tool requires Go version 1.6 or later. Depending on the Ubuntu version you have, the following may install an earlier version. In that case, download the latest package of Go 1.6 from <a href="https://golang.org/dl/">https://golang.org/dl/</a>. You can search for more detailed instructions such as installing Go 1.6 on Ubuntu 14.04 which can be found at <a href="https://www.digitalocean.com/community/tutorials/how-to-install-go-1-6-on-ubuntu-14-04">https://www.digitalocean.com/community/tutorials/how-to-install-go-1-6-on-ubuntu-14-04</a>.</p>
 </li>
 </ul>
 <div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">        $ sudo apt-get install golang 
@@ -485,42 +485,55 @@
 <div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">        $ newt version
         Newt version:  1.0
         $ newt -h
-        Newt allows you to create your own embedded project based on the Mynewt
-        operating system. Newt provides both build and package management in a
-        single tool, which allows you to compose an embedded workspace, and set
-        of projects, and then build the necessary artifacts from those projects.
-        For more information on the Mynewt operating system, please visit
-        https://www.github.com/mynewt/documentation.
+        Newt allows you to create your own embedded application based on the Mynewt 
+        operating system. Newt provides both build and package management in a single 
+        tool, which allows you to compose an embedded application, and set of 
+        projects, and then build the necessary artifacts from those projects. For more 
+        information on the Mynewt operating system, please visit 
+        https://mynewt.apache.org/. 
 
-        Please use the newt help command, and specify the name of the command
-        you want help for, for help on how to use a specific command
+        Please use the newt help command, and specify the name of the command you want 
+        help for, for help on how to use a specific command
 
         Usage:
-         newt [flags]
-         newt [command]
+          newt [flags]
+          newt [command]
 
         Examples:
-         newt
-         newt help [&lt;command-name&gt;]
-           For help on &lt;command-name&gt;.  If not specified, print this message.
-
+          newt
+          newt help [&lt;command-name&gt;]
+            For help on &lt;command-name&gt;.  If not specified, print this message.
 
         Available Commands:
-         version     Display the Newt version number.
-         target      Set and view target information
-         egg         Commands to list and inspect eggs on a nest
-         nest        Commands to manage nests &amp; clutches (remote egg repositories)
-         help        Help about any command
+          build        Build one or more targets
+          clean        Delete build artifacts for one or more targets
+          create-image Add image header to target binary
+          debug        Open debugger session to target
+          info         Show project info
+          install      Install project dependencies
+          load         Load built target to board
+          mfg          Manufacturing flash image commands
+          new          Create a new project
+          pkg          Create and manage packages in the current workspace
+          run          build/create-image/download/debug &lt;target&gt;
+          size         Size of target components
+          sync         Synchronize project dependencies
+          target       Commands to create, delete, configure, and query targets
+          test         Executes unit tests for one or more packages
+          upgrade      Upgrade project dependencies
+          vals         Display valid values for the specified element type(s)
+          version      Display the Newt version number
 
         Flags:
-         -h, --help=false: help for newt
-         -l, --loglevel=&quot;WARN&quot;: Log level, defaults to WARN.
-         -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.
-
-
-        Use &quot;newt help [command]&quot; for more information about a command.
+          -h, --help              Help for newt commands
+          -j, --jobs int          Number of concurrent build jobs (default 8)
+          -l, --loglevel string   Log level (default &quot;WARN&quot;)
+          -o, --outfile string    Filename to tee output to
+          -q, --quiet             Be quiet; only display error output
+          -s, --silent            Be silent; don&#39;t output anything
+          -v, --verbose           Enable verbose output when executing commands
+
+        Use &quot;newt [command] --help&quot; for more information about a comma
 </pre></div>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/newt/install/newt_mac/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/install/newt_mac/index.html b/latest/newt/install/newt_mac/index.html
index ab1a2cf..0afa490 100644
--- a/latest/newt/install/newt_mac/index.html
+++ b/latest/newt/install/newt_mac/index.html
@@ -490,42 +490,55 @@
 <div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">        $ newt version
         Newt version:  1.0
         $ newt -h
-        Newt allows you to create your own embedded project based on the Mynewt
-        operating system. Newt provides both build and package management in a
-        single tool, which allows you to compose an embedded workspace, and set
-        of projects, and then build the necessary artifacts from those projects.
-        For more information on the Mynewt operating system, please visit
-        https://www.github.com/mynewt/documentation.
+        Newt allows you to create your own embedded application based on the Mynewt 
+        operating system. Newt provides both build and package management in a single 
+        tool, which allows you to compose an embedded application, and set of 
+        projects, and then build the necessary artifacts from those projects. For more 
+        information on the Mynewt operating system, please visit 
+        https://mynewt.apache.org/. 
 
-        Please use the newt help command, and specify the name of the command
-        you want help for, for help on how to use a specific command
+        Please use the newt help command, and specify the name of the command you want 
+        help for, for help on how to use a specific command
 
         Usage:
-         newt [flags]
-         newt [command]
+          newt [flags]
+          newt [command]
 
         Examples:
-         newt
-         newt help [&lt;command-name&gt;]
-           For help on &lt;command-name&gt;.  If not specified, print this message.
-
+          newt
+          newt help [&lt;command-name&gt;]
+            For help on &lt;command-name&gt;.  If not specified, print this message.
 
         Available Commands:
-         version     Display the Newt version number.
-         target      Set and view target information
-         egg         Commands to list and inspect eggs on a nest
-         nest        Commands to manage nests &amp; clutches (remote egg repositories)
-         help        Help about any command
+          build        Build one or more targets
+          clean        Delete build artifacts for one or more targets
+          create-image Add image header to target binary
+          debug        Open debugger session to target
+          info         Show project info
+          install      Install project dependencies
+          load         Load built target to board
+          mfg          Manufacturing flash image commands
+          new          Create a new project
+          pkg          Create and manage packages in the current workspace
+          run          build/create-image/download/debug &lt;target&gt;
+          size         Size of target components
+          sync         Synchronize project dependencies
+          target       Commands to create, delete, configure, and query targets
+          test         Executes unit tests for one or more packages
+          upgrade      Upgrade project dependencies
+          vals         Display valid values for the specified element type(s)
+          version      Display the Newt version number
 
         Flags:
-         -h, --help=false: help for newt
-         -l, --loglevel=&quot;WARN&quot;: Log level, defaults to WARN.
-         -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.
-
-
-        Use &quot;newt help [command]&quot; for more information about a command.
+          -h, --help              Help for newt commands
+          -j, --jobs int          Number of concurrent build jobs (default 8)
+          -l, --loglevel string   Log level (default &quot;WARN&quot;)
+          -o, --outfile string    Filename to tee output to
+          -q, --quiet             Be quiet; only display error output
+          -s, --silent            Be silent; don&#39;t output anything
+          -v, --verbose           Enable verbose output when executing commands
+
+        Use &quot;newt [command] --help&quot; for more information about a comma
 </pre></div>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/newtmgr/command_list/newtmgr_conn/index.html
----------------------------------------------------------------------
diff --git a/latest/newtmgr/command_list/newtmgr_conn/index.html b/latest/newtmgr/command_list/newtmgr_conn/index.html
index 6f72445..cbec47a 100644
--- a/latest/newtmgr/command_list/newtmgr_conn/index.html
+++ b/latest/newtmgr/command_list/newtmgr_conn/index.html
@@ -482,7 +482,7 @@
 <tbody>
 <tr>
 <td>add</td>
-<td>The newtmgr conn add <conn_profile> <var-name=var-value> command creates a connection profile named <code>conn_profile</code>. A profile consists of these variables: <ul><li><code>name</code>: Connection name. Defaults to <code>conn_profile</code> when the variable is not set in the command. </li><li><code>type</code>: Connection type. Valid types are: <code>serial</code>, <code>oic_serial</code>, <code>ble</code>, <code>oic_ble</code>, <code>udp</code>, <code>oic_udp</code>.</li><li><code>connstring</code>: The physical or virtual port to use for the connection.</li><li><code>addrtype</code>: Device address type. Use with type <code>ble</code>.</li><li><code>addr</code>:  Device address. Use with type <code>ble</code>.</ul></td>
+<td>The newtmgr conn add &lt;conn_profile&gt; &lt;var-name=var-value...&gt; command creates a connection profile named <code>conn_profile</code>. A profile consists of these variables: <ul><li><code>name</code>: Connection name. Defaults to <code>conn_profile</code> when the variable is not set in the command. </li><li><code>type</code>: Connection type. Valid types are: <code>serial</code>, <code>oic_serial</code>, <code>ble</code>, <code>oic_ble</code>, <code>udp</code>, <code>oic_udp</code>.</li><li><code>connstring</code>: The physical or virtual port to use for the connection.</li><li><code>addrtype</code>: Device address type. Use with type <code>ble</code>.</li><li><code>addr</code>:  Device address. Use with type <code>ble</code>.</ul></td>
 </tr>
 <tr>
 <td>delete</td>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/newtmgr/command_list/newtmgr_crash/index.html
----------------------------------------------------------------------
diff --git a/latest/newtmgr/command_list/newtmgr_crash/index.html b/latest/newtmgr/command_list/newtmgr_crash/index.html
index 9c2a88d..6b1beaf 100644
--- a/latest/newtmgr/command_list/newtmgr_crash/index.html
+++ b/latest/newtmgr/command_list/newtmgr_crash/index.html
@@ -458,7 +458,7 @@
                             <h2 id="newtmgr-crash"><font color="#F2853F" style="font-size:24pt">newtmgr crash </font></h2>
 <p>Send a crash command to a device.</p>
 <h4 id="usage">Usage:</h4>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">    newtmgr crash &lt;div0|jump0|ref0|assert|wdog&gt; -c &lt;conn_profile&gt;; [flags] 
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">    newtmgr crash &lt;div0|jump0|ref0|assert|wdog&gt; -c &lt;conn_profile&gt; [flags] 
 </pre></div>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/callout/callout/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/callout/callout/index.html b/latest/os/core_os/callout/callout/index.html
index b7ea326..5bdc3d8 100644
--- a/latest/os/core_os/callout/callout/index.html
+++ b/latest/os/core_os/callout/callout/index.html
@@ -552,17 +552,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/callout/os_callout_func_init/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/callout/os_callout_func_init/index.html b/latest/os/core_os/callout/os_callout_func_init/index.html
index 49ead95..85ddcd3 100644
--- a/latest/os/core_os/callout/os_callout_func_init/index.html
+++ b/latest/os/core_os/callout/os_callout_func_init/index.html
@@ -596,17 +596,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/callout/os_callout_init/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/callout/os_callout_init/index.html b/latest/os/core_os/callout/os_callout_init/index.html
index ed166ce..4848c8f 100644
--- a/latest/os/core_os/callout/os_callout_init/index.html
+++ b/latest/os/core_os/callout/os_callout_init/index.html
@@ -596,17 +596,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/callout/os_callout_queued/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/callout/os_callout_queued/index.html b/latest/os/core_os/callout/os_callout_queued/index.html
index 67ed37c..c1e75e6 100644
--- a/latest/os/core_os/callout/os_callout_queued/index.html
+++ b/latest/os/core_os/callout/os_callout_queued/index.html
@@ -596,17 +596,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/callout/os_callout_reset/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/callout/os_callout_reset/index.html b/latest/os/core_os/callout/os_callout_reset/index.html
index 6fb1a86..1241cd3 100644
--- a/latest/os/core_os/callout/os_callout_reset/index.html
+++ b/latest/os/core_os/callout/os_callout_reset/index.html
@@ -596,17 +596,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/callout/os_callout_stop/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/callout/os_callout_stop/index.html b/latest/os/core_os/callout/os_callout_stop/index.html
index 30d895b..36c5ed5 100644
--- a/latest/os/core_os/callout/os_callout_stop/index.html
+++ b/latest/os/core_os/callout/os_callout_stop/index.html
@@ -596,17 +596,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/context_switch/context_switch/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/context_switch/context_switch/index.html b/latest/os/core_os/context_switch/context_switch/index.html
index 98738c7..fd5b2cb 100644
--- a/latest/os/core_os/context_switch/context_switch/index.html
+++ b/latest/os/core_os/context_switch/context_switch/index.html
@@ -552,17 +552,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/context_switch/os_arch_ctx_sw/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/context_switch/os_arch_ctx_sw/index.html b/latest/os/core_os/context_switch/os_arch_ctx_sw/index.html
index 5130272..796ed97 100644
--- a/latest/os/core_os/context_switch/os_arch_ctx_sw/index.html
+++ b/latest/os/core_os/context_switch/os_arch_ctx_sw/index.html
@@ -644,17 +644,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/context_switch/os_sched/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/context_switch/os_sched/index.html b/latest/os/core_os/context_switch/os_sched/index.html
index a1fa021..82f2cc2 100644
--- a/latest/os/core_os/context_switch/os_sched/index.html
+++ b/latest/os/core_os/context_switch/os_sched/index.html
@@ -644,17 +644,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/context_switch/os_sched_ctx_sw_hook/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/context_switch/os_sched_ctx_sw_hook/index.html b/latest/os/core_os/context_switch/os_sched_ctx_sw_hook/index.html
index 2be733f..52602f9 100644
--- a/latest/os/core_os/context_switch/os_sched_ctx_sw_hook/index.html
+++ b/latest/os/core_os/context_switch/os_sched_ctx_sw_hook/index.html
@@ -644,17 +644,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/context_switch/os_sched_get_current_task/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/context_switch/os_sched_get_current_task/index.html b/latest/os/core_os/context_switch/os_sched_get_current_task/index.html
index 1c324f1..8746b65 100644
--- a/latest/os/core_os/context_switch/os_sched_get_current_task/index.html
+++ b/latest/os/core_os/context_switch/os_sched_get_current_task/index.html
@@ -644,17 +644,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/context_switch/os_sched_insert/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/context_switch/os_sched_insert/index.html b/latest/os/core_os/context_switch/os_sched_insert/index.html
index dcb356e..2643af2 100644
--- a/latest/os/core_os/context_switch/os_sched_insert/index.html
+++ b/latest/os/core_os/context_switch/os_sched_insert/index.html
@@ -644,17 +644,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/context_switch/os_sched_next_task/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/context_switch/os_sched_next_task/index.html b/latest/os/core_os/context_switch/os_sched_next_task/index.html
index 38fcb0b..5904d06 100644
--- a/latest/os/core_os/context_switch/os_sched_next_task/index.html
+++ b/latest/os/core_os/context_switch/os_sched_next_task/index.html
@@ -644,17 +644,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/context_switch/os_sched_os_timer_exp/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/context_switch/os_sched_os_timer_exp/index.html b/latest/os/core_os/context_switch/os_sched_os_timer_exp/index.html
index 05e048f..afd1371 100644
--- a/latest/os/core_os/context_switch/os_sched_os_timer_exp/index.html
+++ b/latest/os/core_os/context_switch/os_sched_os_timer_exp/index.html
@@ -644,17 +644,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/context_switch/os_sched_resort/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/context_switch/os_sched_resort/index.html b/latest/os/core_os/context_switch/os_sched_resort/index.html
index 908db0a..f48c116 100644
--- a/latest/os/core_os/context_switch/os_sched_resort/index.html
+++ b/latest/os/core_os/context_switch/os_sched_resort/index.html
@@ -644,17 +644,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/context_switch/os_sched_set_current_task/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/context_switch/os_sched_set_current_task/index.html b/latest/os/core_os/context_switch/os_sched_set_current_task/index.html
index 6dba4aa..95c51be 100644
--- a/latest/os/core_os/context_switch/os_sched_set_current_task/index.html
+++ b/latest/os/core_os/context_switch/os_sched_set_current_task/index.html
@@ -644,17 +644,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/context_switch/os_sched_sleep/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/context_switch/os_sched_sleep/index.html b/latest/os/core_os/context_switch/os_sched_sleep/index.html
index 90f8438..194ca49 100644
--- a/latest/os/core_os/context_switch/os_sched_sleep/index.html
+++ b/latest/os/core_os/context_switch/os_sched_sleep/index.html
@@ -644,17 +644,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/context_switch/os_sched_wakeup/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/context_switch/os_sched_wakeup/index.html b/latest/os/core_os/context_switch/os_sched_wakeup/index.html
index 4ccb6e6..3db9621 100644
--- a/latest/os/core_os/context_switch/os_sched_wakeup/index.html
+++ b/latest/os/core_os/context_switch/os_sched_wakeup/index.html
@@ -644,17 +644,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/event_queue/event_queue/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/event_queue/event_queue/index.html b/latest/os/core_os/event_queue/event_queue/index.html
index c633a01..91aa44b 100644
--- a/latest/os/core_os/event_queue/event_queue/index.html
+++ b/latest/os/core_os/event_queue/event_queue/index.html
@@ -552,17 +552,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/event_queue/os_eventq_designate/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/event_queue/os_eventq_designate/index.html b/latest/os/core_os/event_queue/os_eventq_designate/index.html
index c01a088..4f1e4b8 100644
--- a/latest/os/core_os/event_queue/os_eventq_designate/index.html
+++ b/latest/os/core_os/event_queue/os_eventq_designate/index.html
@@ -620,17 +620,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/event_queue/os_eventq_dflt_get/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/event_queue/os_eventq_dflt_get/index.html b/latest/os/core_os/event_queue/os_eventq_dflt_get/index.html
index 3eb5073..3052bd4 100644
--- a/latest/os/core_os/event_queue/os_eventq_dflt_get/index.html
+++ b/latest/os/core_os/event_queue/os_eventq_dflt_get/index.html
@@ -620,17 +620,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/event_queue/os_eventq_get/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/event_queue/os_eventq_get/index.html b/latest/os/core_os/event_queue/os_eventq_get/index.html
index 03ce103..4555d8c 100644
--- a/latest/os/core_os/event_queue/os_eventq_get/index.html
+++ b/latest/os/core_os/event_queue/os_eventq_get/index.html
@@ -620,17 +620,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/event_queue/os_eventq_init/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/event_queue/os_eventq_init/index.html b/latest/os/core_os/event_queue/os_eventq_init/index.html
index 69ca26a..6e1bd0e 100644
--- a/latest/os/core_os/event_queue/os_eventq_init/index.html
+++ b/latest/os/core_os/event_queue/os_eventq_init/index.html
@@ -620,17 +620,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/event_queue/os_eventq_inited/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/event_queue/os_eventq_inited/index.html b/latest/os/core_os/event_queue/os_eventq_inited/index.html
index ef6532e..1e2b601 100644
--- a/latest/os/core_os/event_queue/os_eventq_inited/index.html
+++ b/latest/os/core_os/event_queue/os_eventq_inited/index.html
@@ -620,17 +620,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/event_queue/os_eventq_put/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/event_queue/os_eventq_put/index.html b/latest/os/core_os/event_queue/os_eventq_put/index.html
index 15e5950..891bffd 100644
--- a/latest/os/core_os/event_queue/os_eventq_put/index.html
+++ b/latest/os/core_os/event_queue/os_eventq_put/index.html
@@ -620,17 +620,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/event_queue/os_eventq_remove/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/event_queue/os_eventq_remove/index.html b/latest/os/core_os/event_queue/os_eventq_remove/index.html
index 0c5ac47..1f7e908 100644
--- a/latest/os/core_os/event_queue/os_eventq_remove/index.html
+++ b/latest/os/core_os/event_queue/os_eventq_remove/index.html
@@ -620,17 +620,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/event_queue/os_eventq_run/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/event_queue/os_eventq_run/index.html b/latest/os/core_os/event_queue/os_eventq_run/index.html
index 7aa1732..d9e2e7e 100644
--- a/latest/os/core_os/event_queue/os_eventq_run/index.html
+++ b/latest/os/core_os/event_queue/os_eventq_run/index.html
@@ -620,17 +620,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/heap/heap/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/heap/heap/index.html b/latest/os/core_os/heap/heap/index.html
index 360c86d..5f5f9ad 100644
--- a/latest/os/core_os/heap/heap/index.html
+++ b/latest/os/core_os/heap/heap/index.html
@@ -552,17 +552,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/heap/os_free/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/heap/os_free/index.html b/latest/os/core_os/heap/os_free/index.html
index da71ceb..ec5bfaf 100644
--- a/latest/os/core_os/heap/os_free/index.html
+++ b/latest/os/core_os/heap/os_free/index.html
@@ -580,17 +580,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/heap/os_malloc/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/heap/os_malloc/index.html b/latest/os/core_os/heap/os_malloc/index.html
index 382427b..b48bf3d 100644
--- a/latest/os/core_os/heap/os_malloc/index.html
+++ b/latest/os/core_os/heap/os_malloc/index.html
@@ -580,17 +580,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/heap/os_realloc/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/heap/os_realloc/index.html b/latest/os/core_os/heap/os_realloc/index.html
index c9679b8..3a268b4 100644
--- a/latest/os/core_os/heap/os_realloc/index.html
+++ b/latest/os/core_os/heap/os_realloc/index.html
@@ -580,17 +580,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/mbuf/OS_MBUF_DATA/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/OS_MBUF_DATA/index.html b/latest/os/core_os/mbuf/OS_MBUF_DATA/index.html
index 9b1a8a0..90ba9cb 100644
--- a/latest/os/core_os/mbuf/OS_MBUF_DATA/index.html
+++ b/latest/os/core_os/mbuf/OS_MBUF_DATA/index.html
@@ -777,17 +777,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html b/latest/os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html
index 2e3912d..5703603 100644
--- a/latest/os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html
+++ b/latest/os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html
@@ -777,17 +777,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html b/latest/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html
index 3cd822a..0076a0f 100644
--- a/latest/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html
+++ b/latest/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html
@@ -777,17 +777,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html b/latest/os/core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html
index 421dc88..2e03009 100644
--- a/latest/os/core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html
+++ b/latest/os/core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html
@@ -777,17 +777,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html b/latest/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html
index 41e9bb5..322c050 100644
--- a/latest/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html
+++ b/latest/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html
@@ -777,17 +777,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html b/latest/os/core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html
index 540de42..c4baabc 100644
--- a/latest/os/core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html
+++ b/latest/os/core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html
@@ -777,17 +777,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/mbuf/OS_MBUF_USRHDR/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/OS_MBUF_USRHDR/index.html b/latest/os/core_os/mbuf/OS_MBUF_USRHDR/index.html
index b5688a2..5073bc7 100644
--- a/latest/os/core_os/mbuf/OS_MBUF_USRHDR/index.html
+++ b/latest/os/core_os/mbuf/OS_MBUF_USRHDR/index.html
@@ -777,17 +777,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html b/latest/os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html
index da5f009..237dc42 100644
--- a/latest/os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html
+++ b/latest/os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html
@@ -777,17 +777,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/mbuf/mbuf/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/mbuf/index.html b/latest/os/core_os/mbuf/mbuf/index.html
index 72b583e..f5a26b8 100644
--- a/latest/os/core_os/mbuf/mbuf/index.html
+++ b/latest/os/core_os/mbuf/mbuf/index.html
@@ -589,17 +589,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/mbuf/os_mbuf_adj/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/os_mbuf_adj/index.html b/latest/os/core_os/mbuf/os_mbuf_adj/index.html
index 1eb7464..72ae743 100644
--- a/latest/os/core_os/mbuf/os_mbuf_adj/index.html
+++ b/latest/os/core_os/mbuf/os_mbuf_adj/index.html
@@ -777,17 +777,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/mbuf/os_mbuf_append/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/os_mbuf_append/index.html b/latest/os/core_os/mbuf/os_mbuf_append/index.html
index 13908a5..1e649d4 100644
--- a/latest/os/core_os/mbuf/os_mbuf_append/index.html
+++ b/latest/os/core_os/mbuf/os_mbuf_append/index.html
@@ -777,17 +777,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/mbuf/os_mbuf_concat/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/os_mbuf_concat/index.html b/latest/os/core_os/mbuf/os_mbuf_concat/index.html
index cfc4663..58b9b60 100644
--- a/latest/os/core_os/mbuf/os_mbuf_concat/index.html
+++ b/latest/os/core_os/mbuf/os_mbuf_concat/index.html
@@ -777,17 +777,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/mbuf/os_mbuf_copydata/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/os_mbuf_copydata/index.html b/latest/os/core_os/mbuf/os_mbuf_copydata/index.html
index 1f8093f..3430379 100644
--- a/latest/os/core_os/mbuf/os_mbuf_copydata/index.html
+++ b/latest/os/core_os/mbuf/os_mbuf_copydata/index.html
@@ -777,17 +777,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/mbuf/os_mbuf_copyinto/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/os_mbuf_copyinto/index.html b/latest/os/core_os/mbuf/os_mbuf_copyinto/index.html
index a3fd446..b8e05b3 100644
--- a/latest/os/core_os/mbuf/os_mbuf_copyinto/index.html
+++ b/latest/os/core_os/mbuf/os_mbuf_copyinto/index.html
@@ -777,17 +777,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/mbuf/os_mbuf_dup/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/os_mbuf_dup/index.html b/latest/os/core_os/mbuf/os_mbuf_dup/index.html
index debbff2..b487bee 100644
--- a/latest/os/core_os/mbuf/os_mbuf_dup/index.html
+++ b/latest/os/core_os/mbuf/os_mbuf_dup/index.html
@@ -777,17 +777,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/mbuf/os_mbuf_extend/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/os_mbuf_extend/index.html b/latest/os/core_os/mbuf/os_mbuf_extend/index.html
index 2835bfe..2a348e2 100644
--- a/latest/os/core_os/mbuf/os_mbuf_extend/index.html
+++ b/latest/os/core_os/mbuf/os_mbuf_extend/index.html
@@ -777,17 +777,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/mbuf/os_mbuf_free_chain/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/os_mbuf_free_chain/index.html b/latest/os/core_os/mbuf/os_mbuf_free_chain/index.html
index f0c2a14..68ceeb6 100644
--- a/latest/os/core_os/mbuf/os_mbuf_free_chain/index.html
+++ b/latest/os/core_os/mbuf/os_mbuf_free_chain/index.html
@@ -777,17 +777,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/mbuf/os_mbuf_get/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/os_mbuf_get/index.html b/latest/os/core_os/mbuf/os_mbuf_get/index.html
index e047f6c..568f034 100644
--- a/latest/os/core_os/mbuf/os_mbuf_get/index.html
+++ b/latest/os/core_os/mbuf/os_mbuf_get/index.html
@@ -777,17 +777,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/mbuf/os_mbuf_get_pkthdr/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/os_mbuf_get_pkthdr/index.html b/latest/os/core_os/mbuf/os_mbuf_get_pkthdr/index.html
index f63a7f9..9b0a795 100644
--- a/latest/os/core_os/mbuf/os_mbuf_get_pkthdr/index.html
+++ b/latest/os/core_os/mbuf/os_mbuf_get_pkthdr/index.html
@@ -777,17 +777,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/mbuf/os_mbuf_memcmp/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/os_mbuf_memcmp/index.html b/latest/os/core_os/mbuf/os_mbuf_memcmp/index.html
index 87dd400..142bfdc 100644
--- a/latest/os/core_os/mbuf/os_mbuf_memcmp/index.html
+++ b/latest/os/core_os/mbuf/os_mbuf_memcmp/index.html
@@ -777,17 +777,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/mbuf/os_mbuf_off/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/os_mbuf_off/index.html b/latest/os/core_os/mbuf/os_mbuf_off/index.html
index 9a23a02..989811e 100644
--- a/latest/os/core_os/mbuf/os_mbuf_off/index.html
+++ b/latest/os/core_os/mbuf/os_mbuf_off/index.html
@@ -777,17 +777,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/mbuf/os_mbuf_pool_init/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/os_mbuf_pool_init/index.html b/latest/os/core_os/mbuf/os_mbuf_pool_init/index.html
index c22ab4f..03390f3 100644
--- a/latest/os/core_os/mbuf/os_mbuf_pool_init/index.html
+++ b/latest/os/core_os/mbuf/os_mbuf_pool_init/index.html
@@ -777,17 +777,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/mbuf/os_mbuf_prepend/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/os_mbuf_prepend/index.html b/latest/os/core_os/mbuf/os_mbuf_prepend/index.html
index 6ab009e..09b6848 100644
--- a/latest/os/core_os/mbuf/os_mbuf_prepend/index.html
+++ b/latest/os/core_os/mbuf/os_mbuf_prepend/index.html
@@ -777,17 +777,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/mbuf/os_mbuf_pullup/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/os_mbuf_pullup/index.html b/latest/os/core_os/mbuf/os_mbuf_pullup/index.html
index c0e9304..895e720 100644
--- a/latest/os/core_os/mbuf/os_mbuf_pullup/index.html
+++ b/latest/os/core_os/mbuf/os_mbuf_pullup/index.html
@@ -777,17 +777,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/memory_pool/OS_MEMPOOL_BYTES/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/memory_pool/OS_MEMPOOL_BYTES/index.html b/latest/os/core_os/memory_pool/OS_MEMPOOL_BYTES/index.html
index a6f3df3..f888c8e 100644
--- a/latest/os/core_os/memory_pool/OS_MEMPOOL_BYTES/index.html
+++ b/latest/os/core_os/memory_pool/OS_MEMPOOL_BYTES/index.html
@@ -596,17 +596,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/memory_pool/OS_MEMPOOL_SIZE/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/memory_pool/OS_MEMPOOL_SIZE/index.html b/latest/os/core_os/memory_pool/OS_MEMPOOL_SIZE/index.html
index e4e8908..03ccf46 100644
--- a/latest/os/core_os/memory_pool/OS_MEMPOOL_SIZE/index.html
+++ b/latest/os/core_os/memory_pool/OS_MEMPOOL_SIZE/index.html
@@ -596,17 +596,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/memory_pool/memory_pool/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/memory_pool/memory_pool/index.html b/latest/os/core_os/memory_pool/memory_pool/index.html
index ec34246..218d5ca 100644
--- a/latest/os/core_os/memory_pool/memory_pool/index.html
+++ b/latest/os/core_os/memory_pool/memory_pool/index.html
@@ -552,17 +552,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/memory_pool/os_memblock_get/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/memory_pool/os_memblock_get/index.html b/latest/os/core_os/memory_pool/os_memblock_get/index.html
index 7cd759a..14e8be4 100644
--- a/latest/os/core_os/memory_pool/os_memblock_get/index.html
+++ b/latest/os/core_os/memory_pool/os_memblock_get/index.html
@@ -596,17 +596,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/memory_pool/os_memblock_put/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/memory_pool/os_memblock_put/index.html b/latest/os/core_os/memory_pool/os_memblock_put/index.html
index 67d9be3..2f0c348 100644
--- a/latest/os/core_os/memory_pool/os_memblock_put/index.html
+++ b/latest/os/core_os/memory_pool/os_memblock_put/index.html
@@ -596,17 +596,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/memory_pool/os_mempool_init/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/memory_pool/os_mempool_init/index.html b/latest/os/core_os/memory_pool/os_mempool_init/index.html
index c5ebf7c..3291e97 100644
--- a/latest/os/core_os/memory_pool/os_mempool_init/index.html
+++ b/latest/os/core_os/memory_pool/os_mempool_init/index.html
@@ -596,17 +596,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/mqueue/mqueue/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mqueue/mqueue/index.html b/latest/os/core_os/mqueue/mqueue/index.html
index 91d310f..02da7bc 100644
--- a/latest/os/core_os/mqueue/mqueue/index.html
+++ b/latest/os/core_os/mqueue/mqueue/index.html
@@ -589,17 +589,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/mqueue/os_mqueue_get/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mqueue/os_mqueue_get/index.html b/latest/os/core_os/mqueue/os_mqueue_get/index.html
index f3ed3bc..88adc17 100644
--- a/latest/os/core_os/mqueue/os_mqueue_get/index.html
+++ b/latest/os/core_os/mqueue/os_mqueue_get/index.html
@@ -617,17 +617,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/mqueue/os_mqueue_init/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mqueue/os_mqueue_init/index.html b/latest/os/core_os/mqueue/os_mqueue_init/index.html
index cdb501a..289f2a6 100644
--- a/latest/os/core_os/mqueue/os_mqueue_init/index.html
+++ b/latest/os/core_os/mqueue/os_mqueue_init/index.html
@@ -617,17 +617,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/mqueue/os_mqueue_put/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mqueue/os_mqueue_put/index.html b/latest/os/core_os/mqueue/os_mqueue_put/index.html
index 01b2a64..bed9b5d 100644
--- a/latest/os/core_os/mqueue/os_mqueue_put/index.html
+++ b/latest/os/core_os/mqueue/os_mqueue_put/index.html
@@ -617,17 +617,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/msys/msys/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/msys/msys/index.html b/latest/os/core_os/msys/msys/index.html
index 14d162b..1c56726 100644
--- a/latest/os/core_os/msys/msys/index.html
+++ b/latest/os/core_os/msys/msys/index.html
@@ -589,17 +589,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/msys/os_msys_get/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/msys/os_msys_get/index.html b/latest/os/core_os/msys/os_msys_get/index.html
index 223960a..f159918 100644
--- a/latest/os/core_os/msys/os_msys_get/index.html
+++ b/latest/os/core_os/msys/os_msys_get/index.html
@@ -625,17 +625,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/msys/os_msys_get_pkthdr/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/msys/os_msys_get_pkthdr/index.html b/latest/os/core_os/msys/os_msys_get_pkthdr/index.html
index 4ce1b63..b1469db 100644
--- a/latest/os/core_os/msys/os_msys_get_pkthdr/index.html
+++ b/latest/os/core_os/msys/os_msys_get_pkthdr/index.html
@@ -625,17 +625,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/msys/os_msys_register/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/msys/os_msys_register/index.html b/latest/os/core_os/msys/os_msys_register/index.html
index aea7e19..da8bfb3 100644
--- a/latest/os/core_os/msys/os_msys_register/index.html
+++ b/latest/os/core_os/msys/os_msys_register/index.html
@@ -625,17 +625,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/msys/os_msys_reset/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/msys/os_msys_reset/index.html b/latest/os/core_os/msys/os_msys_reset/index.html
index 472902e..60254e5 100644
--- a/latest/os/core_os/msys/os_msys_reset/index.html
+++ b/latest/os/core_os/msys/os_msys_reset/index.html
@@ -625,17 +625,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/mutex/mutex/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mutex/mutex/index.html b/latest/os/core_os/mutex/mutex/index.html
index a73d4a3..63253c1 100644
--- a/latest/os/core_os/mutex/mutex/index.html
+++ b/latest/os/core_os/mutex/mutex/index.html
@@ -552,17 +552,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/mutex/os_mutex_init/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mutex/os_mutex_init/index.html b/latest/os/core_os/mutex/os_mutex_init/index.html
index 7eaad40..3726af9 100644
--- a/latest/os/core_os/mutex/os_mutex_init/index.html
+++ b/latest/os/core_os/mutex/os_mutex_init/index.html
@@ -580,17 +580,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/mutex/os_mutex_pend/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mutex/os_mutex_pend/index.html b/latest/os/core_os/mutex/os_mutex_pend/index.html
index d67558f..fcbbdd2 100644
--- a/latest/os/core_os/mutex/os_mutex_pend/index.html
+++ b/latest/os/core_os/mutex/os_mutex_pend/index.html
@@ -580,17 +580,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/mutex/os_mutex_release/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mutex/os_mutex_release/index.html b/latest/os/core_os/mutex/os_mutex_release/index.html
index af74a39..a10e95b 100644
--- a/latest/os/core_os/mutex/os_mutex_release/index.html
+++ b/latest/os/core_os/mutex/os_mutex_release/index.html
@@ -580,17 +580,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/mynewt_os/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mynewt_os/index.html b/latest/os/core_os/mynewt_os/index.html
index 4883f28..c105078 100644
--- a/latest/os/core_os/mynewt_os/index.html
+++ b/latest/os/core_os/mynewt_os/index.html
@@ -533,17 +533,6 @@
                 
   
   
-    <li ><a href="../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/os_started/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/os_started/index.html b/latest/os/core_os/os_started/index.html
index c6daa83..f86bcfe 100644
--- a/latest/os/core_os/os_started/index.html
+++ b/latest/os/core_os/os_started/index.html
@@ -545,17 +545,6 @@
                 
   
   
-    <li ><a href="../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/porting/port_bsp/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/porting/port_bsp/index.html b/latest/os/core_os/porting/port_bsp/index.html
index a0dc06e..14c8dd8 100644
--- a/latest/os/core_os/porting/port_bsp/index.html
+++ b/latest/os/core_os/porting/port_bsp/index.html
@@ -418,17 +418,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/porting/port_cpu/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/porting/port_cpu/index.html b/latest/os/core_os/porting/port_cpu/index.html
index 206d166..dce5dfc 100644
--- a/latest/os/core_os/porting/port_cpu/index.html
+++ b/latest/os/core_os/porting/port_cpu/index.html
@@ -418,17 +418,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/porting/port_mcu/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/porting/port_mcu/index.html b/latest/os/core_os/porting/port_mcu/index.html
index 28c08c2..34bdaf9 100644
--- a/latest/os/core_os/porting/port_mcu/index.html
+++ b/latest/os/core_os/porting/port_mcu/index.html
@@ -418,17 +418,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/porting/port_os/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/porting/port_os/index.html b/latest/os/core_os/porting/port_os/index.html
index d4feff1..9c5249a 100644
--- a/latest/os/core_os/porting/port_os/index.html
+++ b/latest/os/core_os/porting/port_os/index.html
@@ -418,17 +418,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/sanity/os_sanity_check_init/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/sanity/os_sanity_check_init/index.html b/latest/os/core_os/sanity/os_sanity_check_init/index.html
index c7b07be..19f3814 100644
--- a/latest/os/core_os/sanity/os_sanity_check_init/index.html
+++ b/latest/os/core_os/sanity/os_sanity_check_init/index.html
@@ -596,17 +596,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/sanity/os_sanity_check_register/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/sanity/os_sanity_check_register/index.html b/latest/os/core_os/sanity/os_sanity_check_register/index.html
index 58343a5..a0b8dfa 100644
--- a/latest/os/core_os/sanity/os_sanity_check_register/index.html
+++ b/latest/os/core_os/sanity/os_sanity_check_register/index.html
@@ -596,17 +596,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/sanity/os_sanity_check_reset/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/sanity/os_sanity_check_reset/index.html b/latest/os/core_os/sanity/os_sanity_check_reset/index.html
index a61e274..f5baa1c 100644
--- a/latest/os/core_os/sanity/os_sanity_check_reset/index.html
+++ b/latest/os/core_os/sanity/os_sanity_check_reset/index.html
@@ -596,17 +596,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/sanity/os_sanity_task_checkin/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/sanity/os_sanity_task_checkin/index.html b/latest/os/core_os/sanity/os_sanity_task_checkin/index.html
index b43b747..24ad464 100644
--- a/latest/os/core_os/sanity/os_sanity_task_checkin/index.html
+++ b/latest/os/core_os/sanity/os_sanity_task_checkin/index.html
@@ -596,17 +596,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/sanity/os_sanity_task_init/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/sanity/os_sanity_task_init/index.html b/latest/os/core_os/sanity/os_sanity_task_init/index.html
index 8febb9b..de97648 100644
--- a/latest/os/core_os/sanity/os_sanity_task_init/index.html
+++ b/latest/os/core_os/sanity/os_sanity_task_init/index.html
@@ -596,17 +596,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/sanity/sanity/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/sanity/sanity/index.html b/latest/os/core_os/sanity/sanity/index.html
index d9dafef..efa0c69 100644
--- a/latest/os/core_os/sanity/sanity/index.html
+++ b/latest/os/core_os/sanity/sanity/index.html
@@ -552,17 +552,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/semaphore/os_sem_init/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/semaphore/os_sem_init/index.html b/latest/os/core_os/semaphore/os_sem_init/index.html
index 1684321..c9eafd7 100644
--- a/latest/os/core_os/semaphore/os_sem_init/index.html
+++ b/latest/os/core_os/semaphore/os_sem_init/index.html
@@ -580,17 +580,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/semaphore/os_sem_pend/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/semaphore/os_sem_pend/index.html b/latest/os/core_os/semaphore/os_sem_pend/index.html
index 49d6b9b..b08c3fe 100644
--- a/latest/os/core_os/semaphore/os_sem_pend/index.html
+++ b/latest/os/core_os/semaphore/os_sem_pend/index.html
@@ -580,17 +580,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/semaphore/os_sem_release/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/semaphore/os_sem_release/index.html b/latest/os/core_os/semaphore/os_sem_release/index.html
index 81127f2..ee466ae 100644
--- a/latest/os/core_os/semaphore/os_sem_release/index.html
+++ b/latest/os/core_os/semaphore/os_sem_release/index.html
@@ -580,17 +580,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/semaphore/semaphore/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/semaphore/semaphore/index.html b/latest/os/core_os/semaphore/semaphore/index.html
index b193ec1..64db02e 100644
--- a/latest/os/core_os/semaphore/semaphore/index.html
+++ b/latest/os/core_os/semaphore/semaphore/index.html
@@ -552,17 +552,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/task/os_task_count/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/task/os_task_count/index.html b/latest/os/core_os/task/os_task_count/index.html
index fce3fb0..29af7d9 100644
--- a/latest/os/core_os/task/os_task_count/index.html
+++ b/latest/os/core_os/task/os_task_count/index.html
@@ -580,17 +580,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/task/os_task_info_get_next/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/task/os_task_info_get_next/index.html b/latest/os/core_os/task/os_task_info_get_next/index.html
index 73fc7fa..d3a9faa 100644
--- a/latest/os/core_os/task/os_task_info_get_next/index.html
+++ b/latest/os/core_os/task/os_task_info_get_next/index.html
@@ -580,17 +580,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/task/os_task_init/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/task/os_task_init/index.html b/latest/os/core_os/task/os_task_init/index.html
index 571b28d..6d5d872 100644
--- a/latest/os/core_os/task/os_task_init/index.html
+++ b/latest/os/core_os/task/os_task_init/index.html
@@ -580,17 +580,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/task/task/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/task/task/index.html b/latest/os/core_os/task/task/index.html
index edda7c3..6ab76a6 100644
--- a/latest/os/core_os/task/task/index.html
+++ b/latest/os/core_os/task/task/index.html
@@ -552,17 +552,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/time/os_gettimeofday/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/time/os_gettimeofday/index.html b/latest/os/core_os/time/os_gettimeofday/index.html
index 377b1b3..048d801 100644
--- a/latest/os/core_os/time/os_gettimeofday/index.html
+++ b/latest/os/core_os/time/os_gettimeofday/index.html
@@ -596,17 +596,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/time/os_settimeofday/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/time/os_settimeofday/index.html b/latest/os/core_os/time/os_settimeofday/index.html
index 118f3b1..4121a1a 100644
--- a/latest/os/core_os/time/os_settimeofday/index.html
+++ b/latest/os/core_os/time/os_settimeofday/index.html
@@ -596,17 +596,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/time/os_time/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/time/os_time/index.html b/latest/os/core_os/time/os_time/index.html
index fda8099..efcd9a4 100644
--- a/latest/os/core_os/time/os_time/index.html
+++ b/latest/os/core_os/time/os_time/index.html
@@ -552,17 +552,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/time/os_time_delay/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/time/os_time_delay/index.html b/latest/os/core_os/time/os_time_delay/index.html
index 565d26f..239928e 100644
--- a/latest/os/core_os/time/os_time_delay/index.html
+++ b/latest/os/core_os/time/os_time_delay/index.html
@@ -596,17 +596,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/time/os_time_get/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/time/os_time_get/index.html b/latest/os/core_os/time/os_time_get/index.html
index f6457af..c65d4ba 100644
--- a/latest/os/core_os/time/os_time_get/index.html
+++ b/latest/os/core_os/time/os_time_get/index.html
@@ -596,17 +596,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>
   
   

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/latest/os/core_os/time/os_time_tick/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/time/os_time_tick/index.html b/latest/os/core_os/time/os_time_tick/index.html
index 44dac76..1bccb5b 100644
--- a/latest/os/core_os/time/os_time_tick/index.html
+++ b/latest/os/core_os/time/os_time_tick/index.html
@@ -596,17 +596,6 @@
                 
   
   
-    <li ><a href="../../../modules/elua/elua/">Embedded Lua</a>
-  
-  
-    </li>
-
-              
-          
-              
-                
-  
-  
     <li ><a href="../../../modules/json/json/">JSON</a>