You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2017/04/08 00:21:21 UTC

[06/11] incubator-mynewt-site git commit: Updated Blinky and Slinky tutorials with intro summaries, remove legacy feature references in the tutorials

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/40899401/develop/os/tutorials/rbnano2/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/rbnano2/index.html b/develop/os/tutorials/rbnano2/index.html
index adc7e3a..c511d1f 100644
--- a/develop/os/tutorials/rbnano2/index.html
+++ b/develop/os/tutorials/rbnano2/index.html
@@ -232,14 +232,14 @@
                 
   
   
-    <li><a href="
-  ../arduino_zero/
-">Project Blinky</a>
+    <li ><a href="../blinky/">Project Blinky</a>
   
   
     <ul>
           
               
+          
+              
                 
     <li >
       <a href="../arduino_zero/">Blinky on Arduino Zero</a>
@@ -317,8 +317,11 @@
           
               
                 
-    <li >
-      <a href="../tasks_lesson/">Tasks and Priority Management</a>
+  
+  
+    <li ><a href="../project-slinky/">Project Slinky for Remote Comms</a>
+  
+  
     </li>
 
               
@@ -326,7 +329,7 @@
               
                 
     <li >
-      <a href="../wi-fi_on_arduino/">Enable Wi-Fi on Arduino MKR1000</a>
+      <a href="../ibeacon/">BLE iBeacon</a>
     </li>
 
               
@@ -334,7 +337,7 @@
               
                 
     <li >
-      <a href="../unit_test/">Write a Test Suite for a Package</a>
+      <a href="../eddystone/">BLE Eddystone</a>
     </li>
 
               
@@ -342,20 +345,15 @@
               
                 
     <li >
-      <a href="../event_queue/">Events and Event Queues</a>
+      <a href="../add_newtmgr/">Enable Newt Manager in any app</a>
     </li>
 
               
           
               
                 
-  
-  
-    <li><a href="
-  ../project-slinky/
-">Project Slinky for remote comms</a>
-  
-  
+    <li >
+      <a href="../add_shell/">Enable the OS Shell and Console</a>
     </li>
 
               
@@ -363,7 +361,7 @@
               
                 
     <li >
-      <a href="../add_newtmgr/">Enable Newt Manager in any app</a>
+      <a href="../tasks_lesson/">Tasks and Priority Management</a>
     </li>
 
               
@@ -371,7 +369,7 @@
               
                 
     <li >
-      <a href="../add_shell/">Enable the OS Shell and Console</a>
+      <a href="../wi-fi_on_arduino/">Enable Wi-Fi on Arduino MKR1000</a>
     </li>
 
               
@@ -379,18 +377,15 @@
               
                 
     <li >
-      <a href="../bletiny_project/">BLE app to check stats via console</a>
+      <a href="../unit_test/">Write a Test Suite for a Package</a>
     </li>
 
               
           
               
                 
-  
-  
-    <li ><a href="../bleprph/bleprph-intro/">BLE peripheral project</a>
-  
-  
+    <li >
+      <a href="../event_queue/">Events and Event Queues</a>
     </li>
 
               
@@ -398,15 +393,18 @@
               
                 
     <li >
-      <a href="../ibeacon/">BLE iBeacon</a>
+      <a href="../bletiny_project/">BLE app to check stats via console</a>
     </li>
 
               
           
               
                 
-    <li >
-      <a href="../eddystone/">BLE Eddystone</a>
+  
+  
+    <li ><a href="../bleprph/bleprph-intro/">BLE peripheral project</a>
+  
+  
     </li>
 
               
@@ -526,7 +524,7 @@
         
       
         
-          <li>&raquo; <a href="../arduino_zero/">Project Blinky</a></li>
+          <li>&raquo; <a href="../blinky/">Project Blinky</a></li>
         
       
       
@@ -539,20 +537,12 @@
                         </div>
                         
                             <h2 id="blinky-your-hello-world-on-redbear-nano-2">Blinky, your "Hello World!", on RedBear Nano 2</h2>
-<p><br></p>
-<h3 id="objective">Objective</h3>
-<p>Learn how to use packages from a default application repository of Mynewt to build your first <em>Hello World</em> application (Blinky) on a target board. Once built using the <em>newt</em> tool, this application will blink the LED lights on the target board.</p>
-<p>Create a project with a simple application that blinks an LED on a RedBear Nano 2 board.  Download the application to the target and watch it blink!</p>
-<p><br></p>
+<p>This tutorial shows you how to create, build and run the Blinky application on a RedBear Nano 2 board.
+<br></p>
 <h3 id="prerequisites">Prerequisites</h3>
-<p>Ensure that you have met the following prerequisites before continuing with this tutorial:</p>
 <ul>
+<li>Meet the prerequisites listed in <a href="../blinky/">Project Blinky</a>.</li>
 <li>Have a RedBear Nano 2 board. </li>
