Repository: incubator-mynewt-site
Updated Branches:
  refs/heads/asf-site 36d47613e -> 86a273816


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/86a27381/latest/os/modules/fs/otherfs/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fs/otherfs/index.html 
b/latest/os/modules/fs/otherfs/index.html
index f258abc..d4fa4c4 100644
--- a/latest/os/modules/fs/otherfs/index.html
+++ b/latest/os/modules/fs/otherfs/index.html
@@ -332,6 +332,14 @@
           
               
                 
+    <li >
+      <a href="../fatfs/">FAT File System</a>
+    </li>
+
+              
+          
+              
+                
   
   
     <li ><a href="../nffs/nffs/">Newtron Flash File System</a>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/86a27381/latest/os/modules/hal/hal_gpio/hal_gpio/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/hal/hal_gpio/hal_gpio/index.html 
b/latest/os/modules/hal/hal_gpio/hal_gpio/index.html
index bc792a5..1b78ab2 100644
--- a/latest/os/modules/hal/hal_gpio/hal_gpio/index.html
+++ b/latest/os/modules/hal/hal_gpio/hal_gpio/index.html
@@ -681,7 +681,7 @@ within a Mynewt system.</p>
 port pins) depends on the specific variant of the stm32F4xx.  </p>
 <p>So if I want to turn on port B pin 3, that would be virtual pin  1*16 + 3 = 
19.
 This translation is defined in the MCU implementation of
-<a 
href="https://github.com/apache/incubator-mynewt-larva/blob/master/hw/mcu/stm/stm32f4xx/src/hal_gpio.c";>hal_gpio.c</a>
+<a 
href="https://github.com/apache/incubator-mynewt-core/blob/master/hw/mcu/stm/stm32f4xx/src/hal_gpio.c";>hal_gpio.c</a>
 for the stmf32F4xx.  Each MCU will typically have a different translation 
method
 depending on its GPIO architecture.</p>
 <p>Now, when writing a BSP, it's common to give names to the relevant port 
pins that you are using.  Thus, the BSP may define a mapping between a function 
and a virtual port pin in the <code>bsp.h</code> header file for the BSP.  For 
example,</p>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/86a27381/latest/os/modules/shell/shell/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/shell/shell/index.html 
b/latest/os/modules/shell/shell/index.html
index 2f1aa4e..d62194a 100644
--- a/latest/os/modules/shell/shell/index.html
+++ b/latest/os/modules/shell/shell/index.html
@@ -587,22 +587,22 @@ receives newtmgr request messages.</p>
 </ul>
 <p><br></p>
 <p>Create a sim target to check out these commands available in shell.</p>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 
125%">user@~/dev/larva$ newt target create blinky_sim
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 
125%">user@~/dev$ newt target create blinky_sim
 Creating target blinky_sim
 Target blinky_sim successfully created!
-user@~/dev/larva$ newt target set blinky_sim name=blinky_sim
+user@~/dev$ newt target set blinky_sim name=blinky_sim
 Target blinky_sim successfully set name to blinky_sim
-user@~/dev/larva$ newt target set blinky_sim arch=sim
+user@~/dev$ newt target set blinky_sim arch=sim
 Target blinky_sim successfully set arch to sim
-user@~/dev/larva$ newt target set blinky_sim project=blinky
+user@~/dev$ newt target set blinky_sim project=blinky
 Target blinky_sim successfully set project to blinky
-user@~/dev/larva$ newt target set blinky_sim bsp=hw/bsp/native
+user@~/dev$ newt target set blinky_sim bsp=hw/bsp/native
 Target blinky_sim successfully set bsp to hw/bsp/native
-user@~/dev/larva$ newt target set blinky_sim compiler_def=debug
+user@~/dev$ newt target set blinky_sim compiler_def=debug
 Target blinky_sim successfully set compiler_def to debug
-user@~/dev/larva$ newt target set blinky_sim compiler=sim
+user@~/dev$ newt target set blinky_sim compiler=sim
 Target blinky_sim successfully set compiler to sim
-user@~/dev/larva$ newt target show
+user@~/dev$ newt target show
 blinky_sim
     arch: sim
     bsp: hw/bsp/native
@@ -610,7 +610,7 @@ blinky_sim
     compiler_def: debug
     name: blinky_sim
     project: blinky
-user@~/dev/larva$ newt target build blinky_sim
+user@~/dev$ newt target build blinky_sim
 Building target blinky_sim (project = blinky)
 Compiling case.c
 Compiling suite.c
@@ -621,7 +621,7 @@ Building project blinky
 Linking blinky.elf
 Successfully run!
 
