http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/get_started/vocabulary/index.html ---------------------------------------------------------------------- diff --git a/develop/os/get_started/vocabulary/index.html b/develop/os/get_started/vocabulary/index.html index fd7b1b4..01868d9 100644 --- a/develop/os/get_started/vocabulary/index.html +++ b/develop/os/get_started/vocabulary/index.html @@ -344,7 +344,7 @@ project.repositories: # repository.apache-mynewt-core: type: github - vers: 0-latest + vers: 1-latest user: apache repo: incubator-mynewt-core $ @@ -362,9 +362,9 @@ relies upon.</p> the <code>apache-mynewt-core</code> repository.</p> </li> <li> -<p><code>vers=0-latest</code>: Defines the repository version. This string will use the +<p><code>vers=1-latest</code>: Defines the repository version. This string will use the latest code in the 'Master' github branch. To use the latest version in the -develop branch, just change it to <code>vers=0-dev</code></p> +develop branch, just change it to <code>vers=1-dev</code></p> </li> </ul> <p>Repositories are versioned collections of packages. </p> @@ -440,19 +440,24 @@ of your project. Most targets consist of: </p> <p>In order to create and manipulate targets, the <em>newt</em> tool offers a set of helper commands, you can find more information about these by issuing:</p> <p>$ newt target</p> -<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">Usage: +<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">newt target +Usage: newt target [flags] newt target [command] Available Commands: - config View target system configuration + config View or populate a target's system configuration copy Copy target create Create a target delete Delete target + dep View target's dependency graph + revdep View target's reverse-dependency graph set Set target configuration variable show View target configuration variables Global Flags: + -h, --help Help for newt commands + -j, --jobs int Number of concurrent build jobs (default 8) -l, --loglevel string Log level (default "WARN") -o, --outfile string Filename to tee output to -q, --quiet Be quiet; only display error output @@ -460,6 +465,7 @@ Global Flags: -v, --verbose Enable verbose output when executing commands Use "newt target [command] --help" for more information about a command. + $ </pre></div> @@ -470,7 +476,7 @@ a file called <code>syscfg.yml</code> and you will find these configuration file files directly to change some default settings, it is best to override the default settings in a <code>syscfg.yml</code> file in your project directory rather than editing the package configurations directly.</p> <p>To see all <strong>all</strong> the system configuration settings, simply type</p> -<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">$ newt target config <target-name> +<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">$ newt target config show <target-name> ... * PACKAGE: sys/stats * Setting: STATS_CLI
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/baselibc/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/baselibc/index.html b/develop/os/modules/baselibc/index.html index 87874fb..5e6d8f2 100644 --- a/develop/os/modules/baselibc/index.html +++ b/develop/os/modules/baselibc/index.html @@ -388,17 +388,6 @@ - <li ><a href="../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../json/json/">JSON</a> @@ -587,8 +576,8 @@ pages at <a href="#https://www.freebsd.org/cgi/man.cgi">https://www.freebsd.org/ </li> <li class="pull-right"> - <a href=../elua/elua/> - Next: Embedded Lua + <a href=../json/json/> + Next: JSON <span class="fa fa-arrow-right"></span> </a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/bootloader/boot_build_status/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/bootloader/boot_build_status/index.html b/develop/os/modules/bootloader/boot_build_status/index.html index 574852b..02cbf8c 100644 --- a/develop/os/modules/bootloader/boot_build_status/index.html +++ b/develop/os/modules/bootloader/boot_build_status/index.html @@ -619,17 +619,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/bootloader/boot_build_status_one/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/bootloader/boot_build_status_one/index.html b/develop/os/modules/bootloader/boot_build_status_one/index.html index 64c9508..18f1097 100644 --- a/develop/os/modules/bootloader/boot_build_status_one/index.html +++ b/develop/os/modules/bootloader/boot_build_status_one/index.html @@ -619,17 +619,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/bootloader/boot_clear_status/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/bootloader/boot_clear_status/index.html b/develop/os/modules/bootloader/boot_clear_status/index.html index b935e2f..ab685af 100644 --- a/develop/os/modules/bootloader/boot_clear_status/index.html +++ b/develop/os/modules/bootloader/boot_clear_status/index.html @@ -619,17 +619,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/bootloader/boot_copy_area/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/bootloader/boot_copy_area/index.html b/develop/os/modules/bootloader/boot_copy_area/index.html index d737d5f..24e4fee 100644 --- a/develop/os/modules/bootloader/boot_copy_area/index.html +++ b/develop/os/modules/bootloader/boot_copy_area/index.html @@ -619,17 +619,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/bootloader/boot_copy_image/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/bootloader/boot_copy_image/index.html b/develop/os/modules/bootloader/boot_copy_image/index.html index 67c6443..fc527e7 100644 --- a/develop/os/modules/bootloader/boot_copy_image/index.html +++ b/develop/os/modules/bootloader/boot_copy_image/index.html @@ -619,17 +619,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/bootloader/boot_erase_area/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/bootloader/boot_erase_area/index.html b/develop/os/modules/bootloader/boot_erase_area/index.html index 9a5e2e5..43781e3 100644 --- a/develop/os/modules/bootloader/boot_erase_area/index.html +++ b/develop/os/modules/bootloader/boot_erase_area/index.html @@ -619,17 +619,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/bootloader/boot_fill_slot/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/bootloader/boot_fill_slot/index.html b/develop/os/modules/bootloader/boot_fill_slot/index.html index 0d56580..7e332e9 100644 --- a/develop/os/modules/bootloader/boot_fill_slot/index.html +++ b/develop/os/modules/bootloader/boot_fill_slot/index.html @@ -619,17 +619,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/bootloader/boot_find_image_area_idx/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/bootloader/boot_find_image_area_idx/index.html b/develop/os/modules/bootloader/boot_find_image_area_idx/index.html index e9b0f4f..687a9c8 100644 --- a/develop/os/modules/bootloader/boot_find_image_area_idx/index.html +++ b/develop/os/modules/bootloader/boot_find_image_area_idx/index.html @@ -619,17 +619,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/bootloader/boot_find_image_part/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/bootloader/boot_find_image_part/index.html b/develop/os/modules/bootloader/boot_find_image_part/index.html index e91f5b9..9b41e57 100644 --- a/develop/os/modules/bootloader/boot_find_image_part/index.html +++ b/develop/os/modules/bootloader/boot_find_image_part/index.html @@ -619,17 +619,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/bootloader/boot_find_image_slot/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/bootloader/boot_find_image_slot/index.html b/develop/os/modules/bootloader/boot_find_image_slot/index.html index 512be38..8e126e0 100644 --- a/develop/os/modules/bootloader/boot_find_image_slot/index.html +++ b/develop/os/modules/bootloader/boot_find_image_slot/index.html @@ -619,17 +619,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/bootloader/boot_go/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/bootloader/boot_go/index.html b/develop/os/modules/bootloader/boot_go/index.html index 28d9850..c82eed4 100644 --- a/develop/os/modules/bootloader/boot_go/index.html +++ b/develop/os/modules/bootloader/boot_go/index.html @@ -619,17 +619,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/bootloader/boot_init_flash/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/bootloader/boot_init_flash/index.html b/develop/os/modules/bootloader/boot_init_flash/index.html index 130d58c..9de3ddf 100644 --- a/develop/os/modules/bootloader/boot_init_flash/index.html +++ b/develop/os/modules/bootloader/boot_init_flash/index.html @@ -619,17 +619,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/bootloader/boot_move_area/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/bootloader/boot_move_area/index.html b/develop/os/modules/bootloader/boot_move_area/index.html index b9d950e..353cdfe 100644 --- a/develop/os/modules/bootloader/boot_move_area/index.html +++ b/develop/os/modules/bootloader/boot_move_area/index.html @@ -619,17 +619,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/bootloader/boot_read_image_header/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/bootloader/boot_read_image_header/index.html b/develop/os/modules/bootloader/boot_read_image_header/index.html index cb1850b..c673f11 100644 --- a/develop/os/modules/bootloader/boot_read_image_header/index.html +++ b/develop/os/modules/bootloader/boot_read_image_header/index.html @@ -619,17 +619,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/bootloader/boot_read_image_headers/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/bootloader/boot_read_image_headers/index.html b/develop/os/modules/bootloader/boot_read_image_headers/index.html index 64f4f46..e778b45 100644 --- a/develop/os/modules/bootloader/boot_read_image_headers/index.html +++ b/develop/os/modules/bootloader/boot_read_image_headers/index.html @@ -619,17 +619,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/bootloader/boot_read_status/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/bootloader/boot_read_status/index.html b/develop/os/modules/bootloader/boot_read_status/index.html index da9fd1d..74e1600 100644 --- a/develop/os/modules/bootloader/boot_read_status/index.html +++ b/develop/os/modules/bootloader/boot_read_status/index.html @@ -619,17 +619,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/bootloader/boot_select_image_slot/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/bootloader/boot_select_image_slot/index.html b/develop/os/modules/bootloader/boot_select_image_slot/index.html index 7d977b1..90a83af 100644 --- a/develop/os/modules/bootloader/boot_select_image_slot/index.html +++ b/develop/os/modules/bootloader/boot_select_image_slot/index.html @@ -619,17 +619,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/bootloader/boot_slot_addr/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/bootloader/boot_slot_addr/index.html b/develop/os/modules/bootloader/boot_slot_addr/index.html index 66f4ad1..30878b6 100644 --- a/develop/os/modules/bootloader/boot_slot_addr/index.html +++ b/develop/os/modules/bootloader/boot_slot_addr/index.html @@ -619,17 +619,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/bootloader/boot_slot_to_area_idx/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/bootloader/boot_slot_to_area_idx/index.html b/develop/os/modules/bootloader/boot_slot_to_area_idx/index.html index 8fbdd70..cec496d 100644 --- a/develop/os/modules/bootloader/boot_slot_to_area_idx/index.html +++ b/develop/os/modules/bootloader/boot_slot_to_area_idx/index.html @@ -619,17 +619,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/bootloader/boot_swap_areas/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/bootloader/boot_swap_areas/index.html b/develop/os/modules/bootloader/boot_swap_areas/index.html index 3ab0d20..b7f6c4d 100644 --- a/develop/os/modules/bootloader/boot_swap_areas/index.html +++ b/develop/os/modules/bootloader/boot_swap_areas/index.html @@ -619,17 +619,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/bootloader/boot_vect_delete_main/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/bootloader/boot_vect_delete_main/index.html b/develop/os/modules/bootloader/boot_vect_delete_main/index.html index 00baf7a..4a22b5e 100644 --- a/develop/os/modules/bootloader/boot_vect_delete_main/index.html +++ b/develop/os/modules/bootloader/boot_vect_delete_main/index.html @@ -619,17 +619,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/bootloader/boot_vect_delete_test/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/bootloader/boot_vect_delete_test/index.html b/develop/os/modules/bootloader/boot_vect_delete_test/index.html index 2031915..a0c95e9 100644 --- a/develop/os/modules/bootloader/boot_vect_delete_test/index.html +++ b/develop/os/modules/bootloader/boot_vect_delete_test/index.html @@ -619,17 +619,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/bootloader/boot_vect_read_main/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/bootloader/boot_vect_read_main/index.html b/develop/os/modules/bootloader/boot_vect_read_main/index.html index 38dbf03..5de3afd 100644 --- a/develop/os/modules/bootloader/boot_vect_read_main/index.html +++ b/develop/os/modules/bootloader/boot_vect_read_main/index.html @@ -619,17 +619,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/bootloader/boot_vect_read_one/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/bootloader/boot_vect_read_one/index.html b/develop/os/modules/bootloader/boot_vect_read_one/index.html index 650fd2d..d1bb90e 100644 --- a/develop/os/modules/bootloader/boot_vect_read_one/index.html +++ b/develop/os/modules/bootloader/boot_vect_read_one/index.html @@ -619,17 +619,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/bootloader/boot_vect_read_test/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/bootloader/boot_vect_read_test/index.html b/develop/os/modules/bootloader/boot_vect_read_test/index.html index 839f1d6..39f4f57 100644 --- a/develop/os/modules/bootloader/boot_vect_read_test/index.html +++ b/develop/os/modules/bootloader/boot_vect_read_test/index.html @@ -619,17 +619,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/bootloader/boot_write_status/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/bootloader/boot_write_status/index.html b/develop/os/modules/bootloader/boot_write_status/index.html index 44c92f1..6d3dee5 100644 --- a/develop/os/modules/bootloader/boot_write_status/index.html +++ b/develop/os/modules/bootloader/boot_write_status/index.html @@ -619,17 +619,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/bootloader/bootloader/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/bootloader/bootloader/index.html b/develop/os/modules/bootloader/bootloader/index.html index 93be514..5ffd528 100644 --- a/develop/os/modules/bootloader/bootloader/index.html +++ b/develop/os/modules/bootloader/bootloader/index.html @@ -407,17 +407,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/console/console/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/console/console/index.html b/develop/os/modules/console/console/index.html index cbcc729..19669a7 100644 --- a/develop/os/modules/console/console/index.html +++ b/develop/os/modules/console/console/index.html @@ -407,17 +407,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/console/console_blocking_mode/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/console/console_blocking_mode/index.html b/develop/os/modules/console/console_blocking_mode/index.html index ca53665..c2a4ff7 100644 --- a/develop/os/modules/console/console_blocking_mode/index.html +++ b/develop/os/modules/console/console_blocking_mode/index.html @@ -467,17 +467,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/console/console_echo/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/console/console_echo/index.html b/develop/os/modules/console/console_echo/index.html index b216d39..5ee8803 100644 --- a/develop/os/modules/console/console_echo/index.html +++ b/develop/os/modules/console/console_echo/index.html @@ -467,17 +467,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/console/console_init/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/console/console_init/index.html b/develop/os/modules/console/console_init/index.html index 4c063fe..9901387 100644 --- a/develop/os/modules/console/console_init/index.html +++ b/develop/os/modules/console/console_init/index.html @@ -467,17 +467,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/console/console_is_init/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/console/console_is_init/index.html b/develop/os/modules/console/console_is_init/index.html index c69483e..b96e32e 100644 --- a/develop/os/modules/console/console_is_init/index.html +++ b/develop/os/modules/console/console_is_init/index.html @@ -467,17 +467,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/console/console_printf/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/console/console_printf/index.html b/develop/os/modules/console/console_printf/index.html index 05c28ab..a894e64 100644 --- a/develop/os/modules/console/console_printf/index.html +++ b/develop/os/modules/console/console_printf/index.html @@ -467,17 +467,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/console/console_read/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/console/console_read/index.html b/develop/os/modules/console/console_read/index.html index d744659..8a0f57f 100644 --- a/develop/os/modules/console/console_read/index.html +++ b/develop/os/modules/console/console_read/index.html @@ -467,17 +467,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/console/console_write/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/console/console_write/index.html b/develop/os/modules/console/console_write/index.html index 76455de..6982884 100644 --- a/develop/os/modules/console/console_write/index.html +++ b/develop/os/modules/console/console_write/index.html @@ -467,17 +467,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/devmgmt/customize_newtmgr/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/devmgmt/customize_newtmgr/index.html b/develop/os/modules/devmgmt/customize_newtmgr/index.html index 9028f73..ca2857d 100644 --- a/develop/os/modules/devmgmt/customize_newtmgr/index.html +++ b/develop/os/modules/devmgmt/customize_newtmgr/index.html @@ -410,17 +410,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/devmgmt/newtmgr/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/devmgmt/newtmgr/index.html b/develop/os/modules/devmgmt/newtmgr/index.html index a91ec08..a2b5483 100644 --- a/develop/os/modules/devmgmt/newtmgr/index.html +++ b/develop/os/modules/devmgmt/newtmgr/index.html @@ -410,17 +410,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/devmgmt/oicmgr/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/devmgmt/oicmgr/index.html b/develop/os/modules/devmgmt/oicmgr/index.html index 5dd8903..f9a8a92 100644 --- a/develop/os/modules/devmgmt/oicmgr/index.html +++ b/develop/os/modules/devmgmt/oicmgr/index.html @@ -410,17 +410,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/drivers/driver/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/drivers/driver/index.html b/develop/os/modules/drivers/driver/index.html index 54102dc..3a80829 100644 --- a/develop/os/modules/drivers/driver/index.html +++ b/develop/os/modules/drivers/driver/index.html @@ -407,17 +407,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/drivers/flash/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/drivers/flash/index.html b/develop/os/modules/drivers/flash/index.html index 4f26e57..e68ef89 100644 --- a/develop/os/modules/drivers/flash/index.html +++ b/develop/os/modules/drivers/flash/index.html @@ -435,17 +435,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/drivers/mmc/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/drivers/mmc/index.html b/develop/os/modules/drivers/mmc/index.html index 155171e..62d03e6 100644 --- a/develop/os/modules/drivers/mmc/index.html +++ b/develop/os/modules/drivers/mmc/index.html @@ -435,17 +435,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/elua/elua/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/elua/elua/index.html b/develop/os/modules/elua/elua/index.html deleted file mode 100644 index b40bfa7..0000000 --- a/develop/os/modules/elua/elua/index.html +++ /dev/null @@ -1,638 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="utf-8"> - <meta http-equiv="X-UA-Compatible" content="IE=edge"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - - - <!-- This is broken by doc revisioning. - <link rel="canonical" href="http://mynewt.apache.org/os/modules/elua/elua/"> --> - <link rel="shortcut icon" href="../../../../img/favicon.ico"> - - <title>toc - Apache Mynewt</title> - - <link href="../../../../css/bootstrap-3.0.3.min.css" rel="stylesheet"> - <link rel="stylesheet" href="../../../../css/highlight.css"> - <link href="../../../../css/base.css" rel="stylesheet"> - <link href="../../../../css/custom.css" rel="stylesheet"> - <link href="../../../../css/v2.css" rel="stylesheet"> - <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet"> - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> - <link href="../../../../extra.css" rel="stylesheet"> - - <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> - <!--[if lt IE 9]> - <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> - <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> - <![endif]--> - - - <script> - (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ - (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), - m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) - })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); - - ga('create', 'UA-72162311-1', 'auto'); - ga('send', 'pageview'); - </script> - - </head> - - - <body class="toc"> - - - <div class="container"> - <div class="row v2-main-banner"> - <a class="logo-cell" href="/"> - <img class="logo" src="/img/logo.png"> - </a> - <div class="tagline-cell"> - <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4> - </div> - <div class="news-cell"> - <div class="well"> - <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0</a> released (March 22, 2017) - </div> - </div> - </div> -</div> - - - - - - - - -<nav id="navbar" class="navbar navbar-inverse affix-top" data-spy="affix" data-offset-top="150" role="navigation"> - <div class="container"> - <!-- Collapsed navigation --> - <div class="navbar-header"> - <!-- Expander button --> - <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> - <span class="sr-only">Toggle navigation</span> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - </button> - - </div> - - <!-- Expanded navigation --> - <div class="navbar-collapse collapse"> - <!-- Main navigation --> - <ul class="nav navbar-nav navbar-right"> - <li - class="" -> - <a href="/"><i class="fa fa-home" style="font-size: larger;"></i></a> - </li> - <li - class="important" -> - <a href="/quick-start/">Quick Start</a> - </li> - <li - class="" -> - <a href="/about/">About</a> - </li> - <li - class="" -> - <a href="/talks/">Talks</a> - </li> - <li - class="active" -> - <a href="/latest/os/introduction">Documentation</a> - </li> - <li - class="" -> - <a href="/download/">Download</a> - </li> - <li - class="" -> - <a href="/community/">Community</a> - </li> - <li - class="" -> - <a href="/events/">Events</a> - </li> - </ul> - - <!-- Search, Navigation and Repo links --> - <ul class="nav navbar-nav navbar-right"> - - </ul> - </div> - </div> -</nav> - - - - <div class="container"> - - <div class="row"> - <div class="col-md-3 v2-sidebar sidebar-container"><div id="docSidebar" class="hidden-print" role="complementary"> - <div class="top"> - <div role="search"> - <form id="rtd-search-form" class="wy-form" action="../../../../search.html" method="get"> - <div class="form-group"> - <input type="text" name="q" class="form-control" placeholder="Search documentation" /> - </div> - </form> - </div> - </div> - <ul class="toc-nav"> - <li class="doc-version"> -<select class="form-control" onchange="if (this.value) window.location.href=this.value"> - - <option - value="/develop/os/introduction" - selected="selected" - > - Version: develop (latest) - </option> - - <option - value="/v0_9_0/os/introduction" - - > - Version: 0.9.0 - </option> - -</select> -</li> - - - - - - - - - - - - - - - - - - - - - - <li ><a href="../../../introduction/">Mynewt Documentation</a> - - - <ul> - - - - - - - - <li ><a href="../../../get_started/get_started/">Basic Setup</a> - - - </li> - - - - - - <li > - <a href="../../../get_started/vocabulary/">Concepts</a> - </li> - - - - - - - - <li ><a href="../../../tutorials/tutorials/">Tutorials</a> - - - </li> - - - - - - - - <li ><a href="../../../os_user_guide/">OS User Guide</a> - - - <ul> - - - - - - - - <li ><a href="../../../core_os/mynewt_os/">OS Core</a> - - - </li> - - - - - - - - <li ><a href="../../../core_os/porting/port_os/">Porting to your Platform</a> - - - </li> - - - - - - - - <li ><a href="../../console/console/">Console</a> - - - </li> - - - - - - - - <li ><a href="../../shell/shell/">Shell</a> - - - </li> - - - - - - - - <li ><a href="../../split/split/">Split Images</a> - - - </li> - - - - - - - - <li ><a href="../../bootloader/bootloader/">Bootloader</a> - - - </li> - - - - - - - - <li><a href=" - - - ../../fs/fs/fs/ - -">File System</a> - - - </li> - - - - - - - - <li ><a href="../../hal/hal/">Hardware Abstraction Layer</a> - - - </li> - - - - - - - - <li ><a href="../../drivers/driver/">Drivers</a> - - - </li> - - - - - - - - <li ><a href="../../testutil/testutil/">Test Utilities</a> - - - </li> - - - - - - - - <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a> - - - </li> - - - - - - - - <li ><a href="../../imgmgr/imgmgr/">Image Manager</a> - - - </li> - - - - - - <li > - <a href="../../baselibc/">Baselibc library</a> - </li> - - - - - - - - <li class="active"><a href="./">Embedded Lua</a> - - - <ul> - - - - - - - - <li><a href=" - ../lua_init/ -">Functions</a> - - - </li> - - - - </ul> - - </li> - - - - - - - - <li ><a href="../../json/json/">JSON</a> - - - </li> - - - - - - - - <li ><a href="../../fcb/fcb/">Flash Circular Buffer</a> - - - </li> - - - - - - - - <li ><a href="../../stats/stats/">Stats</a> - - - </li> - - - - - - - - <li ><a href="../../logs/logs/">Logs</a> - - - </li> - - - - - - - - <li ><a href="../../sysinitconfig/sysinitconfig/">System Configuration And Initialization</a> - - - </li> - - - - </ul> - - </li> - - - - - - - - <li><a href=" - ../../../../network/ble/ble_intro/ -">BLE User Guide</a> - - - </li> - - - - - - - - <li ><a href="../../../../newt/newt_intro/">Newt Tool Guide</a> - - - </li> - - - - - - - - <li ><a href="../../../../newtmgr/overview/">Newt Manager Guide</a> - - - </li> - - - - </ul> - - </li> - - - - - - - - <li><a href=" - ../../../../faq/how_to_edit_docs/ -">Appendix</a> - - - </li> - - - - </ul> -</div></div> - - <div class="col-md-9" role="main"> - <div class="doc-header"> - <div role="navigation" aria-label="breadcrumbs navigation"> - <ul class="wy-breadcrumbs pull-right"> - <li><a href="/develop/os/introduction">Docs</a></li> - - - - <li>» <a href="../../../os_user_guide/">OS User Guide</a></li> - - - - <li>» Embedded Lua</li> - - - - - - </ul> -</div> - </div> - - <h1 id="elua">elua</h1> -<h3 id="description">Description</h3> -<p>This package contains a Lua interpreter. See http://lua.org for documentation of the language.</p> -<p>You can execute lua scripts either from console with shell or start the execution programmatically.</p> -<h3 id="data-structures">Data structures</h3> -<h3 id="notes">Notes</h3> -<p>Currently we don't have language extension modules which would go together with this one, but those should be added.</p> -<h3 id="list-of-functions">List of Functions</h3> -<table> -<thead> -<tr> -<th>Function</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td><a href="../lua_init/">lua_init</a></td> -<td>Registers 'lua' command with shell.</td> -</tr> -<tr> -<td><a href="../lua_main/">lua_main</a></td> -<td>Executes lua script in current task's context. Arguments given are passed to lua interpreter.</td> -</tr> -</tbody> -</table> -<p><Comments such as these instructions are placed within angle brackets. List all the functions here. Note how the anchors work. You put the text you want to show up as a link within [] and the relevant #heading within (). Note that the header has to have at least 2 words for the anchor to work - that's how it is. "no-highlight" disables syntax highlighting. You can enable it for a particular language by specifying what the language is instead of "no-highlight". Be warned that this highlighting or no-highlighting specification may not show up nicely on Mou.></p> - - <div class="row"> - - - - -<ul class="nav nav-pills" style="margin-bottom: 10px"> - <li> - - <a href=../../baselibc/> - <span class="fa fa-arrow-left"></span> - Previous: Baselibc library - </a> - - </li> - <li class="pull-right"> - - <a href=../lua_init/> - Next: lua_init - <span class="fa fa-arrow-right"></span> - </a> - - </li> -</ul> - </div> - <footer class="row"> - <div class="col-xs-12"> - - <p class="copyright">Apache Mynewt (incubating) is available under Apache License, version 2.0.</p> - - </div> - <div class="col-xs-12"> - <div class="logos"> - <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache"> - <small class="footnote"> - MyNewt is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. - </small> - <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator"> - </div> - </div> -</footer> - </div> - </div> - - - </div> - - <script src="../../../../js/jquery-1.10.2.min.js"></script> - <script src="../../../../js/bootstrap-3.0.3.min.js"></script> - <script src="../../../../js/highlight.pack.js"></script> - <script src="../../../../js/base.js"></script> - <script src="../../../../js/custom.js"></script> - - </body> -</html> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/elua/lua_init/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/elua/lua_init/index.html b/develop/os/modules/elua/lua_init/index.html deleted file mode 100644 index 2da2e44..0000000 --- a/develop/os/modules/elua/lua_init/index.html +++ /dev/null @@ -1,657 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="utf-8"> - <meta http-equiv="X-UA-Compatible" content="IE=edge"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - - - <!-- This is broken by doc revisioning. - <link rel="canonical" href="http://mynewt.apache.org/os/modules/elua/lua_init/"> --> - <link rel="shortcut icon" href="../../../../img/favicon.ico"> - - <title>lua_init - Apache Mynewt</title> - - <link href="../../../../css/bootstrap-3.0.3.min.css" rel="stylesheet"> - <link rel="stylesheet" href="../../../../css/highlight.css"> - <link href="../../../../css/base.css" rel="stylesheet"> - <link href="../../../../css/custom.css" rel="stylesheet"> - <link href="../../../../css/v2.css" rel="stylesheet"> - <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet"> - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> - <link href="../../../../extra.css" rel="stylesheet"> - - <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> - <!--[if lt IE 9]> - <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> - <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> - <![endif]--> - - - <script> - (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ - (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), - m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) - })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); - - ga('create', 'UA-72162311-1', 'auto'); - ga('send', 'pageview'); - </script> - - </head> - - - <body class="lua_init"> - - - <div class="container"> - <div class="row v2-main-banner"> - <a class="logo-cell" href="/"> - <img class="logo" src="/img/logo.png"> - </a> - <div class="tagline-cell"> - <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4> - </div> - <div class="news-cell"> - <div class="well"> - <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0</a> released (March 22, 2017) - </div> - </div> - </div> -</div> - - - - - - - - -<nav id="navbar" class="navbar navbar-inverse affix-top" data-spy="affix" data-offset-top="150" role="navigation"> - <div class="container"> - <!-- Collapsed navigation --> - <div class="navbar-header"> - <!-- Expander button --> - <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> - <span class="sr-only">Toggle navigation</span> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - </button> - - </div> - - <!-- Expanded navigation --> - <div class="navbar-collapse collapse"> - <!-- Main navigation --> - <ul class="nav navbar-nav navbar-right"> - <li - class="" -> - <a href="/"><i class="fa fa-home" style="font-size: larger;"></i></a> - </li> - <li - class="important" -> - <a href="/quick-start/">Quick Start</a> - </li> - <li - class="" -> - <a href="/about/">About</a> - </li> - <li - class="" -> - <a href="/talks/">Talks</a> - </li> - <li - class="active" -> - <a href="/latest/os/introduction">Documentation</a> - </li> - <li - class="" -> - <a href="/download/">Download</a> - </li> - <li - class="" -> - <a href="/community/">Community</a> - </li> - <li - class="" -> - <a href="/events/">Events</a> - </li> - </ul> - - <!-- Search, Navigation and Repo links --> - <ul class="nav navbar-nav navbar-right"> - - </ul> - </div> - </div> -</nav> - - - - <div class="container"> - - <div class="row"> - <div class="col-md-3 v2-sidebar sidebar-container"><div id="docSidebar" class="hidden-print" role="complementary"> - <div class="top"> - <div role="search"> - <form id="rtd-search-form" class="wy-form" action="../../../../search.html" method="get"> - <div class="form-group"> - <input type="text" name="q" class="form-control" placeholder="Search documentation" /> - </div> - </form> - </div> - </div> - <ul class="toc-nav"> - <li class="doc-version"> -<select class="form-control" onchange="if (this.value) window.location.href=this.value"> - - <option - value="/develop/os/introduction" - selected="selected" - > - Version: develop (latest) - </option> - - <option - value="/v0_9_0/os/introduction" - - > - Version: 0.9.0 - </option> - -</select> -</li> - - - - - - - - - - - - - - - - - - - - - - <li ><a href="../../../introduction/">Mynewt Documentation</a> - - - <ul> - - - - - - - - <li ><a href="../../../get_started/get_started/">Basic Setup</a> - - - </li> - - - - - - <li > - <a href="../../../get_started/vocabulary/">Concepts</a> - </li> - - - - - - - - <li ><a href="../../../tutorials/tutorials/">Tutorials</a> - - - </li> - - - - - - - - <li ><a href="../../../os_user_guide/">OS User Guide</a> - - - <ul> - - - - - - - - <li ><a href="../../../core_os/mynewt_os/">OS Core</a> - - - </li> - - - - - - - - <li ><a href="../../../core_os/porting/port_os/">Porting to your Platform</a> - - - </li> - - - - - - - - <li ><a href="../../console/console/">Console</a> - - - </li> - - - - - - - - <li ><a href="../../shell/shell/">Shell</a> - - - </li> - - - - - - - - <li ><a href="../../split/split/">Split Images</a> - - - </li> - - - - - - - - <li ><a href="../../bootloader/bootloader/">Bootloader</a> - - - </li> - - - - - - - - <li><a href=" - - - ../../fs/fs/fs/ - -">File System</a> - - - </li> - - - - - - - - <li ><a href="../../hal/hal/">Hardware Abstraction Layer</a> - - - </li> - - - - - - - - <li ><a href="../../drivers/driver/">Drivers</a> - - - </li> - - - - - - - - <li ><a href="../../testutil/testutil/">Test Utilities</a> - - - </li> - - - - - - - - <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a> - - - </li> - - - - - - - - <li ><a href="../../imgmgr/imgmgr/">Image Manager</a> - - - </li> - - - - - - <li > - <a href="../../baselibc/">Baselibc library</a> - </li> - - - - - - - - <li ><a href="../elua/">Embedded Lua</a> - - - <ul> - - - - - - - - <li><a href=" - ./ -">Functions</a> - - - <ul> - - - - <li class="active"> - <a href="./">lua_init</a> - </li> - - - - - - <li > - <a href="../lua_main/">lua_main</a> - </li> - - - - </ul> - - </li> - - - - </ul> - - </li> - - - - - - - - <li ><a href="../../json/json/">JSON</a> - - - </li> - - - - - - - - <li ><a href="../../fcb/fcb/">Flash Circular Buffer</a> - - - </li> - - - - - - - - <li ><a href="../../stats/stats/">Stats</a> - - - </li> - - - - - - - - <li ><a href="../../logs/logs/">Logs</a> - - - </li> - - - - - - - - <li ><a href="../../sysinitconfig/sysinitconfig/">System Configuration And Initialization</a> - - - </li> - - - - </ul> - - </li> - - - - - - - - <li><a href=" - ../../../../network/ble/ble_intro/ -">BLE User Guide</a> - - - </li> - - - - - - - - <li ><a href="../../../../newt/newt_intro/">Newt Tool Guide</a> - - - </li> - - - - - - - - <li ><a href="../../../../newtmgr/overview/">Newt Manager Guide</a> - - - </li> - - - - </ul> - - </li> - - - - - - - - <li><a href=" - ../../../../faq/how_to_edit_docs/ -">Appendix</a> - - - </li> - - - - </ul> -</div></div> - - <div class="col-md-9" role="main"> - <div class="doc-header"> - <div role="navigation" aria-label="breadcrumbs navigation"> - <ul class="wy-breadcrumbs pull-right"> - <li><a href="/develop/os/introduction">Docs</a></li> - - - - <li>» <a href="../elua/">Embedded Lua</a></li> - - - - <li>» Functions</li> - - - - <li>» lua_init</li> - - - - </ul> -</div> - </div> - - <h2 id="lua_init"><font color="#F2853F" style="font-size:24pt"> lua_init </font></h2> -<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"> int - lua_init(void) -</pre></div> - - -<p>Registers 'lua' command with shell. This function should be called while initializing the project, preferably after shell itself has been initialized.</p> -<h4 id="arguments">Arguments</h4> -<p>N/A</p> -<h4 id="returned-values">Returned values</h4> -<p>Returns </p> -<h4 id="notes">Notes</h4> -<p>Calling this is meaningful only if you include the shell package in your project.</p> -<h4 id="example">Example</h4> -<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">int main(int argc, char **argv) -{ - ... - shell_task_init(SHELL_TASK_PRIO, shell_stack, SHELL_TASK_STACK_SIZE, - SHELL_MAX_INPUT_LEN); - ... - lua_init(); - ... -} -</pre></div> - - <div class="row"> - - - - -<ul class="nav nav-pills" style="margin-bottom: 10px"> - <li> - - <a href=../elua/> - <span class="fa fa-arrow-left"></span> - Previous: Embedded Lua - </a> - - </li> - <li class="pull-right"> - - <a href=../lua_main/> - Next: lua_main - <span class="fa fa-arrow-right"></span> - </a> - - </li> -</ul> - </div> - <footer class="row"> - <div class="col-xs-12"> - - <p class="copyright">Apache Mynewt (incubating) is available under Apache License, version 2.0.</p> - - </div> - <div class="col-xs-12"> - <div class="logos"> - <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache"> - <small class="footnote"> - MyNewt is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. - </small> - <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator"> - </div> - </div> -</footer> - </div> - </div> - - - </div> - - <script src="../../../../js/jquery-1.10.2.min.js"></script> - <script src="../../../../js/bootstrap-3.0.3.min.js"></script> - <script src="../../../../js/highlight.pack.js"></script> - <script src="../../../../js/base.js"></script> - <script src="../../../../js/custom.js"></script> - - </body> -</html> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/elua/lua_main/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/elua/lua_main/index.html b/develop/os/modules/elua/lua_main/index.html deleted file mode 100644 index 2cb38a8..0000000 --- a/develop/os/modules/elua/lua_main/index.html +++ /dev/null @@ -1,670 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="utf-8"> - <meta http-equiv="X-UA-Compatible" content="IE=edge"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - - - <!-- This is broken by doc revisioning. - <link rel="canonical" href="http://mynewt.apache.org/os/modules/elua/lua_main/"> --> - <link rel="shortcut icon" href="../../../../img/favicon.ico"> - - <title>lua_main - Apache Mynewt</title> - - <link href="../../../../css/bootstrap-3.0.3.min.css" rel="stylesheet"> - <link rel="stylesheet" href="../../../../css/highlight.css"> - <link href="../../../../css/base.css" rel="stylesheet"> - <link href="../../../../css/custom.css" rel="stylesheet"> - <link href="../../../../css/v2.css" rel="stylesheet"> - <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet"> - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> - <link href="../../../../extra.css" rel="stylesheet"> - - <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> - <!--[if lt IE 9]> - <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> - <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> - <![endif]--> - - - <script> - (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ - (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), - m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) - })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); - - ga('create', 'UA-72162311-1', 'auto'); - ga('send', 'pageview'); - </script> - - </head> - - - <body class="lua_main"> - - - <div class="container"> - <div class="row v2-main-banner"> - <a class="logo-cell" href="/"> - <img class="logo" src="/img/logo.png"> - </a> - <div class="tagline-cell"> - <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4> - </div> - <div class="news-cell"> - <div class="well"> - <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0</a> released (March 22, 2017) - </div> - </div> - </div> -</div> - - - - - - - - -<nav id="navbar" class="navbar navbar-inverse affix-top" data-spy="affix" data-offset-top="150" role="navigation"> - <div class="container"> - <!-- Collapsed navigation --> - <div class="navbar-header"> - <!-- Expander button --> - <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> - <span class="sr-only">Toggle navigation</span> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - </button> - - </div> - - <!-- Expanded navigation --> - <div class="navbar-collapse collapse"> - <!-- Main navigation --> - <ul class="nav navbar-nav navbar-right"> - <li - class="" -> - <a href="/"><i class="fa fa-home" style="font-size: larger;"></i></a> - </li> - <li - class="important" -> - <a href="/quick-start/">Quick Start</a> - </li> - <li - class="" -> - <a href="/about/">About</a> - </li> - <li - class="" -> - <a href="/talks/">Talks</a> - </li> - <li - class="active" -> - <a href="/latest/os/introduction">Documentation</a> - </li> - <li - class="" -> - <a href="/download/">Download</a> - </li> - <li - class="" -> - <a href="/community/">Community</a> - </li> - <li - class="" -> - <a href="/events/">Events</a> - </li> - </ul> - - <!-- Search, Navigation and Repo links --> - <ul class="nav navbar-nav navbar-right"> - - </ul> - </div> - </div> -</nav> - - - - <div class="container"> - - <div class="row"> - <div class="col-md-3 v2-sidebar sidebar-container"><div id="docSidebar" class="hidden-print" role="complementary"> - <div class="top"> - <div role="search"> - <form id="rtd-search-form" class="wy-form" action="../../../../search.html" method="get"> - <div class="form-group"> - <input type="text" name="q" class="form-control" placeholder="Search documentation" /> - </div> - </form> - </div> - </div> - <ul class="toc-nav"> - <li class="doc-version"> -<select class="form-control" onchange="if (this.value) window.location.href=this.value"> - - <option - value="/develop/os/introduction" - selected="selected" - > - Version: develop (latest) - </option> - - <option - value="/v0_9_0/os/introduction" - - > - Version: 0.9.0 - </option> - -</select> -</li> - - - - - - - - - - - - - - - - - - - - - - <li ><a href="../../../introduction/">Mynewt Documentation</a> - - - <ul> - - - - - - - - <li ><a href="../../../get_started/get_started/">Basic Setup</a> - - - </li> - - - - - - <li > - <a href="../../../get_started/vocabulary/">Concepts</a> - </li> - - - - - - - - <li ><a href="../../../tutorials/tutorials/">Tutorials</a> - - - </li> - - - - - - - - <li ><a href="../../../os_user_guide/">OS User Guide</a> - - - <ul> - - - - - - - - <li ><a href="../../../core_os/mynewt_os/">OS Core</a> - - - </li> - - - - - - - - <li ><a href="../../../core_os/porting/port_os/">Porting to your Platform</a> - - - </li> - - - - - - - - <li ><a href="../../console/console/">Console</a> - - - </li> - - - - - - - - <li ><a href="../../shell/shell/">Shell</a> - - - </li> - - - - - - - - <li ><a href="../../split/split/">Split Images</a> - - - </li> - - - - - - - - <li ><a href="../../bootloader/bootloader/">Bootloader</a> - - - </li> - - - - - - - - <li><a href=" - - - ../../fs/fs/fs/ - -">File System</a> - - - </li> - - - - - - - - <li ><a href="../../hal/hal/">Hardware Abstraction Layer</a> - - - </li> - - - - - - - - <li ><a href="../../drivers/driver/">Drivers</a> - - - </li> - - - - - - - - <li ><a href="../../testutil/testutil/">Test Utilities</a> - - - </li> - - - - - - - - <li ><a href="../../devmgmt/newtmgr/">Device Management with Newt Manager</a> - - - </li> - - - - - - - - <li ><a href="../../imgmgr/imgmgr/">Image Manager</a> - - - </li> - - - - - - <li > - <a href="../../baselibc/">Baselibc library</a> - </li> - - - - - - - - <li ><a href="../elua/">Embedded Lua</a> - - - <ul> - - - - - - - - <li><a href=" - ../lua_init/ -">Functions</a> - - - <ul> - - - - <li > - <a href="../lua_init/">lua_init</a> - </li> - - - - - - <li class="active"> - <a href="./">lua_main</a> - </li> - - - - </ul> - - </li> - - - - </ul> - - </li> - - - - - - - - <li ><a href="../../json/json/">JSON</a> - - - </li> - - - - - - - - <li ><a href="../../fcb/fcb/">Flash Circular Buffer</a> - - - </li> - - - - - - - - <li ><a href="../../stats/stats/">Stats</a> - - - </li> - - - - - - - - <li ><a href="../../logs/logs/">Logs</a> - - - </li> - - - - - - - - <li ><a href="../../sysinitconfig/sysinitconfig/">System Configuration And Initialization</a> - - - </li> - - - - </ul> - - </li> - - - - - - - - <li><a href=" - ../../../../network/ble/ble_intro/ -">BLE User Guide</a> - - - </li> - - - - - - - - <li ><a href="../../../../newt/newt_intro/">Newt Tool Guide</a> - - - </li> - - - - - - - - <li ><a href="../../../../newtmgr/overview/">Newt Manager Guide</a> - - - </li> - - - - </ul> - - </li> - - - - - - - - <li><a href=" - ../../../../faq/how_to_edit_docs/ -">Appendix</a> - - - </li> - - - - </ul> -</div></div> - - <div class="col-md-9" role="main"> - <div class="doc-header"> - <div role="navigation" aria-label="breadcrumbs navigation"> - <ul class="wy-breadcrumbs pull-right"> - <li><a href="/develop/os/introduction">Docs</a></li> - - - - <li>» <a href="../elua/">Embedded Lua</a></li> - - - - <li>» <a href="../lua_init/">Functions</a></li> - - - - <li>» lua_main</li> - - - - </ul> -</div> - </div> - - <h2 id="lua_main"><font color="#F2853F" style="font-size:24pt"> lua_main </font></h2> -<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"> int - lua_main(int argc, char **argv) -</pre></div> - - -<p>Executes lua script in current task's context. Arguments given are passed to lua interpreter.</p> -<h4 id="arguments">Arguments</h4> -<table> -<thead> -<tr> -<th>Arguments</th> -<th>Description</th> -</tr> -</thead> -<tbody> -<tr> -<td>argc</td> -<td>Number of elements in argv array</td> -</tr> -<tr> -<td>argv</td> -<td>Array of character strings</td> -</tr> -</tbody> -</table> -<h4 id="returned-values">Returned values</h4> -<p>Returns the return code from the lua interpreter.</p> -<h4 id="notes">Notes</h4> -<h4 id="example">Example</h4> -<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">static int -lua_cmd(int argc, char **argv) -{ - lua_main(argc, argv); - return 0; -} -</pre></div> - - <div class="row"> - - - - -<ul class="nav nav-pills" style="margin-bottom: 10px"> - <li> - - <a href=../lua_init/> - <span class="fa fa-arrow-left"></span> - Previous: lua_init - </a> - - </li> - <li class="pull-right"> - - <a href=../../json/json/> - Next: JSON - <span class="fa fa-arrow-right"></span> - </a> - - </li> -</ul> - </div> - <footer class="row"> - <div class="col-xs-12"> - - <p class="copyright">Apache Mynewt (incubating) is available under Apache License, version 2.0.</p> - - </div> - <div class="col-xs-12"> - <div class="logos"> - <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache"> - <small class="footnote"> - MyNewt is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. - </small> - <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator"> - </div> - </div> -</footer> - </div> - </div> - - - </div> - - <script src="../../../../js/jquery-1.10.2.min.js"></script> - <script src="../../../../js/bootstrap-3.0.3.min.js"></script> - <script src="../../../../js/highlight.pack.js"></script> - <script src="../../../../js/base.js"></script> - <script src="../../../../js/custom.js"></script> - - </body> -</html> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/fcb/fcb/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/fcb/fcb/index.html b/develop/os/modules/fcb/fcb/index.html index 7d076e7..e4ba5de 100644 --- a/develop/os/modules/fcb/fcb/index.html +++ b/develop/os/modules/fcb/fcb/index.html @@ -388,17 +388,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/fcb/fcb_append/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/fcb/fcb_append/index.html b/develop/os/modules/fcb/fcb_append/index.html index 83cacad..ff2840f 100644 --- a/develop/os/modules/fcb/fcb_append/index.html +++ b/develop/os/modules/fcb/fcb_append/index.html @@ -388,17 +388,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/fcb/fcb_append_finish/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/fcb/fcb_append_finish/index.html b/develop/os/modules/fcb/fcb_append_finish/index.html index 103cb17..db2a28f 100644 --- a/develop/os/modules/fcb/fcb_append_finish/index.html +++ b/develop/os/modules/fcb/fcb_append_finish/index.html @@ -388,17 +388,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/fcb/fcb_append_to_scratch/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/fcb/fcb_append_to_scratch/index.html b/develop/os/modules/fcb/fcb_append_to_scratch/index.html index e2076be..74e82c1 100644 --- a/develop/os/modules/fcb/fcb_append_to_scratch/index.html +++ b/develop/os/modules/fcb/fcb_append_to_scratch/index.html @@ -388,17 +388,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/fcb/fcb_clear/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/fcb/fcb_clear/index.html b/develop/os/modules/fcb/fcb_clear/index.html index 85ce2fe..db462ac 100644 --- a/develop/os/modules/fcb/fcb_clear/index.html +++ b/develop/os/modules/fcb/fcb_clear/index.html @@ -388,17 +388,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/fcb/fcb_getnext/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/fcb/fcb_getnext/index.html b/develop/os/modules/fcb/fcb_getnext/index.html index 17e0d2b..6f0142f 100644 --- a/develop/os/modules/fcb/fcb_getnext/index.html +++ b/develop/os/modules/fcb/fcb_getnext/index.html @@ -388,17 +388,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/fcb/fcb_init/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/fcb/fcb_init/index.html b/develop/os/modules/fcb/fcb_init/index.html index 1a1edcb..470868a 100644 --- a/develop/os/modules/fcb/fcb_init/index.html +++ b/develop/os/modules/fcb/fcb_init/index.html @@ -388,17 +388,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/fcb/fcb_is_empty/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/fcb/fcb_is_empty/index.html b/develop/os/modules/fcb/fcb_is_empty/index.html index e3db5a4..3ecbd2e 100644 --- a/develop/os/modules/fcb/fcb_is_empty/index.html +++ b/develop/os/modules/fcb/fcb_is_empty/index.html @@ -388,17 +388,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/fcb/fcb_offset_last_n/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/fcb/fcb_offset_last_n/index.html b/develop/os/modules/fcb/fcb_offset_last_n/index.html index ba17651..8b104f5 100644 --- a/develop/os/modules/fcb/fcb_offset_last_n/index.html +++ b/develop/os/modules/fcb/fcb_offset_last_n/index.html @@ -388,17 +388,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/fcb/fcb_rotate/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/fcb/fcb_rotate/index.html b/develop/os/modules/fcb/fcb_rotate/index.html index d0b1b53..47ed626 100644 --- a/develop/os/modules/fcb/fcb_rotate/index.html +++ b/develop/os/modules/fcb/fcb_rotate/index.html @@ -388,17 +388,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/fcb/fcb_walk/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/fcb/fcb_walk/index.html b/develop/os/modules/fcb/fcb_walk/index.html index 90baea7..e0b5ec7 100644 --- a/develop/os/modules/fcb/fcb_walk/index.html +++ b/develop/os/modules/fcb/fcb_walk/index.html @@ -388,17 +388,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/fs/fatfs/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/fs/fatfs/index.html b/develop/os/modules/fs/fatfs/index.html index d59325a..9364798 100644 --- a/develop/os/modules/fs/fatfs/index.html +++ b/develop/os/modules/fs/fatfs/index.html @@ -430,17 +430,6 @@ - <li ><a href="../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/fs/fs/fs/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/fs/fs/fs/index.html b/develop/os/modules/fs/fs/fs/index.html index 483d521..87a14c8 100644 --- a/develop/os/modules/fs/fs/fs/index.html +++ b/develop/os/modules/fs/fs/fs/index.html @@ -470,17 +470,6 @@ - <li ><a href="../../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/fs/fs/fs_close/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/fs/fs/fs_close/index.html b/develop/os/modules/fs/fs/fs_close/index.html index c6bddfc..9d481fc 100644 --- a/develop/os/modules/fs/fs/fs_close/index.html +++ b/develop/os/modules/fs/fs/fs_close/index.html @@ -618,17 +618,6 @@ - <li ><a href="../../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/fs/fs/fs_closedir/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/fs/fs/fs_closedir/index.html b/develop/os/modules/fs/fs/fs_closedir/index.html index 2823e3c..ee46cc3 100644 --- a/develop/os/modules/fs/fs/fs_closedir/index.html +++ b/develop/os/modules/fs/fs/fs_closedir/index.html @@ -618,17 +618,6 @@ - <li ><a href="../../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../../json/json/">JSON</a> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/c1a9e073/develop/os/modules/fs/fs/fs_dirent_is_dir/index.html ---------------------------------------------------------------------- diff --git a/develop/os/modules/fs/fs/fs_dirent_is_dir/index.html b/develop/os/modules/fs/fs/fs_dirent_is_dir/index.html index 6d1ce7d..70c2a45 100644 --- a/develop/os/modules/fs/fs/fs_dirent_is_dir/index.html +++ b/develop/os/modules/fs/fs/fs_dirent_is_dir/index.html @@ -618,17 +618,6 @@ - <li ><a href="../../../elua/elua/">Embedded Lua</a> - - - </li> - - - - - - - <li ><a href="../../../json/json/">JSON</a>