-<li>Have Internet connectivity to fetch remote Mynewt components.</li>
-<li>Have a computer to build a Mynewt application and connect to the board over USB.</li>
-<li>Install the Newt tool and toolchains (See <a href="../../get_started/get_started/">Basic Setup</a>).</li>
-<li>Create a project space (directory structure) and populated it with the core code repository (apache-mynewt-core) or know how to as explained in <a href="../../../os/get_started/project_create">Creating Your First Project</a>.</li>
-<li>Read the Mynewt OS <a href="../../get_started/vocabulary/">Concepts</a> section.</li>
 </ul>
 <p><strong>Note:</strong> You must install a patched version of OpenOCD .10.0 (See <a href="../../../os/tutorials/blinky_primo">Debugger Option 2 in the Arduino Primo Blinky Tutorial</a>).</p>
 <h3 id="create-a-project">Create a Project</h3>
@@ -703,11 +693,6 @@ Loading app image into slot 1
 
 <p>You should see a blue LED on the board blink!</p>
 <p>Note: If the LED does not blink, try resetting your board.</p>
-<h3 id="conclusion">Conclusion</h3>
-<p>You have created, setup, compiled, loaded, and ran your first mynewt application for a RedBear Nano 2 board.</p>
-<p>We have more fun tutorials for you to get your hands dirty. Be bold and work on the OS with tutorials on <a href="../unit_test/">writing a test suite</a> or try enabling additional functionality such as <a href="../project-target-slinky/">remote comms</a> or <a href="../bletiny_project/">Bluetooth Low Energy</a> on your current board.</p>
-<p>If you see anything missing or want to send us feedback, please do so by signing up for appropriate mailing lists on our <a href="../../../community/">Community Page</a>.</p>
-<p>Keep on hacking and blinking!</p>
                         
                         <div class="row">
                             

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/40899401/develop/os/tutorials/repo/add_repos/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/repo/add_repos/index.html b/develop/os/tutorials/repo/add_repos/index.html
index 9b27494..55ff272 100644
--- a/develop/os/tutorials/repo/add_repos/index.html
+++ b/develop/os/tutorials/repo/add_repos/index.html
@@ -232,9 +232,7 @@
                 
   
   
-    <li><a href="
-  ../../arduino_zero/
-">Project Blinky</a>
+    <li ><a href="../../blinky/">Project Blinky</a>
   
   
     </li>
@@ -284,8 +282,11 @@
           
               
                 
-    <li >
-      <a href="../../tasks_lesson/">Tasks and Priority Management</a>
+  
+  
+    <li ><a href="../../project-slinky/">Project Slinky for Remote Comms</a>
+  
+  
     </li>
 
               
@@ -293,7 +294,7 @@
               
                 
     <li >
-      <a href="../../wi-fi_on_arduino/">Enable Wi-Fi on Arduino MKR1000</a>
+      <a href="../../ibeacon/">BLE iBeacon</a>
     </li>
 
               
@@ -301,7 +302,7 @@
               
                 
     <li >
-      <a href="../../unit_test/">Write a Test Suite for a Package</a>
+      <a href="../../eddystone/">BLE Eddystone</a>
     </li>
 
               
@@ -309,20 +310,15 @@
               
                 
     <li >
-      <a href="../../event_queue/">Events and Event Queues</a>
+      <a href="../../add_newtmgr/">Enable Newt Manager in any app</a>
     </li>
 
               
           
               
                 
-  
-  
-    <li><a href="
-  ../../project-slinky/
-">Project Slinky for remote comms</a>
-  
-  
+    <li >
+      <a href="../../add_shell/">Enable the OS Shell and Console</a>
     </li>
 
               
@@ -330,7 +326,7 @@
               
                 
     <li >
-      <a href="../../add_newtmgr/">Enable Newt Manager in any app</a>
+      <a href="../../tasks_lesson/">Tasks and Priority Management</a>
     </li>
 
               
@@ -338,7 +334,7 @@
               
                 
     <li >
-      <a href="../../add_shell/">Enable the OS Shell and Console</a>
+      <a href="../../wi-fi_on_arduino/">Enable Wi-Fi on Arduino MKR1000</a>
     </li>
 
               
@@ -346,18 +342,15 @@
               
                 
     <li >
-      <a href="../../bletiny_project/">BLE app to check stats via console</a>
+      <a href="../../unit_test/">Write a Test Suite for a Package</a>
     </li>
 
               
           
               
                 
-  
-  
-    <li ><a href="../../bleprph/bleprph-intro/">BLE peripheral project</a>
-  
-  
+    <li >
+      <a href="../../event_queue/">Events and Event Queues</a>
     </li>
 
               
@@ -365,15 +358,18 @@
               
                 
     <li >
-      <a href="../../ibeacon/">BLE iBeacon</a>
+      <a href="../../bletiny_project/">BLE app to check stats via console</a>
     </li>
 
               
           
               
                 
-    <li >
-      <a href="../../eddystone/">BLE Eddystone</a>
+  
+  
+    <li ><a href="../../bleprph/bleprph-intro/">BLE peripheral project</a>
+  
+  
     </li>
 
               
