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

[09/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/develop/newt/install/newt_linux/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/install/newt_linux/index.html b/develop/newt/install/newt_linux/index.html
index 3c8534f..5f8cd09 100644
--- a/develop/newt/install/newt_linux/index.html
+++ b/develop/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/develop/newt/install/newt_mac/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/install/newt_mac/index.html b/develop/newt/install/newt_mac/index.html
index d6414e7..a3162cb 100644
--- a/develop/newt/install/newt_mac/index.html
+++ b/develop/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/develop/newtmgr/command_list/newtmgr_conn/index.html
----------------------------------------------------------------------
diff --git a/develop/newtmgr/command_list/newtmgr_conn/index.html b/develop/newtmgr/command_list/newtmgr_conn/index.html
index 2d44862..f3d7825 100644
--- a/develop/newtmgr/command_list/newtmgr_conn/index.html
+++ b/develop/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/develop/newtmgr/command_list/newtmgr_crash/index.html
----------------------------------------------------------------------
diff --git a/develop/newtmgr/command_list/newtmgr_crash/index.html b/develop/newtmgr/command_list/newtmgr_crash/index.html
index bfb2dbd..c7244ae 100644
--- a/develop/newtmgr/command_list/newtmgr_crash/index.html
+++ b/develop/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/develop/os/core_os/callout/callout/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/callout/callout/index.html b/develop/os/core_os/callout/callout/index.html
index aa72a81..b4b19c8 100644
--- a/develop/os/core_os/callout/callout/index.html
+++ b/develop/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/develop/os/core_os/callout/os_callout_func_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/callout/os_callout_func_init/index.html b/develop/os/core_os/callout/os_callout_func_init/index.html
index 6f5c510..8537785 100644
--- a/develop/os/core_os/callout/os_callout_func_init/index.html
+++ b/develop/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/develop/os/core_os/callout/os_callout_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/callout/os_callout_init/index.html b/develop/os/core_os/callout/os_callout_init/index.html
index 6c8a75f..b421559 100644
--- a/develop/os/core_os/callout/os_callout_init/index.html
+++ b/develop/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/develop/os/core_os/callout/os_callout_queued/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/callout/os_callout_queued/index.html b/develop/os/core_os/callout/os_callout_queued/index.html
index e0624fd..4733148 100644
--- a/develop/os/core_os/callout/os_callout_queued/index.html
+++ b/develop/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/develop/os/core_os/callout/os_callout_reset/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/callout/os_callout_reset/index.html b/develop/os/core_os/callout/os_callout_reset/index.html
index a154e2e..9bbc14d 100644
--- a/develop/os/core_os/callout/os_callout_reset/index.html
+++ b/develop/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/develop/os/core_os/callout/os_callout_stop/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/callout/os_callout_stop/index.html b/develop/os/core_os/callout/os_callout_stop/index.html
index 421c454..9a84065 100644
--- a/develop/os/core_os/callout/os_callout_stop/index.html
+++ b/develop/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/develop/os/core_os/context_switch/context_switch/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/context_switch/context_switch/index.html b/develop/os/core_os/context_switch/context_switch/index.html
index 28dc6bd..f918a88 100644
--- a/develop/os/core_os/context_switch/context_switch/index.html
+++ b/develop/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/develop/os/core_os/context_switch/os_arch_ctx_sw/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/context_switch/os_arch_ctx_sw/index.html b/develop/os/core_os/context_switch/os_arch_ctx_sw/index.html
index 055d546..1d5aee8 100644
--- a/develop/os/core_os/context_switch/os_arch_ctx_sw/index.html
+++ b/develop/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/develop/os/core_os/context_switch/os_sched/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/context_switch/os_sched/index.html b/develop/os/core_os/context_switch/os_sched/index.html
index e7e1351..7e2e288 100644
--- a/develop/os/core_os/context_switch/os_sched/index.html
+++ b/develop/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/develop/os/core_os/context_switch/os_sched_ctx_sw_hook/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/context_switch/os_sched_ctx_sw_hook/index.html b/develop/os/core_os/context_switch/os_sched_ctx_sw_hook/index.html
index ca2daeb..c57d0c9 100644
--- a/develop/os/core_os/context_switch/os_sched_ctx_sw_hook/index.html
+++ b/develop/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/develop/os/core_os/context_switch/os_sched_get_current_task/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/context_switch/os_sched_get_current_task/index.html b/develop/os/core_os/context_switch/os_sched_get_current_task/index.html
index 462f6f5..4bac204 100644
--- a/develop/os/core_os/context_switch/os_sched_get_current_task/index.html
+++ b/develop/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/develop/os/core_os/context_switch/os_sched_insert/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/context_switch/os_sched_insert/index.html b/develop/os/core_os/context_switch/os_sched_insert/index.html
index 45eb0d6..9b5c20e 100644
--- a/develop/os/core_os/context_switch/os_sched_insert/index.html
+++ b/develop/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/develop/os/core_os/context_switch/os_sched_next_task/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/context_switch/os_sched_next_task/index.html b/develop/os/core_os/context_switch/os_sched_next_task/index.html
index 2527f0b..3c507dd 100644
--- a/develop/os/core_os/context_switch/os_sched_next_task/index.html
+++ b/develop/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/develop/os/core_os/context_switch/os_sched_os_timer_exp/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/context_switch/os_sched_os_timer_exp/index.html b/develop/os/core_os/context_switch/os_sched_os_timer_exp/index.html
index ffc382a..4b9541b 100644
--- a/develop/os/core_os/context_switch/os_sched_os_timer_exp/index.html
+++ b/develop/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/develop/os/core_os/context_switch/os_sched_resort/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/context_switch/os_sched_resort/index.html b/develop/os/core_os/context_switch/os_sched_resort/index.html
index bb2e926..3c7286b 100644
--- a/develop/os/core_os/context_switch/os_sched_resort/index.html
+++ b/develop/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/develop/os/core_os/context_switch/os_sched_set_current_task/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/context_switch/os_sched_set_current_task/index.html b/develop/os/core_os/context_switch/os_sched_set_current_task/index.html
index 836e042..7e42cb2 100644
--- a/develop/os/core_os/context_switch/os_sched_set_current_task/index.html
+++ b/develop/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/develop/os/core_os/context_switch/os_sched_sleep/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/context_switch/os_sched_sleep/index.html b/develop/os/core_os/context_switch/os_sched_sleep/index.html
index 68d3dfb..b99b6ba 100644
--- a/develop/os/core_os/context_switch/os_sched_sleep/index.html
+++ b/develop/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/develop/os/core_os/context_switch/os_sched_wakeup/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/context_switch/os_sched_wakeup/index.html b/develop/os/core_os/context_switch/os_sched_wakeup/index.html
index 9982230..315452a 100644
--- a/develop/os/core_os/context_switch/os_sched_wakeup/index.html
+++ b/develop/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/develop/os/core_os/event_queue/event_queue/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/event_queue/event_queue/index.html b/develop/os/core_os/event_queue/event_queue/index.html
index 4dfceb2..c174396 100644
--- a/develop/os/core_os/event_queue/event_queue/index.html
+++ b/develop/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/develop/os/core_os/event_queue/os_eventq_designate/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/event_queue/os_eventq_designate/index.html b/develop/os/core_os/event_queue/os_eventq_designate/index.html
index c0b9f58..4ce3987 100644
--- a/develop/os/core_os/event_queue/os_eventq_designate/index.html
+++ b/develop/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/develop/os/core_os/event_queue/os_eventq_dflt_get/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/event_queue/os_eventq_dflt_get/index.html b/develop/os/core_os/event_queue/os_eventq_dflt_get/index.html
index 1504b2b..b8ab640 100644
--- a/develop/os/core_os/event_queue/os_eventq_dflt_get/index.html
+++ b/develop/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/develop/os/core_os/event_queue/os_eventq_get/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/event_queue/os_eventq_get/index.html b/develop/os/core_os/event_queue/os_eventq_get/index.html
index 18cdf6c..c2c3fa4 100644
--- a/develop/os/core_os/event_queue/os_eventq_get/index.html
+++ b/develop/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/develop/os/core_os/event_queue/os_eventq_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/event_queue/os_eventq_init/index.html b/develop/os/core_os/event_queue/os_eventq_init/index.html
index 4780c5c..6c70e81 100644
--- a/develop/os/core_os/event_queue/os_eventq_init/index.html
+++ b/develop/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/develop/os/core_os/event_queue/os_eventq_inited/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/event_queue/os_eventq_inited/index.html b/develop/os/core_os/event_queue/os_eventq_inited/index.html
index eef13eb..6a641fd 100644
--- a/develop/os/core_os/event_queue/os_eventq_inited/index.html
+++ b/develop/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/develop/os/core_os/event_queue/os_eventq_put/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/event_queue/os_eventq_put/index.html b/develop/os/core_os/event_queue/os_eventq_put/index.html
index 1dad9b3..b68d899 100644
--- a/develop/os/core_os/event_queue/os_eventq_put/index.html
+++ b/develop/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/develop/os/core_os/event_queue/os_eventq_remove/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/event_queue/os_eventq_remove/index.html b/develop/os/core_os/event_queue/os_eventq_remove/index.html
index 5c2cd3c..6ede6ec 100644
--- a/develop/os/core_os/event_queue/os_eventq_remove/index.html
+++ b/develop/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/develop/os/core_os/event_queue/os_eventq_run/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/event_queue/os_eventq_run/index.html b/develop/os/core_os/event_queue/os_eventq_run/index.html
index f943cad..013da5d 100644
--- a/develop/os/core_os/event_queue/os_eventq_run/index.html
+++ b/develop/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/develop/os/core_os/heap/heap/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/heap/heap/index.html b/develop/os/core_os/heap/heap/index.html
index 833024b..3f7a6eb 100644
--- a/develop/os/core_os/heap/heap/index.html
+++ b/develop/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/develop/os/core_os/heap/os_free/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/heap/os_free/index.html b/develop/os/core_os/heap/os_free/index.html
index 713f714..4a0eeb7 100644
--- a/develop/os/core_os/heap/os_free/index.html
+++ b/develop/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/develop/os/core_os/heap/os_malloc/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/heap/os_malloc/index.html b/develop/os/core_os/heap/os_malloc/index.html
index 0c774a8..8e037b5 100644
--- a/develop/os/core_os/heap/os_malloc/index.html
+++ b/develop/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/develop/os/core_os/heap/os_realloc/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/heap/os_realloc/index.html b/develop/os/core_os/heap/os_realloc/index.html
index 294eb76..c10dc3e 100644
--- a/develop/os/core_os/heap/os_realloc/index.html
+++ b/develop/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/develop/os/core_os/mbuf/OS_MBUF_DATA/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/OS_MBUF_DATA/index.html b/develop/os/core_os/mbuf/OS_MBUF_DATA/index.html
index ce0a69a..7aa4589 100644
--- a/develop/os/core_os/mbuf/OS_MBUF_DATA/index.html
+++ b/develop/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/develop/os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html b/develop/os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html
index e7ad702..a2e7207 100644
--- a/develop/os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html
+++ b/develop/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/develop/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html b/develop/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html
index 8553337..20bcdc0 100644
--- a/develop/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html
+++ b/develop/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/develop/os/core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html b/develop/os/core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html
index ab06ab0..3e599ae 100644
--- a/develop/os/core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html
+++ b/develop/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/develop/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html b/develop/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html
index 0667057..047bbe3 100644
--- a/develop/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html
+++ b/develop/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/develop/os/core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html b/develop/os/core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html
index fdc0c35..dd475cd 100644
--- a/develop/os/core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html
+++ b/develop/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/develop/os/core_os/mbuf/OS_MBUF_USRHDR/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/OS_MBUF_USRHDR/index.html b/develop/os/core_os/mbuf/OS_MBUF_USRHDR/index.html
index cbb2aa8..cc85033 100644
--- a/develop/os/core_os/mbuf/OS_MBUF_USRHDR/index.html
+++ b/develop/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/develop/os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html b/develop/os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html
index b15167e..806d171 100644
--- a/develop/os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html
+++ b/develop/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/develop/os/core_os/mbuf/mbuf/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/mbuf/index.html b/develop/os/core_os/mbuf/mbuf/index.html
index 92dd4bb..f423630 100644
--- a/develop/os/core_os/mbuf/mbuf/index.html
+++ b/develop/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/develop/os/core_os/mbuf/os_mbuf_adj/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/os_mbuf_adj/index.html b/develop/os/core_os/mbuf/os_mbuf_adj/index.html
index 158ec9b..4572aae 100644
--- a/develop/os/core_os/mbuf/os_mbuf_adj/index.html
+++ b/develop/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/develop/os/core_os/mbuf/os_mbuf_append/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/os_mbuf_append/index.html b/develop/os/core_os/mbuf/os_mbuf_append/index.html
index e6d48c5..f2f3284 100644
--- a/develop/os/core_os/mbuf/os_mbuf_append/index.html
+++ b/develop/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/develop/os/core_os/mbuf/os_mbuf_concat/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/os_mbuf_concat/index.html b/develop/os/core_os/mbuf/os_mbuf_concat/index.html
index 60431e8..74144af 100644
--- a/develop/os/core_os/mbuf/os_mbuf_concat/index.html
+++ b/develop/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/develop/os/core_os/mbuf/os_mbuf_copydata/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/os_mbuf_copydata/index.html b/develop/os/core_os/mbuf/os_mbuf_copydata/index.html
index 00be551..a42da58 100644
--- a/develop/os/core_os/mbuf/os_mbuf_copydata/index.html
+++ b/develop/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/develop/os/core_os/mbuf/os_mbuf_copyinto/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/os_mbuf_copyinto/index.html b/develop/os/core_os/mbuf/os_mbuf_copyinto/index.html
index 6a12d21..92a1b90 100644
--- a/develop/os/core_os/mbuf/os_mbuf_copyinto/index.html
+++ b/develop/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/develop/os/core_os/mbuf/os_mbuf_dup/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/os_mbuf_dup/index.html b/develop/os/core_os/mbuf/os_mbuf_dup/index.html
index c20cae4..a0bf05a 100644
--- a/develop/os/core_os/mbuf/os_mbuf_dup/index.html
+++ b/develop/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/develop/os/core_os/mbuf/os_mbuf_extend/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/os_mbuf_extend/index.html b/develop/os/core_os/mbuf/os_mbuf_extend/index.html
index 965ab63..ed48340 100644
--- a/develop/os/core_os/mbuf/os_mbuf_extend/index.html
+++ b/develop/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/develop/os/core_os/mbuf/os_mbuf_free_chain/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/os_mbuf_free_chain/index.html b/develop/os/core_os/mbuf/os_mbuf_free_chain/index.html
index 33073fc..f9c0ae2 100644
--- a/develop/os/core_os/mbuf/os_mbuf_free_chain/index.html
+++ b/develop/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/develop/os/core_os/mbuf/os_mbuf_get/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/os_mbuf_get/index.html b/develop/os/core_os/mbuf/os_mbuf_get/index.html
index f968e15..c14d62f 100644
--- a/develop/os/core_os/mbuf/os_mbuf_get/index.html
+++ b/develop/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/develop/os/core_os/mbuf/os_mbuf_get_pkthdr/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/os_mbuf_get_pkthdr/index.html b/develop/os/core_os/mbuf/os_mbuf_get_pkthdr/index.html
index 14be7a5..284d8f1 100644
--- a/develop/os/core_os/mbuf/os_mbuf_get_pkthdr/index.html
+++ b/develop/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/develop/os/core_os/mbuf/os_mbuf_memcmp/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/os_mbuf_memcmp/index.html b/develop/os/core_os/mbuf/os_mbuf_memcmp/index.html
index 1e288e1..9ae722d 100644
--- a/develop/os/core_os/mbuf/os_mbuf_memcmp/index.html
+++ b/develop/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/develop/os/core_os/mbuf/os_mbuf_off/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/os_mbuf_off/index.html b/develop/os/core_os/mbuf/os_mbuf_off/index.html
index a1227c9..ca4b7be 100644
--- a/develop/os/core_os/mbuf/os_mbuf_off/index.html
+++ b/develop/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/develop/os/core_os/mbuf/os_mbuf_pool_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/os_mbuf_pool_init/index.html b/develop/os/core_os/mbuf/os_mbuf_pool_init/index.html
index 461d663..45b310c 100644
--- a/develop/os/core_os/mbuf/os_mbuf_pool_init/index.html
+++ b/develop/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/develop/os/core_os/mbuf/os_mbuf_prepend/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/os_mbuf_prepend/index.html b/develop/os/core_os/mbuf/os_mbuf_prepend/index.html
index bca0c47..f66258c 100644
--- a/develop/os/core_os/mbuf/os_mbuf_prepend/index.html
+++ b/develop/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/develop/os/core_os/mbuf/os_mbuf_pullup/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/os_mbuf_pullup/index.html b/develop/os/core_os/mbuf/os_mbuf_pullup/index.html
index 1d5a70b..4849ad2 100644
--- a/develop/os/core_os/mbuf/os_mbuf_pullup/index.html
+++ b/develop/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/develop/os/core_os/memory_pool/OS_MEMPOOL_BYTES/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/memory_pool/OS_MEMPOOL_BYTES/index.html b/develop/os/core_os/memory_pool/OS_MEMPOOL_BYTES/index.html
index 6c3d9e3..fafc106 100644
--- a/develop/os/core_os/memory_pool/OS_MEMPOOL_BYTES/index.html
+++ b/develop/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/develop/os/core_os/memory_pool/OS_MEMPOOL_SIZE/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/memory_pool/OS_MEMPOOL_SIZE/index.html b/develop/os/core_os/memory_pool/OS_MEMPOOL_SIZE/index.html
index 0663e11..37edec0 100644
--- a/develop/os/core_os/memory_pool/OS_MEMPOOL_SIZE/index.html
+++ b/develop/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/develop/os/core_os/memory_pool/memory_pool/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/memory_pool/memory_pool/index.html b/develop/os/core_os/memory_pool/memory_pool/index.html
index 18f9602..b76d8eb 100644
--- a/develop/os/core_os/memory_pool/memory_pool/index.html
+++ b/develop/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/develop/os/core_os/memory_pool/os_memblock_get/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/memory_pool/os_memblock_get/index.html b/develop/os/core_os/memory_pool/os_memblock_get/index.html
index 583fd39..c775e00 100644
--- a/develop/os/core_os/memory_pool/os_memblock_get/index.html
+++ b/develop/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/develop/os/core_os/memory_pool/os_memblock_put/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/memory_pool/os_memblock_put/index.html b/develop/os/core_os/memory_pool/os_memblock_put/index.html
index 403af32..d1a5af7 100644
--- a/develop/os/core_os/memory_pool/os_memblock_put/index.html
+++ b/develop/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/develop/os/core_os/memory_pool/os_mempool_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/memory_pool/os_mempool_init/index.html b/develop/os/core_os/memory_pool/os_mempool_init/index.html
index 890d422..bfdb2ec 100644
--- a/develop/os/core_os/memory_pool/os_mempool_init/index.html
+++ b/develop/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/develop/os/core_os/mqueue/mqueue/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mqueue/mqueue/index.html b/develop/os/core_os/mqueue/mqueue/index.html
index 024be79..2184bd3 100644
--- a/develop/os/core_os/mqueue/mqueue/index.html
+++ b/develop/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/develop/os/core_os/mqueue/os_mqueue_get/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mqueue/os_mqueue_get/index.html b/develop/os/core_os/mqueue/os_mqueue_get/index.html
index 43d51bd..4ad52ed 100644
--- a/develop/os/core_os/mqueue/os_mqueue_get/index.html
+++ b/develop/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/develop/os/core_os/mqueue/os_mqueue_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mqueue/os_mqueue_init/index.html b/develop/os/core_os/mqueue/os_mqueue_init/index.html
index 6cd6bc6..9209e9c 100644
--- a/develop/os/core_os/mqueue/os_mqueue_init/index.html
+++ b/develop/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/develop/os/core_os/mqueue/os_mqueue_put/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mqueue/os_mqueue_put/index.html b/develop/os/core_os/mqueue/os_mqueue_put/index.html
index 928a934..4bddb24 100644
--- a/develop/os/core_os/mqueue/os_mqueue_put/index.html
+++ b/develop/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/develop/os/core_os/msys/msys/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/msys/msys/index.html b/develop/os/core_os/msys/msys/index.html
index 5f8008c..b7970d6 100644
--- a/develop/os/core_os/msys/msys/index.html
+++ b/develop/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/develop/os/core_os/msys/os_msys_get/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/msys/os_msys_get/index.html b/develop/os/core_os/msys/os_msys_get/index.html
index c695a49..30ac15c 100644
--- a/develop/os/core_os/msys/os_msys_get/index.html
+++ b/develop/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/develop/os/core_os/msys/os_msys_get_pkthdr/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/msys/os_msys_get_pkthdr/index.html b/develop/os/core_os/msys/os_msys_get_pkthdr/index.html
index 37a9e05..9450463 100644
--- a/develop/os/core_os/msys/os_msys_get_pkthdr/index.html
+++ b/develop/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/develop/os/core_os/msys/os_msys_register/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/msys/os_msys_register/index.html b/develop/os/core_os/msys/os_msys_register/index.html
index a7c4237..a7193e2 100644
--- a/develop/os/core_os/msys/os_msys_register/index.html
+++ b/develop/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/develop/os/core_os/msys/os_msys_reset/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/msys/os_msys_reset/index.html b/develop/os/core_os/msys/os_msys_reset/index.html
index 365b56f..a98051d 100644
--- a/develop/os/core_os/msys/os_msys_reset/index.html
+++ b/develop/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/develop/os/core_os/mutex/mutex/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mutex/mutex/index.html b/develop/os/core_os/mutex/mutex/index.html
index d8622d9..7d494f3 100644
--- a/develop/os/core_os/mutex/mutex/index.html
+++ b/develop/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/develop/os/core_os/mutex/os_mutex_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mutex/os_mutex_init/index.html b/develop/os/core_os/mutex/os_mutex_init/index.html
index b27c76a..fe842a0 100644
--- a/develop/os/core_os/mutex/os_mutex_init/index.html
+++ b/develop/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/develop/os/core_os/mutex/os_mutex_pend/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mutex/os_mutex_pend/index.html b/develop/os/core_os/mutex/os_mutex_pend/index.html
index 062d653..040667b 100644
--- a/develop/os/core_os/mutex/os_mutex_pend/index.html
+++ b/develop/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/develop/os/core_os/mutex/os_mutex_release/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mutex/os_mutex_release/index.html b/develop/os/core_os/mutex/os_mutex_release/index.html
index 3f6e5ec..4ae1ae9 100644
--- a/develop/os/core_os/mutex/os_mutex_release/index.html
+++ b/develop/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/develop/os/core_os/mynewt_os/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mynewt_os/index.html b/develop/os/core_os/mynewt_os/index.html
index 4bc23d2..b6b36fc 100644
--- a/develop/os/core_os/mynewt_os/index.html
+++ b/develop/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/develop/os/core_os/os_started/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/os_started/index.html b/develop/os/core_os/os_started/index.html
index dde2841..d3a0c71 100644
--- a/develop/os/core_os/os_started/index.html
+++ b/develop/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/develop/os/core_os/porting/port_bsp/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/porting/port_bsp/index.html b/develop/os/core_os/porting/port_bsp/index.html
index b304c7b..a9469be 100644
--- a/develop/os/core_os/porting/port_bsp/index.html
+++ b/develop/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/develop/os/core_os/porting/port_cpu/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/porting/port_cpu/index.html b/develop/os/core_os/porting/port_cpu/index.html
index 1fef9d2..52e0392 100644
--- a/develop/os/core_os/porting/port_cpu/index.html
+++ b/develop/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/develop/os/core_os/porting/port_mcu/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/porting/port_mcu/index.html b/develop/os/core_os/porting/port_mcu/index.html
index 442079a..3e2902d 100644
--- a/develop/os/core_os/porting/port_mcu/index.html
+++ b/develop/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/develop/os/core_os/porting/port_os/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/porting/port_os/index.html b/develop/os/core_os/porting/port_os/index.html
index 9af29c0..5cc50a2 100644
--- a/develop/os/core_os/porting/port_os/index.html
+++ b/develop/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/develop/os/core_os/sanity/os_sanity_check_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/sanity/os_sanity_check_init/index.html b/develop/os/core_os/sanity/os_sanity_check_init/index.html
index 6793e67..8ce7693 100644
--- a/develop/os/core_os/sanity/os_sanity_check_init/index.html
+++ b/develop/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/develop/os/core_os/sanity/os_sanity_check_register/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/sanity/os_sanity_check_register/index.html b/develop/os/core_os/sanity/os_sanity_check_register/index.html
index ecaed50..f66bfd0 100644
--- a/develop/os/core_os/sanity/os_sanity_check_register/index.html
+++ b/develop/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/develop/os/core_os/sanity/os_sanity_check_reset/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/sanity/os_sanity_check_reset/index.html b/develop/os/core_os/sanity/os_sanity_check_reset/index.html
index de3924c..d3a5579 100644
--- a/develop/os/core_os/sanity/os_sanity_check_reset/index.html
+++ b/develop/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/develop/os/core_os/sanity/os_sanity_task_checkin/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/sanity/os_sanity_task_checkin/index.html b/develop/os/core_os/sanity/os_sanity_task_checkin/index.html
index 7d73582..15add1c 100644
--- a/develop/os/core_os/sanity/os_sanity_task_checkin/index.html
+++ b/develop/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/develop/os/core_os/sanity/os_sanity_task_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/sanity/os_sanity_task_init/index.html b/develop/os/core_os/sanity/os_sanity_task_init/index.html
index ccdb9d2..9fac538 100644
--- a/develop/os/core_os/sanity/os_sanity_task_init/index.html
+++ b/develop/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/develop/os/core_os/sanity/sanity/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/sanity/sanity/index.html b/develop/os/core_os/sanity/sanity/index.html
index f83977e..f8b43ab 100644
--- a/develop/os/core_os/sanity/sanity/index.html
+++ b/develop/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/develop/os/core_os/semaphore/os_sem_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/semaphore/os_sem_init/index.html b/develop/os/core_os/semaphore/os_sem_init/index.html
index 99976a2..182af33 100644
--- a/develop/os/core_os/semaphore/os_sem_init/index.html
+++ b/develop/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/develop/os/core_os/semaphore/os_sem_pend/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/semaphore/os_sem_pend/index.html b/develop/os/core_os/semaphore/os_sem_pend/index.html
index 7872679..bb37468 100644
--- a/develop/os/core_os/semaphore/os_sem_pend/index.html
+++ b/develop/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/develop/os/core_os/semaphore/os_sem_release/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/semaphore/os_sem_release/index.html b/develop/os/core_os/semaphore/os_sem_release/index.html
index ba6109f..bf0d2de 100644
--- a/develop/os/core_os/semaphore/os_sem_release/index.html
+++ b/develop/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/develop/os/core_os/semaphore/semaphore/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/semaphore/semaphore/index.html b/develop/os/core_os/semaphore/semaphore/index.html
index df64c74..6968316 100644
--- a/develop/os/core_os/semaphore/semaphore/index.html
+++ b/develop/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/develop/os/core_os/task/os_task_count/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/task/os_task_count/index.html b/develop/os/core_os/task/os_task_count/index.html
index de32872..b65d6e1 100644
--- a/develop/os/core_os/task/os_task_count/index.html
+++ b/develop/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/develop/os/core_os/task/os_task_info_get_next/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/task/os_task_info_get_next/index.html b/develop/os/core_os/task/os_task_info_get_next/index.html
index ac7af5a..d1e9712 100644
--- a/develop/os/core_os/task/os_task_info_get_next/index.html
+++ b/develop/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/develop/os/core_os/task/os_task_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/task/os_task_init/index.html b/develop/os/core_os/task/os_task_init/index.html
index 924a7b9..26036da 100644
--- a/develop/os/core_os/task/os_task_init/index.html
+++ b/develop/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/develop/os/core_os/task/task/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/task/task/index.html b/develop/os/core_os/task/task/index.html
index bf407fb..59d0605 100644
--- a/develop/os/core_os/task/task/index.html
+++ b/develop/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/develop/os/core_os/time/os_gettimeofday/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/time/os_gettimeofday/index.html b/develop/os/core_os/time/os_gettimeofday/index.html
index 247f2ae..a06e48e 100644
--- a/develop/os/core_os/time/os_gettimeofday/index.html
+++ b/develop/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/develop/os/core_os/time/os_settimeofday/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/time/os_settimeofday/index.html b/develop/os/core_os/time/os_settimeofday/index.html
index ce4c63d..23e5112 100644
--- a/develop/os/core_os/time/os_settimeofday/index.html
+++ b/develop/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/develop/os/core_os/time/os_time/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/time/os_time/index.html b/develop/os/core_os/time/os_time/index.html
index daaf0ff..d09dedb 100644
--- a/develop/os/core_os/time/os_time/index.html
+++ b/develop/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/develop/os/core_os/time/os_time_delay/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/time/os_time_delay/index.html b/develop/os/core_os/time/os_time_delay/index.html
index faaedbf..074b26c 100644
--- a/develop/os/core_os/time/os_time_delay/index.html
+++ b/develop/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/develop/os/core_os/time/os_time_get/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/time/os_time_get/index.html b/develop/os/core_os/time/os_time_get/index.html
index 0af1414..bdfe32b 100644
--- a/develop/os/core_os/time/os_time_get/index.html
+++ b/develop/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/develop/os/core_os/time/os_time_tick/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/time/os_time_tick/index.html b/develop/os/core_os/time/os_time_tick/index.html
index c66f892..9503db2 100644
--- a/develop/os/core_os/time/os_time_tick/index.html
+++ b/develop/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>