-user@~/dev/larva$ ./project/blinky/bin/blinky_sim/blinky.elf
+user@~/dev$ ./project/blinky/bin/blinky_sim/blinky.elf
 uart0 at /dev/ttys005
 </pre></div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/86a27381/latest/os/modules/testutil/testutil/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/testutil/testutil/index.html 
b/latest/os/modules/testutil/testutil/index.html
index 6a3fa63..d03e6ef 100644
--- a/latest/os/modules/testutil/testutil/index.html
+++ b/latest/os/modules/testutil/testutil/index.html
@@ -669,9 +669,9 @@ This should be populated before <code>tu_init()</code> is 
called.</p>
 <ul class="nav nav-pills" style="margin-bottom: 10px">
     <li>
     
-    <a href=../../drivers/driver/>
+    <a href=../../../../network/ble/ble_intro/>
         <span class="fa fa-arrow-left"></span>
-        Previous: Drivers
+        Previous: nimBLE
     </a>
     
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/86a27381/latest/os/tutorials/project-target-slinky/index.html
----------------------------------------------------------------------
diff --git a/latest/os/tutorials/project-target-slinky/index.html 
b/latest/os/tutorials/project-target-slinky/index.html
index b79060f..e88d83c 100644
--- a/latest/os/tutorials/project-target-slinky/index.html
+++ b/latest/os/tutorials/project-target-slinky/index.html
@@ -643,7 +643,7 @@ $ newt load stm32_slinky
 <li>You now have to define a connection profile using newtmgr. You can give it 
any name you want. The example below shows the connection profile being named 
as the very imaginative <code>olimex01</code>.</li>
 </ul>
 <div class="codehilite" style="background: #ffffff"><pre style="line-height: 
125%">        $ pwd
-        /Users/&lt;user&gt;/dev/larva/project/slinky
+        /Users/&lt;user&gt;/dev/project/slinky
         $ newtmgr conn add olimex01 type=serial 
connstring=/dev/tty.usbserial-AJ03HAQQ
         Connection profile olimex01 successfully added
         $ newtmgr conn show

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/86a27381/latest/sitemap.xml
----------------------------------------------------------------------
diff --git a/latest/sitemap.xml b/latest/sitemap.xml
index 0ccc1fb..608248e 100644
--- a/latest/sitemap.xml
+++ b/latest/sitemap.xml
@@ -4,7 +4,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -13,7 +13,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/pages/ble/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -22,7 +22,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/quick-start/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -30,7 +30,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/about/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -38,7 +38,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/talks/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -46,7 +46,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/download/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -54,7 +54,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/community/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -62,7 +62,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/events/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -71,7 +71,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/introduction/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -83,7 +83,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/get_started/vocabulary/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-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-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/answers/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/86a27381/sitemap.xml
----------------------------------------------------------------------
diff --git a/sitemap.xml b/sitemap.xml
index e7466d3..21d5305 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -4,7 +4,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -13,13 +13,13 @@
         
     <url>
      <loc>http://mynewt.apache.org/pages/ble/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/pages/securitybullets/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -28,7 +28,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/quick-start/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -36,7 +36,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/about/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -44,7 +44,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/talks/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -52,7 +52,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/download/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -60,7 +60,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/community/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -68,7 +68,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/events/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -77,7 +77,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/introduction/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -89,7 +89,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/get_started/vocabulary/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -129,13 +129,13 @@
         
     <url>
      <loc>http://mynewt.apache.org/faq/how_to_edit_docs/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/answers/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/86a27381/v0_9_0/sitemap.xml
----------------------------------------------------------------------
diff --git a/v0_9_0/sitemap.xml b/v0_9_0/sitemap.xml
index e7466d3..21d5305 100644
--- a/v0_9_0/sitemap.xml
+++ b/v0_9_0/sitemap.xml
@@ -4,7 +4,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -13,13 +13,13 @@
         
     <url>
      <loc>http://mynewt.apache.org/pages/ble/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/pages/securitybullets/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -28,7 +28,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/quick-start/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -36,7 +36,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/about/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -44,7 +44,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/talks/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -52,7 +52,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/download/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -60,7 +60,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/community/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -68,7 +68,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/events/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -77,7 +77,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/introduction/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -89,7 +89,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/get_started/vocabulary/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -129,13 +129,13 @@
         
     <url>
      <loc>http://mynewt.apache.org/faq/how_to_edit_docs/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/answers/</loc>
-     <lastmod>2017-03-02</lastmod>
+     <lastmod>2017-03-07</lastmod>
      <changefreq>daily</changefreq>
     </url>
         

Reply via email to