@@ -562,7 +558,7 @@ information on obtaining the repo.</p>
 <p>In the same <code>myproj</code> above you will see the following repo descriptor.</p>
 <div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">repository.apache-Mynewt-core:
     type: github
-    vers: 0-latest
+    vers: 1-latest
     user: apache
     repo: incubator-mynewt-core
 </pre></div>
@@ -624,14 +620,14 @@ project.repositories:
 #
 repository.apache-Mynewt-core:
     type: github
-    vers: 0-latest
+    vers: 1-latest
     user: apache
     repo: incubator-mynewt-core
 
 # a special repo to hold hardware specific stuff for arduino zero
 repository.Mynewt_arduino_zero:
     type: github
-    vers: 0-latest
+    vers: 1-latest
     user: runtimeinc
     repo: Mynewt_arduino_zero
 </pre></div>
@@ -643,8 +639,8 @@ repository.Mynewt_arduino_zero:
 systems like github.  The repo descriptor in your <code>project.yml</code> file must
 specify the version of the repo you will accept into your project.</p>
 <p>For now, we are at the beginnings of Mynewt. For testing and evaluation
-please use <code>0-latest</code> in the <code>vers</code> field in your repo descriptor.</p>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">    vers:0-latest
+please use <code>1-latest</code> in the <code>vers</code> field in your repo descriptor.</p>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">    vers:1-latest
 </pre></div>
 
 
@@ -659,15 +655,22 @@ specified in your <code>project.yml</code> file.  Special care should be taken t
 <p>Here is the <code>repository.yml</code> file from the apache-Mynewt-core:</p>
 <div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">repo.name: apache-mynewt-core
 repo.versions:
-    &quot;0.0.0&quot;: &quot;develop&quot;
+    &quot;0.0.0&quot;: &quot;master&quot;
+    &quot;0.0.1&quot;: &quot;master&quot;
     &quot;0.7.9&quot;: &quot;mynewt_0_8_0_b2_tag&quot;
     &quot;0.8.0&quot;: &quot;mynewt_0_8_0_tag&quot;
     &quot;0.9.0&quot;: &quot;mynewt_0_9_0_tag&quot;
-    &quot;0.9.1&quot;: &quot;master&quot;
-    &quot;0-latest&quot;: &quot;0.9.0&quot;
-    &quot;0-dev&quot;: &quot;0.9.1&quot;
+    &quot;0.9.9&quot;: &quot;mynewt_1_0_0_b1_tag&quot;
+    &quot;0.9.99&quot;: &quot;mynewt_1_0_0_b2_tag&quot;
+    &quot;0.9.999&quot;: &quot;mynewt_1_0_0_rc1_tag&quot;
+    &quot;1.0.0&quot;: &quot;mynewt_1_0_0_tag&quot;
+
+    &quot;0-latest&quot;: &quot;1.0.0&quot;    # 1.0.0
+    &quot;0-dev&quot;: &quot;0.0.0&quot;       # master
+
     &quot;0.8-latest&quot;: &quot;0.8.0&quot;
     &quot;0.9-latest&quot;: &quot;0.9.0&quot;
+    &quot;1.0-latest&quot;: &quot;1.0.0&quot;  # 1.0.0
 </pre></div>
 
 
@@ -706,7 +709,7 @@ on the settings in their <code>project.yml</code> file.  </li>
 <p>In your <code>project.yml</code> file you can specify different combinations of 
 the version number and stability value.  For example:</p>
 <ul>
-<li><code>0-latest</code>      -- The latest version with major number 0</li>
+<li><code>1-latest</code>      -- The latest version with major number 1</li>
 <li><code>1.2-stable</code>    -- The latest stable version with major and minor number 1.2</li>
 <li><code>1.2-dev</code>       -- The development version from 1.2</li>
 <li><code>1.1.1</code>         -- a specific version 1.1.1</li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/40899401/develop/os/tutorials/repo/create_repo/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/repo/create_repo/index.html b/develop/os/tutorials/repo/create_repo/index.html
index b1100c4..d7b2774 100644
--- a/develop/os/tutorials/repo/create_repo/index.html
+++ b/develop/os/tutorials/repo/create_repo/index.html
@@ -232,9 +232,7 @@
                 
   
   
-    <li><a href="
-  ../../arduino_zero/
-">Project Blinky</a>
+    <li ><a href="../../blinky/">Project Blinky</a>
   
   
     </li>
@@ -284,8 +282,11 @@
           
               
                 
-    <li >
-      <a href="../../tasks_lesson/">Tasks and Priority Management</a>
+  
+  
+    <li ><a href="../../project-slinky/">Project Slinky for Remote Comms</a>
+  
+  
     </li>
 
               
@@ -293,7 +294,7 @@
               
                 
     <li >
-      <a href="../../wi-fi_on_arduino/">Enable Wi-Fi on Arduino MKR1000</a>
+      <a href="../../ibeacon/">BLE iBeacon</a>
     </li>
 
               
@@ -301,7 +302,7 @@
               
                 
     <li >
-      <a href="../../unit_test/">Write a Test Suite for a Package</a>
+      <a href="../../eddystone/">BLE Eddystone</a>
     </li>
 
               
