http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/get_started/get_started/index.html ---------------------------------------------------------------------- diff --git a/os/get_started/get_started/index.html b/os/get_started/get_started/index.html new file mode 100644 index 0000000..b754dc8 --- /dev/null +++ b/os/get_started/get_started/index.html @@ -0,0 +1,462 @@ +<!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"> + + + <link rel="canonical" href="http://mynewt.apache.org/os/get_started/get_started/"> + <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 href="../../../css/font-awesome-4.0.3.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='https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300,100' rel='stylesheet' type='text/css'> + <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', 'mynewt.incubator.apache.org'); + ga('send', 'pageview'); + </script> + + </head> + + + <body class="toc"> + + + <div id="navbar" class="navbar navbar-default navbar-fixed-top" role="navigation"> + <div class="logo-container"> + <img src="/img/logo.svg"> + </div> + <div class="container-fluid"> + <!-- 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> + <a href="/">Home</a> + </li> + <li> + <a href="/about/">About</a> + </li> + <li class="dropdown"> + <a href="/documentation/" class="dropdown-toggle" data-toggle="dropdown">Docs <b class="caret"></b></a> + <ul class="dropdown-menu"> + + + + + + + <li > + <a href="../../../documentation/"> + Overview + </a> + </li> + + + + + + + + + + <li class="active"> + <a href="../introduction/"> + Mynewt OS Manual + </a> + </li> + + + + <li > + <a href="../../../newt/newt_intro/"> + Newt Tool Manual + </a> + </li> + + + + <li > + <a href="../../../newtmgr/overview/"> + Newt Manager Manual + </a> + </li> + + + + <li > + <a href="../../../faq/answers/"> + Appendix + </a> + </li> + + + </ul> + </li> + <li> + <a href="/download/">Download</a> + </li> + <li> + <a href="/community/">Community</a> + </li> + <li> + <a href="/events/">Events</a> + </li> + </ul> + + <!-- Search, Navigation and Repo links --> + <ul class="nav navbar-nav navbar-right"> + + </ul> + </div> + </div> +</div> + + + + <div class="container-fluid"> + + <div class="row sm-extra-padding"> + <div id="docSidebar" class="col-md-3 bg-grey sidebar-container"><div class="bs-sidebar hidden-print" role="complementary"> + <div class="sidebar-top"> + <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt"> + <div class="small" role="search"> + <form id ="rtd-search-form" class="wy-form" action="../../../search.html" method="get"> + <div class="form-group"> + <input type="text" name="q" placeholder="Search documentation" /> + <button class="search-button" type="submit"><i class="fa fa-search"></i></button> + </div> + </form> + </div> + </div> + <ul class="nav bs-sidenav"> + + + + + + + + + + + + + + + + + + <li><a href=" + ../introduction/ +">Mynewt OS Manual</a> + + + <ul class="current-toc"> + + + + + <li> + <a href="../introduction/">Introduction</a> + </li> + + + + + + + + + <li class="active"><a href="./">Get Started</a></li> + + + <ul class="current-toc"> + + + + + + + <li> + <a href="../native_tools/">Installing Native Tools</a> + </li> + + + + + + + + <li> + <a href="../project_create/">Creating Your First Project</a> + </li> + + + + + + + + <li> + <a href="../cross_tools/">Installing Cross Tools for ARM</a> + </li> + + + + + </ul> + + </li> + + + + + + + + <li ><a href="../vocabulary/">Concepts</a></li> + + + </li> + + + + + + + + <li ><a href="../../tutorials/tutorials/">Tutorials</a></li> + + + </li> + + + + + + + + <li><a href=" + + + ../../core_os/mynewt_os/ + +">OS User Guide</a> + + + </li> + + + + + + + + <li><a href=" + + + ../../../network/ble/ble_intro/ + +">Networking User Guide</a> + + + </li> + + + + </ul> + + </li> + + + + + + + + <li><a href=" + ../../../newt/newt_intro/ +">Newt Tool Manual</a> + + + </li> + + + + + + + + <li><a href=" + ../../../newtmgr/overview/ +">Newt Manager Manual</a> + + + </li> + + + + + + + + <li><a href=" + ../../../faq/answers/ +">Appendix</a> + + + </li> + + + + </ul> +</div></div> + + <div class="show-sidebar-container"> + <button class="show-sidebar">Docs Menu</button> + </div> + + <div class="col-md-offset-3 col-md-9 documentation-viewer" role="main"> + <div class="row doc-header"> + <div class="col-sm-6"> + +<ul class="nav nav-pills"> + + + + + + + + + + + + + + + + + <li class="active" role="presentation"><a href="../introduction/">Mynewt OS</a></li> + + + + <li role="presentation"><a href="../../../newt/newt_intro/">Newt Tool</a></li> + + + + <li role="presentation"><a href="../../../newtmgr/overview/">Newt Mgr</a></li> + + + + +</ul> + </div> + <div class="col-sm-6"> + <div role="navigation" aria-label="breadcrumbs navigation"> + <ul class="wy-breadcrumbs"> + <li><a href="/documentation/">Docs</a></li> + + + + <li>» <a href="../introduction/">Mynewt OS Manual</a></li> + + + + <li>» Get Started</li> + + + + + + </ul> +</div> + </div> + </div> + + <h2 id="quick-start">Quick Start<a class="headerlink" href="#quick-start" title="Permanent link">¶</a></h2> +<p>If you are curious about Mynewt and want to get a quick feel for the project, you've come to the right place. We have three sets of instructions for you to try out.</p> +<ul> +<li><a href="../native_tools/">Installing Native Tools</a> - to run Mynewt OS natively (on your machine)</li> +<li><a href="../project_create/">Creating Your First Project</a> - on simulated hardware </li> +<li><a href="../cross_tools/">Installing Cross Tools for ARM</a> - to get prepared to play with hardware</li> +</ul> +<p><strong>Send us an email on the dev@ mailing list if you have comments or suggestions!</strong> If you haven't joined the mailing list, you will find the links <a href="../../../community/">here</a>.</p> +<p><br></p> + + <div class="row"> + <footer> + <div class="row"> + <div class="col-md-12"> + + <p class="copyright">Copyright © 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0 Apache and the Apache feather logo are trademarks of The Apache Software Foundation.<br>The Apache Software Foundation Apache Incubator</p> + + </div> + </div> + <div class="copyright-logos"> + <div class="row"> + <div class="col-xs-6 text-right"> + <img src="/img/apache-feather.png" alt="Apache" title="Apache"> + </div> + <div class="col-xs-6 text-left"> + <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator"> + </div> + </div> + </div> + <div class="row"> + <div class="col-md-12"> + <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> + </div> + </div> +</footer> + </div> + </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/dfb65f62/os/get_started/introduction/index.html ---------------------------------------------------------------------- diff --git a/os/get_started/introduction/index.html b/os/get_started/introduction/index.html index ad471c6..59c9441 100644 --- a/os/get_started/introduction/index.html +++ b/os/get_started/introduction/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../native_tools/ -">Get Started</a> + <li ><a href="../get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/get_started/native_tools/index.html ---------------------------------------------------------------------- diff --git a/os/get_started/native_tools/index.html b/os/get_started/native_tools/index.html index 6be50fb..6715c03 100644 --- a/os/get_started/native_tools/index.html +++ b/os/get_started/native_tools/index.html @@ -201,14 +201,14 @@ - <li><a href=" - ./ -">Get Started</a> + <li ><a href="../get_started/">Get Started</a></li> <ul class="current-toc"> + + <li class="active"> @@ -259,9 +259,7 @@ - <li><a href=" - ../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../tutorials/tutorials/">Tutorials</a></li> </li> @@ -399,7 +397,7 @@ - <li>» Get Started</li> + <li>» <a href="../get_started/">Get Started</a></li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/get_started/project_create/index.html ---------------------------------------------------------------------- diff --git a/os/get_started/project_create/index.html b/os/get_started/project_create/index.html index 70dd7ed..0f27492 100644 --- a/os/get_started/project_create/index.html +++ b/os/get_started/project_create/index.html @@ -201,14 +201,14 @@ - <li><a href=" - ../native_tools/ -">Get Started</a> + <li ><a href="../get_started/">Get Started</a></li> <ul class="current-toc"> + + <li> @@ -259,9 +259,7 @@ - <li><a href=" - ../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../tutorials/tutorials/">Tutorials</a></li> </li> @@ -399,7 +397,7 @@ - <li>» <a href="../native_tools/">Get Started</a></li> + <li>» <a href="../get_started/">Get Started</a></li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/get_started/vocabulary/index.html ---------------------------------------------------------------------- diff --git a/os/get_started/vocabulary/index.html b/os/get_started/vocabulary/index.html index f56e0c9..4c6a6fa 100644 --- a/os/get_started/vocabulary/index.html +++ b/os/get_started/vocabulary/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../native_tools/ -">Get Started</a> + <li ><a href="../get_started/">Get Started</a></li> </li> @@ -231,9 +229,7 @@ - <li><a href=" - ../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/baselibc/index.html ---------------------------------------------------------------------- diff --git a/os/modules/baselibc/index.html b/os/modules/baselibc/index.html index 33e2888..d8bdfe7 100644 --- a/os/modules/baselibc/index.html +++ b/os/modules/baselibc/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/bootloader/boot_build_status/index.html ---------------------------------------------------------------------- diff --git a/os/modules/bootloader/boot_build_status/index.html b/os/modules/bootloader/boot_build_status/index.html index 9b59ead..dfe6926 100644 --- a/os/modules/bootloader/boot_build_status/index.html +++ b/os/modules/bootloader/boot_build_status/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/bootloader/boot_build_status_one/index.html ---------------------------------------------------------------------- diff --git a/os/modules/bootloader/boot_build_status_one/index.html b/os/modules/bootloader/boot_build_status_one/index.html index cee568f..dc6c6f3 100644 --- a/os/modules/bootloader/boot_build_status_one/index.html +++ b/os/modules/bootloader/boot_build_status_one/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/bootloader/boot_clear_status/index.html ---------------------------------------------------------------------- diff --git a/os/modules/bootloader/boot_clear_status/index.html b/os/modules/bootloader/boot_clear_status/index.html index c686baa..a1e1782 100644 --- a/os/modules/bootloader/boot_clear_status/index.html +++ b/os/modules/bootloader/boot_clear_status/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/bootloader/boot_copy_area/index.html ---------------------------------------------------------------------- diff --git a/os/modules/bootloader/boot_copy_area/index.html b/os/modules/bootloader/boot_copy_area/index.html index 9b67597..f37c512 100644 --- a/os/modules/bootloader/boot_copy_area/index.html +++ b/os/modules/bootloader/boot_copy_area/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/bootloader/boot_copy_image/index.html ---------------------------------------------------------------------- diff --git a/os/modules/bootloader/boot_copy_image/index.html b/os/modules/bootloader/boot_copy_image/index.html index a2bff15..14722e9 100644 --- a/os/modules/bootloader/boot_copy_image/index.html +++ b/os/modules/bootloader/boot_copy_image/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/bootloader/boot_erase_area/index.html ---------------------------------------------------------------------- diff --git a/os/modules/bootloader/boot_erase_area/index.html b/os/modules/bootloader/boot_erase_area/index.html index 63766b1..6f94987 100644 --- a/os/modules/bootloader/boot_erase_area/index.html +++ b/os/modules/bootloader/boot_erase_area/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/bootloader/boot_fill_slot/index.html ---------------------------------------------------------------------- diff --git a/os/modules/bootloader/boot_fill_slot/index.html b/os/modules/bootloader/boot_fill_slot/index.html index a66b2f6..2ed0bb2 100644 --- a/os/modules/bootloader/boot_fill_slot/index.html +++ b/os/modules/bootloader/boot_fill_slot/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/bootloader/boot_find_image_area_idx/index.html ---------------------------------------------------------------------- diff --git a/os/modules/bootloader/boot_find_image_area_idx/index.html b/os/modules/bootloader/boot_find_image_area_idx/index.html index 0fc9c69..bccc7fd 100644 --- a/os/modules/bootloader/boot_find_image_area_idx/index.html +++ b/os/modules/bootloader/boot_find_image_area_idx/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/bootloader/boot_find_image_part/index.html ---------------------------------------------------------------------- diff --git a/os/modules/bootloader/boot_find_image_part/index.html b/os/modules/bootloader/boot_find_image_part/index.html index a67f052..d8c4a08 100644 --- a/os/modules/bootloader/boot_find_image_part/index.html +++ b/os/modules/bootloader/boot_find_image_part/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/bootloader/boot_find_image_slot/index.html ---------------------------------------------------------------------- diff --git a/os/modules/bootloader/boot_find_image_slot/index.html b/os/modules/bootloader/boot_find_image_slot/index.html index ff1032e..10886ba 100644 --- a/os/modules/bootloader/boot_find_image_slot/index.html +++ b/os/modules/bootloader/boot_find_image_slot/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/bootloader/boot_go/index.html ---------------------------------------------------------------------- diff --git a/os/modules/bootloader/boot_go/index.html b/os/modules/bootloader/boot_go/index.html index 7f58476..7d3a583 100644 --- a/os/modules/bootloader/boot_go/index.html +++ b/os/modules/bootloader/boot_go/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/bootloader/boot_init_flash/index.html ---------------------------------------------------------------------- diff --git a/os/modules/bootloader/boot_init_flash/index.html b/os/modules/bootloader/boot_init_flash/index.html index 9b31421..a637983 100644 --- a/os/modules/bootloader/boot_init_flash/index.html +++ b/os/modules/bootloader/boot_init_flash/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/bootloader/boot_move_area/index.html ---------------------------------------------------------------------- diff --git a/os/modules/bootloader/boot_move_area/index.html b/os/modules/bootloader/boot_move_area/index.html index 4c819f9..2c7a4dc 100644 --- a/os/modules/bootloader/boot_move_area/index.html +++ b/os/modules/bootloader/boot_move_area/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/bootloader/boot_read_image_header/index.html ---------------------------------------------------------------------- diff --git a/os/modules/bootloader/boot_read_image_header/index.html b/os/modules/bootloader/boot_read_image_header/index.html index 39ea68e..a15a4f2 100644 --- a/os/modules/bootloader/boot_read_image_header/index.html +++ b/os/modules/bootloader/boot_read_image_header/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/bootloader/boot_read_image_headers/index.html ---------------------------------------------------------------------- diff --git a/os/modules/bootloader/boot_read_image_headers/index.html b/os/modules/bootloader/boot_read_image_headers/index.html index a2d33e2..3d9d585 100644 --- a/os/modules/bootloader/boot_read_image_headers/index.html +++ b/os/modules/bootloader/boot_read_image_headers/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/bootloader/boot_read_status/index.html ---------------------------------------------------------------------- diff --git a/os/modules/bootloader/boot_read_status/index.html b/os/modules/bootloader/boot_read_status/index.html index a775fc5..b2c9e54 100644 --- a/os/modules/bootloader/boot_read_status/index.html +++ b/os/modules/bootloader/boot_read_status/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/bootloader/boot_select_image_slot/index.html ---------------------------------------------------------------------- diff --git a/os/modules/bootloader/boot_select_image_slot/index.html b/os/modules/bootloader/boot_select_image_slot/index.html index 57f9817..3b6449d 100644 --- a/os/modules/bootloader/boot_select_image_slot/index.html +++ b/os/modules/bootloader/boot_select_image_slot/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/bootloader/boot_slot_addr/index.html ---------------------------------------------------------------------- diff --git a/os/modules/bootloader/boot_slot_addr/index.html b/os/modules/bootloader/boot_slot_addr/index.html index d1e9044..197efc0 100644 --- a/os/modules/bootloader/boot_slot_addr/index.html +++ b/os/modules/bootloader/boot_slot_addr/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/bootloader/boot_slot_to_area_idx/index.html ---------------------------------------------------------------------- diff --git a/os/modules/bootloader/boot_slot_to_area_idx/index.html b/os/modules/bootloader/boot_slot_to_area_idx/index.html index aad193d..3c81b24 100644 --- a/os/modules/bootloader/boot_slot_to_area_idx/index.html +++ b/os/modules/bootloader/boot_slot_to_area_idx/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/bootloader/boot_swap_areas/index.html ---------------------------------------------------------------------- diff --git a/os/modules/bootloader/boot_swap_areas/index.html b/os/modules/bootloader/boot_swap_areas/index.html index 3c1c752..ec16bc6 100644 --- a/os/modules/bootloader/boot_swap_areas/index.html +++ b/os/modules/bootloader/boot_swap_areas/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/bootloader/boot_vect_delete_main/index.html ---------------------------------------------------------------------- diff --git a/os/modules/bootloader/boot_vect_delete_main/index.html b/os/modules/bootloader/boot_vect_delete_main/index.html index fefb8b6..8cd739e 100644 --- a/os/modules/bootloader/boot_vect_delete_main/index.html +++ b/os/modules/bootloader/boot_vect_delete_main/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/bootloader/boot_vect_delete_test/index.html ---------------------------------------------------------------------- diff --git a/os/modules/bootloader/boot_vect_delete_test/index.html b/os/modules/bootloader/boot_vect_delete_test/index.html index e9ba817..b6d1246 100644 --- a/os/modules/bootloader/boot_vect_delete_test/index.html +++ b/os/modules/bootloader/boot_vect_delete_test/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/bootloader/boot_vect_read_main/index.html ---------------------------------------------------------------------- diff --git a/os/modules/bootloader/boot_vect_read_main/index.html b/os/modules/bootloader/boot_vect_read_main/index.html index d556bed..9d9f471 100644 --- a/os/modules/bootloader/boot_vect_read_main/index.html +++ b/os/modules/bootloader/boot_vect_read_main/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/bootloader/boot_vect_read_one/index.html ---------------------------------------------------------------------- diff --git a/os/modules/bootloader/boot_vect_read_one/index.html b/os/modules/bootloader/boot_vect_read_one/index.html index 8c1cecf..48d690d 100644 --- a/os/modules/bootloader/boot_vect_read_one/index.html +++ b/os/modules/bootloader/boot_vect_read_one/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/bootloader/boot_vect_read_test/index.html ---------------------------------------------------------------------- diff --git a/os/modules/bootloader/boot_vect_read_test/index.html b/os/modules/bootloader/boot_vect_read_test/index.html index c543056..8654b1e 100644 --- a/os/modules/bootloader/boot_vect_read_test/index.html +++ b/os/modules/bootloader/boot_vect_read_test/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/bootloader/boot_write_status/index.html ---------------------------------------------------------------------- diff --git a/os/modules/bootloader/boot_write_status/index.html b/os/modules/bootloader/boot_write_status/index.html index 10edf73..c5e0393 100644 --- a/os/modules/bootloader/boot_write_status/index.html +++ b/os/modules/bootloader/boot_write_status/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/bootloader/bootloader/index.html ---------------------------------------------------------------------- diff --git a/os/modules/bootloader/bootloader/index.html b/os/modules/bootloader/bootloader/index.html index 121ee6d..aa18254 100644 --- a/os/modules/bootloader/bootloader/index.html +++ b/os/modules/bootloader/bootloader/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/console/console/index.html ---------------------------------------------------------------------- diff --git a/os/modules/console/console/index.html b/os/modules/console/console/index.html index a54b9f2..75184ca 100644 --- a/os/modules/console/console/index.html +++ b/os/modules/console/console/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/console/console_blocking_mode/index.html ---------------------------------------------------------------------- diff --git a/os/modules/console/console_blocking_mode/index.html b/os/modules/console/console_blocking_mode/index.html index 3f9026c..d7bd0ad 100644 --- a/os/modules/console/console_blocking_mode/index.html +++ b/os/modules/console/console_blocking_mode/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/console/console_echo/index.html ---------------------------------------------------------------------- diff --git a/os/modules/console/console_echo/index.html b/os/modules/console/console_echo/index.html index 93bb324..0f99481 100644 --- a/os/modules/console/console_echo/index.html +++ b/os/modules/console/console_echo/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/console/console_init/index.html ---------------------------------------------------------------------- diff --git a/os/modules/console/console_init/index.html b/os/modules/console/console_init/index.html index 2ec1274..7e38de8 100644 --- a/os/modules/console/console_init/index.html +++ b/os/modules/console/console_init/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/console/console_is_init/index.html ---------------------------------------------------------------------- diff --git a/os/modules/console/console_is_init/index.html b/os/modules/console/console_is_init/index.html index 1dc2cc0..036c1d5 100644 --- a/os/modules/console/console_is_init/index.html +++ b/os/modules/console/console_is_init/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/console/console_printf/index.html ---------------------------------------------------------------------- diff --git a/os/modules/console/console_printf/index.html b/os/modules/console/console_printf/index.html index 1c95f68..b6c9012 100644 --- a/os/modules/console/console_printf/index.html +++ b/os/modules/console/console_printf/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/console/console_read/index.html ---------------------------------------------------------------------- diff --git a/os/modules/console/console_read/index.html b/os/modules/console/console_read/index.html index 59396e7..c825181 100644 --- a/os/modules/console/console_read/index.html +++ b/os/modules/console/console_read/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/console/console_write/index.html ---------------------------------------------------------------------- diff --git a/os/modules/console/console_write/index.html b/os/modules/console/console_write/index.html index 8eaf181..8103031 100644 --- a/os/modules/console/console_write/index.html +++ b/os/modules/console/console_write/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/elua/elua/index.html ---------------------------------------------------------------------- diff --git a/os/modules/elua/elua/index.html b/os/modules/elua/elua/index.html index a3efa03..7864ffb 100644 --- a/os/modules/elua/elua/index.html +++ b/os/modules/elua/elua/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/elua/lua_init/index.html ---------------------------------------------------------------------- diff --git a/os/modules/elua/lua_init/index.html b/os/modules/elua/lua_init/index.html index 22d304a..4356e2e 100644 --- a/os/modules/elua/lua_init/index.html +++ b/os/modules/elua/lua_init/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/elua/lua_main/index.html ---------------------------------------------------------------------- diff --git a/os/modules/elua/lua_main/index.html b/os/modules/elua/lua_main/index.html index e6877f2..2bdd528 100644 --- a/os/modules/elua/lua_main/index.html +++ b/os/modules/elua/lua_main/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/fs/fs/fs/index.html ---------------------------------------------------------------------- diff --git a/os/modules/fs/fs/fs/index.html b/os/modules/fs/fs/fs/index.html index 57416cd..9623a9e 100644 --- a/os/modules/fs/fs/fs/index.html +++ b/os/modules/fs/fs/fs/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/fs/fs/fs_close/index.html ---------------------------------------------------------------------- diff --git a/os/modules/fs/fs/fs_close/index.html b/os/modules/fs/fs/fs_close/index.html index 7756663..8e3f87f 100644 --- a/os/modules/fs/fs/fs_close/index.html +++ b/os/modules/fs/fs/fs_close/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/fs/fs/fs_closedir/index.html ---------------------------------------------------------------------- diff --git a/os/modules/fs/fs/fs_closedir/index.html b/os/modules/fs/fs/fs_closedir/index.html index 4ed8b7f..d200bc1 100644 --- a/os/modules/fs/fs/fs_closedir/index.html +++ b/os/modules/fs/fs/fs_closedir/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/fs/fs/fs_dirent_is_dir/index.html ---------------------------------------------------------------------- diff --git a/os/modules/fs/fs/fs_dirent_is_dir/index.html b/os/modules/fs/fs/fs_dirent_is_dir/index.html index 8f1e2eb..fc1d683 100644 --- a/os/modules/fs/fs/fs_dirent_is_dir/index.html +++ b/os/modules/fs/fs/fs_dirent_is_dir/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/fs/fs/fs_dirent_name/index.html ---------------------------------------------------------------------- diff --git a/os/modules/fs/fs/fs_dirent_name/index.html b/os/modules/fs/fs/fs_dirent_name/index.html index 851d103..f0983ab 100644 --- a/os/modules/fs/fs/fs_dirent_name/index.html +++ b/os/modules/fs/fs/fs_dirent_name/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/fs/fs/fs_filelen/index.html ---------------------------------------------------------------------- diff --git a/os/modules/fs/fs/fs_filelen/index.html b/os/modules/fs/fs/fs_filelen/index.html index 8a14235..edabf49 100644 --- a/os/modules/fs/fs/fs_filelen/index.html +++ b/os/modules/fs/fs/fs_filelen/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/fs/fs/fs_getpos/index.html ---------------------------------------------------------------------- diff --git a/os/modules/fs/fs/fs_getpos/index.html b/os/modules/fs/fs/fs_getpos/index.html index 289547d..6c215ff 100644 --- a/os/modules/fs/fs/fs_getpos/index.html +++ b/os/modules/fs/fs/fs_getpos/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/fs/fs/fs_mkdir/index.html ---------------------------------------------------------------------- diff --git a/os/modules/fs/fs/fs_mkdir/index.html b/os/modules/fs/fs/fs_mkdir/index.html index 4fd152c..0f5258e 100644 --- a/os/modules/fs/fs/fs_mkdir/index.html +++ b/os/modules/fs/fs/fs_mkdir/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/fs/fs/fs_open/index.html ---------------------------------------------------------------------- diff --git a/os/modules/fs/fs/fs_open/index.html b/os/modules/fs/fs/fs_open/index.html index 3a97d2c..9ba9d9c 100644 --- a/os/modules/fs/fs/fs_open/index.html +++ b/os/modules/fs/fs/fs_open/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/fs/fs/fs_opendir/index.html ---------------------------------------------------------------------- diff --git a/os/modules/fs/fs/fs_opendir/index.html b/os/modules/fs/fs/fs_opendir/index.html index 63436f2..635c9a4 100644 --- a/os/modules/fs/fs/fs_opendir/index.html +++ b/os/modules/fs/fs/fs_opendir/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/fs/fs/fs_ops/index.html ---------------------------------------------------------------------- diff --git a/os/modules/fs/fs/fs_ops/index.html b/os/modules/fs/fs/fs_ops/index.html index abbfb5e..0565a88 100644 --- a/os/modules/fs/fs/fs_ops/index.html +++ b/os/modules/fs/fs/fs_ops/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/fs/fs/fs_read/index.html ---------------------------------------------------------------------- diff --git a/os/modules/fs/fs/fs_read/index.html b/os/modules/fs/fs/fs_read/index.html index 08b1a0d..82bd76e 100644 --- a/os/modules/fs/fs/fs_read/index.html +++ b/os/modules/fs/fs/fs_read/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/fs/fs/fs_readdir/index.html ---------------------------------------------------------------------- diff --git a/os/modules/fs/fs/fs_readdir/index.html b/os/modules/fs/fs/fs_readdir/index.html index fcff2ae..5216699 100644 --- a/os/modules/fs/fs/fs_readdir/index.html +++ b/os/modules/fs/fs/fs_readdir/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/fs/fs/fs_register/index.html ---------------------------------------------------------------------- diff --git a/os/modules/fs/fs/fs_register/index.html b/os/modules/fs/fs/fs_register/index.html index 6d31cfa..4b0fbf8 100644 --- a/os/modules/fs/fs/fs_register/index.html +++ b/os/modules/fs/fs/fs_register/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/fs/fs/fs_rename/index.html ---------------------------------------------------------------------- diff --git a/os/modules/fs/fs/fs_rename/index.html b/os/modules/fs/fs/fs_rename/index.html index ad9e317..d130327 100644 --- a/os/modules/fs/fs/fs_rename/index.html +++ b/os/modules/fs/fs/fs_rename/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/fs/fs/fs_return_codes/index.html ---------------------------------------------------------------------- diff --git a/os/modules/fs/fs/fs_return_codes/index.html b/os/modules/fs/fs/fs_return_codes/index.html index 33a38e4..2b0c6e5 100644 --- a/os/modules/fs/fs/fs_return_codes/index.html +++ b/os/modules/fs/fs/fs_return_codes/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/fs/fs/fs_seek/index.html ---------------------------------------------------------------------- diff --git a/os/modules/fs/fs/fs_seek/index.html b/os/modules/fs/fs/fs_seek/index.html index 9dc02e1..261021f 100644 --- a/os/modules/fs/fs/fs_seek/index.html +++ b/os/modules/fs/fs/fs_seek/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/fs/fs/fs_unlink/index.html ---------------------------------------------------------------------- diff --git a/os/modules/fs/fs/fs_unlink/index.html b/os/modules/fs/fs/fs_unlink/index.html index 4a5041e..bbc7758 100644 --- a/os/modules/fs/fs/fs_unlink/index.html +++ b/os/modules/fs/fs/fs_unlink/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/fs/fs/fs_write/index.html ---------------------------------------------------------------------- diff --git a/os/modules/fs/fs/fs_write/index.html b/os/modules/fs/fs/fs_write/index.html index 34cff26..aea6f31 100644 --- a/os/modules/fs/fs/fs_write/index.html +++ b/os/modules/fs/fs/fs_write/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/fs/fs/fsutil_read_file/index.html ---------------------------------------------------------------------- diff --git a/os/modules/fs/fs/fsutil_read_file/index.html b/os/modules/fs/fs/fsutil_read_file/index.html index 318e205..986963f 100644 --- a/os/modules/fs/fs/fsutil_read_file/index.html +++ b/os/modules/fs/fs/fsutil_read_file/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/fs/fs/fsutil_write_file/index.html ---------------------------------------------------------------------- diff --git a/os/modules/fs/fs/fsutil_write_file/index.html b/os/modules/fs/fs/fsutil_write_file/index.html index b53abfa..11286d5 100644 --- a/os/modules/fs/fs/fsutil_write_file/index.html +++ b/os/modules/fs/fs/fsutil_write_file/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/fs/nffs/nffs/index.html ---------------------------------------------------------------------- diff --git a/os/modules/fs/nffs/nffs/index.html b/os/modules/fs/nffs/nffs/index.html index 120b1e6..502f910 100644 --- a/os/modules/fs/nffs/nffs/index.html +++ b/os/modules/fs/nffs/nffs/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/fs/nffs/nffs_area_desc/index.html ---------------------------------------------------------------------- diff --git a/os/modules/fs/nffs/nffs_area_desc/index.html b/os/modules/fs/nffs/nffs_area_desc/index.html index ec801c6..f36006b 100644 --- a/os/modules/fs/nffs/nffs_area_desc/index.html +++ b/os/modules/fs/nffs/nffs_area_desc/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/fs/nffs/nffs_config/index.html ---------------------------------------------------------------------- diff --git a/os/modules/fs/nffs/nffs_config/index.html b/os/modules/fs/nffs/nffs_config/index.html index 1ac46d8..dc552ec 100644 --- a/os/modules/fs/nffs/nffs_config/index.html +++ b/os/modules/fs/nffs/nffs_config/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/fs/nffs/nffs_detect/index.html ---------------------------------------------------------------------- diff --git a/os/modules/fs/nffs/nffs_detect/index.html b/os/modules/fs/nffs/nffs_detect/index.html index ff781f3..03c808b 100644 --- a/os/modules/fs/nffs/nffs_detect/index.html +++ b/os/modules/fs/nffs/nffs_detect/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/fs/nffs/nffs_format/index.html ---------------------------------------------------------------------- diff --git a/os/modules/fs/nffs/nffs_format/index.html b/os/modules/fs/nffs/nffs_format/index.html index 6d870d2..3f30a3a 100644 --- a/os/modules/fs/nffs/nffs_format/index.html +++ b/os/modules/fs/nffs/nffs_format/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/fs/nffs/nffs_init/index.html ---------------------------------------------------------------------- diff --git a/os/modules/fs/nffs/nffs_init/index.html b/os/modules/fs/nffs/nffs_init/index.html index bbdec61..edf8fd0 100644 --- a/os/modules/fs/nffs/nffs_init/index.html +++ b/os/modules/fs/nffs/nffs_init/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/fs/nffs/nffs_internals/index.html ---------------------------------------------------------------------- diff --git a/os/modules/fs/nffs/nffs_internals/index.html b/os/modules/fs/nffs/nffs_internals/index.html index 638c67d..38408ed 100644 --- a/os/modules/fs/nffs/nffs_internals/index.html +++ b/os/modules/fs/nffs/nffs_internals/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/fs/otherfs/index.html ---------------------------------------------------------------------- diff --git a/os/modules/fs/otherfs/index.html b/os/modules/fs/otherfs/index.html index aedfff4..609b776 100644 --- a/os/modules/fs/otherfs/index.html +++ b/os/modules/fs/otherfs/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/hal/hal/index.html ---------------------------------------------------------------------- diff --git a/os/modules/hal/hal/index.html b/os/modules/hal/hal/index.html index 960d165..c93a921 100644 --- a/os/modules/hal/hal/index.html +++ b/os/modules/hal/hal/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/hal/hal_api/index.html ---------------------------------------------------------------------- diff --git a/os/modules/hal/hal_api/index.html b/os/modules/hal/hal_api/index.html index 4a64ec3..3e0a093 100644 --- a/os/modules/hal/hal_api/index.html +++ b/os/modules/hal/hal_api/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/hal/hal_cputime/hal_cpu_timer/index.html ---------------------------------------------------------------------- diff --git a/os/modules/hal/hal_cputime/hal_cpu_timer/index.html b/os/modules/hal/hal_cputime/hal_cpu_timer/index.html index a7ebc4f..0cd8728 100644 --- a/os/modules/hal/hal_cputime/hal_cpu_timer/index.html +++ b/os/modules/hal/hal_cputime/hal_cpu_timer/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/hal/hal_creation/index.html ---------------------------------------------------------------------- diff --git a/os/modules/hal/hal_creation/index.html b/os/modules/hal/hal_creation/index.html index 60b2189..6f9568a 100644 --- a/os/modules/hal/hal_creation/index.html +++ b/os/modules/hal/hal_creation/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/hal/hal_flash/hal_flash/index.html ---------------------------------------------------------------------- diff --git a/os/modules/hal/hal_flash/hal_flash/index.html b/os/modules/hal/hal_flash/hal_flash/index.html index 22b2dbf..2e96ea0 100644 --- a/os/modules/hal/hal_flash/hal_flash/index.html +++ b/os/modules/hal/hal_flash/hal_flash/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/hal/hal_flash/hal_flash_int/index.html ---------------------------------------------------------------------- diff --git a/os/modules/hal/hal_flash/hal_flash_int/index.html b/os/modules/hal/hal_flash/hal_flash_int/index.html index 2ef32bb..bf323d8 100644 --- a/os/modules/hal/hal_flash/hal_flash_int/index.html +++ b/os/modules/hal/hal_flash/hal_flash_int/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/hal/hal_flash/hal_flash_map/index.html ---------------------------------------------------------------------- diff --git a/os/modules/hal/hal_flash/hal_flash_map/index.html b/os/modules/hal/hal_flash/hal_flash_map/index.html index ac462d6..f6372c0 100644 --- a/os/modules/hal/hal_flash/hal_flash_map/index.html +++ b/os/modules/hal/hal_flash/hal_flash_map/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/hal/hal_gpio/hal_gpio/index.html ---------------------------------------------------------------------- diff --git a/os/modules/hal/hal_gpio/hal_gpio/index.html b/os/modules/hal/hal_gpio/hal_gpio/index.html index 44a75ab..0904c41 100644 --- a/os/modules/hal/hal_gpio/hal_gpio/index.html +++ b/os/modules/hal/hal_gpio/hal_gpio/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/hal/hal_in_libraries/index.html ---------------------------------------------------------------------- diff --git a/os/modules/hal/hal_in_libraries/index.html b/os/modules/hal/hal_in_libraries/index.html index d35f679..4c3976b 100644 --- a/os/modules/hal/hal_in_libraries/index.html +++ b/os/modules/hal/hal_in_libraries/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/hal/hal_system/hal_sys/index.html ---------------------------------------------------------------------- diff --git a/os/modules/hal/hal_system/hal_sys/index.html b/os/modules/hal/hal_system/hal_sys/index.html index 2a410a3..54a2a48 100644 --- a/os/modules/hal/hal_system/hal_sys/index.html +++ b/os/modules/hal/hal_system/hal_sys/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/hal/hal_uart/hal_uart/index.html ---------------------------------------------------------------------- diff --git a/os/modules/hal/hal_uart/hal_uart/index.html b/os/modules/hal/hal_uart/hal_uart/index.html index 5afe5e2..a521dff 100644 --- a/os/modules/hal/hal_uart/hal_uart/index.html +++ b/os/modules/hal/hal_uart/hal_uart/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/imgmgr/imgmgr/index.html ---------------------------------------------------------------------- diff --git a/os/modules/imgmgr/imgmgr/index.html b/os/modules/imgmgr/imgmgr/index.html index 0f21c92..3241343 100644 --- a/os/modules/imgmgr/imgmgr/index.html +++ b/os/modules/imgmgr/imgmgr/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/imgmgr/imgmgr_module_init/index.html ---------------------------------------------------------------------- diff --git a/os/modules/imgmgr/imgmgr_module_init/index.html b/os/modules/imgmgr/imgmgr_module_init/index.html index 84a72e1..e4566aa 100644 --- a/os/modules/imgmgr/imgmgr_module_init/index.html +++ b/os/modules/imgmgr/imgmgr_module_init/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/imgmgr/imgr_ver_parse/index.html ---------------------------------------------------------------------- diff --git a/os/modules/imgmgr/imgr_ver_parse/index.html b/os/modules/imgmgr/imgr_ver_parse/index.html index 4f39cd4..0767a22 100644 --- a/os/modules/imgmgr/imgr_ver_parse/index.html +++ b/os/modules/imgmgr/imgr_ver_parse/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/imgmgr/imgr_ver_str/index.html ---------------------------------------------------------------------- diff --git a/os/modules/imgmgr/imgr_ver_str/index.html b/os/modules/imgmgr/imgr_ver_str/index.html index f00bfb7..5ffef78 100644 --- a/os/modules/imgmgr/imgr_ver_str/index.html +++ b/os/modules/imgmgr/imgr_ver_str/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/json/json/index.html ---------------------------------------------------------------------- diff --git a/os/modules/json/json/index.html b/os/modules/json/json/index.html index 73e0e23..bd25ac3 100644 --- a/os/modules/json/json/index.html +++ b/os/modules/json/json/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/json/json_encode_object_entry/index.html ---------------------------------------------------------------------- diff --git a/os/modules/json/json_encode_object_entry/index.html b/os/modules/json/json_encode_object_entry/index.html index 7d9572c..3cf8f14 100644 --- a/os/modules/json/json_encode_object_entry/index.html +++ b/os/modules/json/json_encode_object_entry/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dfb65f62/os/modules/json/json_encode_object_finish/index.html ---------------------------------------------------------------------- diff --git a/os/modules/json/json_encode_object_finish/index.html b/os/modules/json/json_encode_object_finish/index.html index a49b863..1e61e72 100644 --- a/os/modules/json/json_encode_object_finish/index.html +++ b/os/modules/json/json_encode_object_finish/index.html @@ -201,9 +201,7 @@ - <li><a href=" - ../../../get_started/native_tools/ -">Get Started</a> + <li ><a href="../../../get_started/get_started/">Get Started</a></li> </li> @@ -225,9 +223,7 @@ - <li><a href=" - ../../../tutorials/olimex/ -">Tutorials</a> + <li ><a href="../../../tutorials/tutorials/">Tutorials</a></li> </li>