@@ -309,20 +310,15 @@
               
                 
     <li >
-      <a href="../../event_queue/">Events and Event Queues</a>
+      <a href="../../add_newtmgr/">Enable Newt Manager in any app</a>
     </li>
 
               
           
               
                 
-  
-  
-    <li><a href="
-  ../../project-slinky/
-">Project Slinky for remote comms</a>
-  
-  
+    <li >
+      <a href="../../add_shell/">Enable the OS Shell and Console</a>
     </li>
 
               
@@ -330,7 +326,7 @@
               
                 
     <li >
-      <a href="../../add_newtmgr/">Enable Newt Manager in any app</a>
+      <a href="../../tasks_lesson/">Tasks and Priority Management</a>
     </li>
 
               
@@ -338,7 +334,7 @@
               
                 
     <li >
-      <a href="../../add_shell/">Enable the OS Shell and Console</a>
+      <a href="../../wi-fi_on_arduino/">Enable Wi-Fi on Arduino MKR1000</a>
     </li>
 
               
@@ -346,18 +342,15 @@
               
                 
     <li >
-      <a href="../../bletiny_project/">BLE app to check stats via console</a>
+      <a href="../../unit_test/">Write a Test Suite for a Package</a>
     </li>
 
               
           
               
                 
-  
-  
-    <li ><a href="../../bleprph/bleprph-intro/">BLE peripheral project</a>
-  
-  
+    <li >
+      <a href="../../event_queue/">Events and Event Queues</a>
     </li>
 
               
@@ -365,15 +358,18 @@
               
                 
     <li >
-      <a href="../../ibeacon/">BLE iBeacon</a>
+      <a href="../../bletiny_project/">BLE app to check stats via console</a>
     </li>
 
               
           
               
                 
-    <li >
-      <a href="../../eddystone/">BLE Eddystone</a>
+  
+  
+    <li ><a href="../../bleprph/bleprph-intro/">BLE peripheral project</a>
+  
+  
     </li>
 
               
@@ -579,7 +575,7 @@ on versioning. Its a flexible mapping between version numbers and git branches.<
 <p>In your <code>project.yml</code> file you can specify different combinations of 
 the version number and stability value.  For example:</p>
 <ul>
-<li><code>0-latest</code>      -- The latest version with major number 0</li>
+<li><code>1-latest</code>      -- The latest version with major number 1</li>
 <li><code>1.2-stable</code>    -- The latest stable version with major and minor number 1.2</li>
 <li><code>1.2-dev</code>       -- The development version from 1.2</li>
 <li><code>1.1.1</code>         -- a specific version 1.1.1</li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/40899401/develop/os/tutorials/repo/private_repo/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/repo/private_repo/index.html b/develop/os/tutorials/repo/private_repo/index.html
index ff319af..dbc726e 100644
--- a/develop/os/tutorials/repo/private_repo/index.html
+++ b/develop/os/tutorials/repo/private_repo/index.html
@@ -232,9 +232,7 @@
                 
   
   
-    <li><a href="
-  ../../arduino_zero/
-">Project Blinky</a>
+    <li ><a href="../../blinky/">Project Blinky</a>
   
   
     </li>
@@ -284,8 +282,11 @@
           
               
                 
-    <li >
-      <a href="../../tasks_lesson/">Tasks and Priority Management</a>
+  
+  
+    <li ><a href="../../project-slinky/">Project Slinky for Remote Comms</a>
+  
+  
     </li>
 
               
@@ -293,7 +294,7 @@
               
                 
     <li >
-      <a href="../../wi-fi_on_arduino/">Enable Wi-Fi on Arduino MKR1000</a>
+      <a href="../../ibeacon/">BLE iBeacon</a>
     </li>
 
               
@@ -301,7 +302,7 @@
               
                 
     <li >
-      <a href="../../unit_test/">Write a Test Suite for a Package</a>
+      <a href="../../eddystone/">BLE Eddystone</a>
     </li>
 
               
@@ -309,20 +310,15 @@
               
                 
     <li >
-      <a href="../../event_queue/">Events and Event Queues</a>
+      <a href="../../add_newtmgr/">Enable Newt Manager in any app</a>
     </li>
 
               
           
               
                 
-  
-  
-    <li><a href="
-  ../../project-slinky/
-">Project Slinky for remote comms</a>
-  
-  
+    <li >
+      <a href="../../add_shell/">Enable the OS Shell and Console</a>
     </li>
 
               
@@ -330,7 +326,7 @@
               
                 
     <li >
-      <a href="../../add_newtmgr/">Enable Newt Manager in any app</a>
+      <a href="../../tasks_lesson/">Tasks and Priority Management</a>
     </li>
 
               
@@ -338,7 +334,7 @@
               
                 
     <li >
-      <a href="../../add_shell/">Enable the OS Shell and Console</a>
+      <a href="../../wi-fi_on_arduino/">Enable Wi-Fi on Arduino MKR1000</a>
     </li>
 
               
@@ -346,18 +342,15 @@
               
                 
     <li >
-      <a href="../../bletiny_project/">BLE app to check stats via console</a>
+      <a href="../../unit_test/">Write a Test Suite for a Package</a>
     </li>
 
               
           
               
                 
-  
-  
-    <li ><a href="../../bleprph/bleprph-intro/">BLE peripheral project</a>
-  
-  
+    <li >
+      <a href="../../event_queue/">Events and Event Queues</a>
     </li>
 
               
@@ -365,15 +358,18 @@
               
                 
     <li >
-      <a href="../../ibeacon/">BLE iBeacon</a>
+      <a href="../../bletiny_project/">BLE app to check stats via console</a>
     </li>
 
               
           
               
                 
-    <li >
-      <a href="../../eddystone/">BLE Eddystone</a>
+  
+  
+    <li ><a href="../../bleprph/bleprph-intro/">BLE peripheral project</a>
+  
+  
     </li>
 
               
@@ -561,8 +557,8 @@ operations.  This is something that will be fixed in the future.</p>
     </li>
     <li class="pull-right">
     
-    <a href=../../tasks_lesson/>
-        Next: Tasks and Priority Management
+    <a href=../../project-slinky/>
+        Next: Project Slinky for Remote Comms
         <span class="fa fa-arrow-right"></span>
     </a>
     

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/40899401/develop/os/tutorials/repo/upgrade_repo/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/repo/upgrade_repo/index.html b/develop/os/tutorials/repo/upgrade_repo/index.html
index 676cdf2..e68578e 100644
--- a/develop/os/tutorials/repo/upgrade_repo/index.html
+++ b/develop/os/tutorials/repo/upgrade_repo/index.html
@@ -232,9 +232,7 @@
                 
   
   
-    <li><a href="
-  ../../arduino_zero/
-">Project Blinky</a>
+    <li ><a href="../../blinky/">Project Blinky</a>
   
   
     </li>
@@ -284,8 +282,11 @@
           
               
                 
-    <li >
-      <a href="../../tasks_lesson/">Tasks and Priority Management</a>
+  
+  
+    <li ><a href="../../project-slinky/">Project Slinky for Remote Comms</a>
+  
+  
     </li>
 
               
@@ -293,7 +294,7 @@
               
                 
     <li >
-      <a href="../../wi-fi_on_arduino/">Enable Wi-Fi on Arduino MKR1000</a>
+      <a href="../../ibeacon/">BLE iBeacon</a>
     </li>
 
               
@@ -301,7 +302,7 @@
               
                 
     <li >
-      <a href="../../unit_test/">Write a Test Suite for a Package</a>
+      <a href="../../eddystone/">BLE Eddystone</a>
     </li>
 
               
@@ -309,20 +310,15 @@
               
                 
     <li >
-      <a href="../../event_queue/">Events and Event Queues</a>
+      <a href="../../add_newtmgr/">Enable Newt Manager in any app</a>
     </li>
 
               
           
               
                 
-  
-  
-    <li><a href="
-  ../../project-slinky/
-">Project Slinky for remote comms</a>
-  
-  
+    <li >
+      <a href="../../add_shell/">Enable the OS Shell and Console</a>
     </li>
 
               
@@ -330,7 +326,7 @@
               
                 
     <li >
-      <a href="../../add_newtmgr/">Enable Newt Manager in any app</a>
+      <a href="../../tasks_lesson/">Tasks and Priority Management</a>
     </li>
 
               
@@ -338,7 +334,7 @@
               
                 
     <li >
-      <a href="../../add_shell/">Enable the OS Shell and Console</a>
+      <a href="../../wi-fi_on_arduino/">Enable Wi-Fi on Arduino MKR1000</a>
     </li>
 
               
@@ -346,18 +342,15 @@
               
                 
     <li >
-      <a href="../../bletiny_project/">BLE app to check stats via console</a>
+      <a href="../../unit_test/">Write a Test Suite for a Package</a>
     </li>
 
               
           
               
                 
-  
-  
-    <li ><a href="../../bleprph/bleprph-intro/">BLE peripheral project</a>
-  
-  
+    <li >
+      <a href="../../event_queue/">Events and Event Queues</a>
     </li>
 
               
@@ -365,15 +358,18 @@
               
                 
     <li >
-      <a href="../../ibeacon/">BLE iBeacon</a>
+      <a href="../../bletiny_project/">BLE app to check stats via console</a>
     </li>
 
               
           
               
                 
-    <li >
-      <a href="../../eddystone/">BLE Eddystone</a>
+  
+  
+    <li ><a href="../../bleprph/bleprph-intro/">BLE peripheral project</a>
+  
+  
     </li>
 
               

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/40899401/develop/os/tutorials/tasks_lesson/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/tasks_lesson/index.html b/develop/os/tutorials/tasks_lesson/index.html
index ed23597..2b0dd0c 100644
--- a/develop/os/tutorials/tasks_lesson/index.html
+++ b/develop/os/tutorials/tasks_lesson/index.html
@@ -232,9 +232,7 @@
                 
   
   
-    <li><a href="
-  ../arduino_zero/
-">Project Blinky</a>
+    <li ><a href="../blinky/">Project Blinky</a>
   
   
     </li>
@@ -254,8 +252,11 @@
           
               
                 
-    <li class="active">
-      <a href="./">Tasks and Priority Management</a>
+  
+  
+    <li ><a href="../project-slinky/">Project Slinky for Remote Comms</a>
+  
+  
     </li>
 
               
@@ -263,7 +264,7 @@
               
                 
     <li >
-      <a href="../wi-fi_on_arduino/">Enable Wi-Fi on Arduino MKR1000</a>
+      <a href="../ibeacon/">BLE iBeacon</a>
     </li>
 
               
@@ -271,7 +272,7 @@
               
                 
     <li >
-      <a href="../unit_test/">Write a Test Suite for a Package</a>
+      <a href="../eddystone/">BLE Eddystone</a>
     </li>
 
               
@@ -279,28 +280,23 @@
               
                 
     <li >
-      <a href="../event_queue/">Events and Event Queues</a>
+      <a href="../add_newtmgr/">Enable Newt Manager in any app</a>
     </li>
 
               
           
               
                 
-  
-  
-    <li><a href="
-  ../project-slinky/
-">Project Slinky for remote comms</a>
-  
-  
+    <li >
+      <a href="../add_shell/">Enable the OS Shell and Console</a>
     </li>
 
               
           
               
                 
-    <li >
-      <a href="../add_newtmgr/">Enable Newt Manager in any app</a>
+    <li class="active">
+      <a href="./">Tasks and Priority Management</a>
     </li>
 
               
@@ -308,7 +304,7 @@
               
                 
     <li >
-      <a href="../add_shell/">Enable the OS Shell and Console</a>
+      <a href="../wi-fi_on_arduino/">Enable Wi-Fi on Arduino MKR1000</a>
     </li>
 
               
@@ -316,18 +312,15 @@
               
                 
     <li >
-      <a href="../bletiny_project/">BLE app to check stats via console</a>
+      <a href="../unit_test/">Write a Test Suite for a Package</a>
     </li>
 
               
           
               
                 
-  
-  
-    <li ><a href="../bleprph/bleprph-intro/">BLE peripheral project</a>
-  
-  
+    <li >
+      <a href="../event_queue/">Events and Event Queues</a>
     </li>
 
               
@@ -335,15 +328,18 @@
               
                 
     <li >
-      <a href="../ibeacon/">BLE iBeacon</a>
+      <a href="../bletiny_project/">BLE app to check stats via console</a>
     </li>
 
               
           
               
                 
-    <li >
-      <a href="../eddystone/">BLE Eddystone</a>
+  
+  
+    <li ><a href="../bleprph/bleprph-intro/">BLE peripheral project</a>
+  
+  
     </li>
 
               
@@ -699,9 +695,9 @@ the <code>main</code> task sleeps, saving us idle time compared to the first cas
 <ul class="nav nav-pills" style="margin-bottom: 10px">
     <li>
     
-    <a href=../repo/private_repo/>
+    <a href=../add_shell/>
         <span class="fa fa-arrow-left"></span>
-        Previous: Access a private Repo
+        Previous: Enable the OS Shell and Console
     </a>
     
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/40899401/develop/os/tutorials/tutorials/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/tutorials/index.html b/develop/os/tutorials/tutorials/index.html
index cbe8ee2..ef056df 100644
--- a/develop/os/tutorials/tutorials/index.html
+++ b/develop/os/tutorials/tutorials/index.html
@@ -232,9 +232,7 @@
                 
   
   
-    <li><a href="
-  ../arduino_zero/
-">Project Blinky</a>
+    <li ><a href="../blinky/">Project Blinky</a>
   
   
     </li>
@@ -254,8 +252,11 @@
           
               
                 
-    <li >
-      <a href="../tasks_lesson/">Tasks and Priority Management</a>
+  
+  
+    <li ><a href="../project-slinky/">Project Slinky for Remote Comms</a>
+  
+  
     </li>
 
               
@@ -263,7 +264,7 @@
               
                 
     <li >
-      <a href="../wi-fi_on_arduino/">Enable Wi-Fi on Arduino MKR1000</a>
+      <a href="../ibeacon/">BLE iBeacon</a>
     </li>
 
               
@@ -271,7 +272,7 @@
               
                 
     <li >
-      <a href="../unit_test/">Write a Test Suite for a Package</a>
+      <a href="../eddystone/">BLE Eddystone</a>
     </li>
 
               
@@ -279,20 +280,15 @@
               
                 
     <li >
-      <a href="../event_queue/">Events and Event Queues</a>
+      <a href="../add_newtmgr/">Enable Newt Manager in any app</a>
     </li>
 
               
           
               
                 
-  
-  
-    <li><a href="
-  ../project-slinky/
-">Project Slinky for remote comms</a>
-  
-  
+    <li >
+      <a href="../add_shell/">Enable the OS Shell and Console</a>
     </li>
 
               
@@ -300,7 +296,7 @@
               
                 
     <li >
-      <a href="../add_newtmgr/">Enable Newt Manager in any app</a>
+      <a href="../tasks_lesson/">Tasks and Priority Management</a>
     </li>
 
               
@@ -308,7 +304,7 @@
               
                 
     <li >
-      <a href="../add_shell/">Enable the OS Shell and Console</a>
+      <a href="../wi-fi_on_arduino/">Enable Wi-Fi on Arduino MKR1000</a>
     </li>
 
               
@@ -316,18 +312,15 @@
               
                 
     <li >
-      <a href="../bletiny_project/">BLE app to check stats via console</a>
+      <a href="../unit_test/">Write a Test Suite for a Package</a>
     </li>
 
               
           
               
                 
-  
-  
-    <li ><a href="../bleprph/bleprph-intro/">BLE peripheral project</a>
-  
-  
+    <li >
+      <a href="../event_queue/">Events and Event Queues</a>
     </li>
 
               
@@ -335,15 +328,18 @@
               
                 
     <li >
-      <a href="../ibeacon/">BLE iBeacon</a>
+      <a href="../bletiny_project/">BLE app to check stats via console</a>
     </li>
 
               
           
               
                 
-    <li >
-      <a href="../eddystone/">BLE Eddystone</a>
+  
+  
+    <li ><a href="../bleprph/bleprph-intro/">BLE peripheral project</a>
+  
+  
     </li>
 
               
@@ -561,8 +557,8 @@
     </li>
     <li class="pull-right">
     
-    <a href=../arduino_zero/>
-        Next: Blinky on Arduino Zero
+    <a href=../blinky/>
+        Next: Project Blinky
         <span class="fa fa-arrow-right"></span>
     </a>
     

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/40899401/develop/os/tutorials/unit_test/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/unit_test/index.html b/develop/os/tutorials/unit_test/index.html
index a99af80..691e4a4 100644
--- a/develop/os/tutorials/unit_test/index.html
+++ b/develop/os/tutorials/unit_test/index.html
@@ -232,9 +232,7 @@
                 
   
   
-    <li><a href="
-  ../arduino_zero/
-">Project Blinky</a>
+    <li ><a href="../blinky/">Project Blinky</a>
   
   
     </li>
@@ -254,8 +252,11 @@
           
               
                 
-    <li >
-      <a href="../tasks_lesson/">Tasks and Priority Management</a>
+  
+  
+    <li ><a href="../project-slinky/">Project Slinky for Remote Comms</a>
+  
+  
     </li>
 
               
@@ -263,15 +264,15 @@
               
                 
     <li >
-      <a href="../wi-fi_on_arduino/">Enable Wi-Fi on Arduino MKR1000</a>
+      <a href="../ibeacon/">BLE iBeacon</a>
     </li>
 
               
           
               
                 
-    <li class="active">
-      <a href="./">Write a Test Suite for a Package</a>
+    <li >
+      <a href="../eddystone/">BLE Eddystone</a>
     </li>
 
               
@@ -279,20 +280,15 @@
               
                 
     <li >
-      <a href="../event_queue/">Events and Event Queues</a>
+      <a href="../add_newtmgr/">Enable Newt Manager in any app</a>
     </li>
 
               
           
               
                 
-  
-  
-    <li><a href="
-  ../project-slinky/
-">Project Slinky for remote comms</a>
-  
-  
+    <li >
+      <a href="../add_shell/">Enable the OS Shell and Console</a>
     </li>
 
               
@@ -300,7 +296,7 @@
               
                 
     <li >
-      <a href="../add_newtmgr/">Enable Newt Manager in any app</a>
+      <a href="../tasks_lesson/">Tasks and Priority Management</a>
     </li>
 
               
@@ -308,26 +304,23 @@
               
                 
     <li >
-      <a href="../add_shell/">Enable the OS Shell and Console</a>
+      <a href="../wi-fi_on_arduino/">Enable Wi-Fi on Arduino MKR1000</a>
     </li>
 
               
           
               
                 
-    <li >
-      <a href="../bletiny_project/">BLE app to check stats via console</a>
+    <li class="active">
+      <a href="./">Write a Test Suite for a Package</a>
     </li>
 
               
           
               
                 
-  
-  
-    <li ><a href="../bleprph/bleprph-intro/">BLE peripheral project</a>
-  
-  
+    <li >
+      <a href="../event_queue/">Events and Event Queues</a>
     </li>
 
               
@@ -335,15 +328,18 @@
               
                 
     <li >
-      <a href="../ibeacon/">BLE iBeacon</a>
+      <a href="../bletiny_project/">BLE app to check stats via console</a>
     </li>
 
               
           
               
                 
-    <li >
-      <a href="../eddystone/">BLE Eddystone</a>
+  
+  
+    <li ><a href="../bleprph/bleprph-intro/">BLE peripheral project</a>
+  
+  
     </li>
 
               

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/40899401/develop/os/tutorials/wi-fi_on_arduino/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/wi-fi_on_arduino/index.html b/develop/os/tutorials/wi-fi_on_arduino/index.html
index 3752121..c4bfb3e 100644
--- a/develop/os/tutorials/wi-fi_on_arduino/index.html
+++ b/develop/os/tutorials/wi-fi_on_arduino/index.html
@@ -232,9 +232,7 @@
                 
   
   
-    <li><a href="
-  ../arduino_zero/
-">Project Blinky</a>
+    <li ><a href="../blinky/">Project Blinky</a>
   
   
     </li>
@@ -254,16 +252,19 @@
           
               
                 
-    <li >
-      <a href="../tasks_lesson/">Tasks and Priority Management</a>
+  
+  
+    <li ><a href="../project-slinky/">Project Slinky for Remote Comms</a>
+  
+  
     </li>
 
               
           
               
                 
-    <li class="active">
-      <a href="./">Enable Wi-Fi on Arduino MKR1000</a>
+    <li >
+      <a href="../ibeacon/">BLE iBeacon</a>
     </li>
 
               
@@ -271,7 +272,7 @@
               
                 
     <li >
-      <a href="../unit_test/">Write a Test Suite for a Package</a>
+      <a href="../eddystone/">BLE Eddystone</a>
     </li>
 
               
@@ -279,20 +280,15 @@
               
                 
     <li >
-      <a href="../event_queue/">Events and Event Queues</a>
+      <a href="../add_newtmgr/">Enable Newt Manager in any app</a>
     </li>
 
               
           
               
                 
-  
-  
-    <li><a href="
-  ../project-slinky/
-">Project Slinky for remote comms</a>
-  
-  
+    <li >
+      <a href="../add_shell/">Enable the OS Shell and Console</a>
     </li>
 
               
@@ -300,15 +296,15 @@
               
                 
     <li >
-      <a href="../add_newtmgr/">Enable Newt Manager in any app</a>
+      <a href="../tasks_lesson/">Tasks and Priority Management</a>
     </li>
 
               
           
               
                 
-    <li >
-      <a href="../add_shell/">Enable the OS Shell and Console</a>
+    <li class="active">
+      <a href="./">Enable Wi-Fi on Arduino MKR1000</a>
     </li>
 
               
@@ -316,18 +312,15 @@
               
                 
     <li >
-      <a href="../bletiny_project/">BLE app to check stats via console</a>
+      <a href="../unit_test/">Write a Test Suite for a Package</a>
     </li>
 
               
           
               
                 
-  
-  
-    <li ><a href="../bleprph/bleprph-intro/">BLE peripheral project</a>
-  
-  
+    <li >
+      <a href="../event_queue/">Events and Event Queues</a>
     </li>
 
               
@@ -335,15 +328,18 @@
               
                 
     <li >
-      <a href="../ibeacon/">BLE iBeacon</a>
+      <a href="../bletiny_project/">BLE app to check stats via console</a>
     </li>
 
               
           
               
                 
-    <li >
-      <a href="../eddystone/">BLE Eddystone</a>
+  
+  
+    <li ><a href="../bleprph/bleprph-intro/">BLE peripheral project</a>
+  
+  
     </li>
 
               

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/40899401/develop/sitemap.xml
----------------------------------------------------------------------
diff --git a/develop/sitemap.xml b/develop/sitemap.xml
index be0fcd9..69ea288 100644
--- a/develop/sitemap.xml
+++ b/develop/sitemap.xml
@@ -4,7 +4,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/</loc>
-     <lastmod>2017-03-31</lastmod>
+     <lastmod>2017-04-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -13,7 +13,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/pages/ble/</loc>
-     <lastmod>2017-03-31</lastmod>
+     <lastmod>2017-04-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -22,7 +22,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/quick-start/</loc>
-     <lastmod>2017-03-31</lastmod>
+     <lastmod>2017-04-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -30,7 +30,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/about/</loc>
-     <lastmod>2017-03-31</lastmod>
+     <lastmod>2017-04-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -38,7 +38,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/talks/</loc>
-     <lastmod>2017-03-31</lastmod>
+     <lastmod>2017-04-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -46,7 +46,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/download/</loc>
-     <lastmod>2017-03-31</lastmod>
+     <lastmod>2017-04-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -54,7 +54,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/community/</loc>
-     <lastmod>2017-03-31</lastmod>
+     <lastmod>2017-04-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -62,7 +62,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/events/</loc>
-     <lastmod>2017-03-31</lastmod>
+     <lastmod>2017-04-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -71,7 +71,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/introduction/</loc>
-     <lastmod>2017-03-31</lastmod>
+     <lastmod>2017-04-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -83,7 +83,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/get_started/vocabulary/</loc>
-     <lastmod>2017-03-31</lastmod>
+     <lastmod>2017-04-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -123,13 +123,13 @@
         
     <url>
      <loc>http://mynewt.apache.org/faq/how_to_edit_docs/</loc>
-     <lastmod>2017-03-31</lastmod>
+     <lastmod>2017-04-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/answers/</loc>
-     <lastmod>2017-03-31</lastmod>
+     <lastmod>2017-04-07</lastmod>
      <changefreq>daily</changefreq>
     </url>