Repository: incubator-mynewt-site Updated Branches: refs/heads/asf-site 72f0a4461 -> 65dc6d41a
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/65dc6d41/latest/newt/install/newt_windows/index.html ---------------------------------------------------------------------- diff --git a/latest/newt/install/newt_windows/index.html b/latest/newt/install/newt_windows/index.html index aa11a7e..84b7359 100644 --- a/latest/newt/install/newt_windows/index.html +++ b/latest/newt/install/newt_windows/index.html @@ -491,11 +491,10 @@ README.md newtvm <p><br> Check that the newt tool is installed and it is in your path:</p> -<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">$ls go/bin -$ ls bin/newt -bin/newt -$which go -/home/<user>/dev/go/bin/newt +<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">$ls $GOPATH/bin/newt +~/dev/go/bin/newt +$which newt +~/dev/go/bin/newt $ newt version Apache Newt (incubating) version: 1.0.0-dev </pre></div> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/65dc6d41/latest/newtmgr/install_windows/index.html ---------------------------------------------------------------------- diff --git a/latest/newtmgr/install_windows/index.html b/latest/newtmgr/install_windows/index.html index b87d79e..49d1ce2 100644 --- a/latest/newtmgr/install_windows/index.html +++ b/latest/newtmgr/install_windows/index.html @@ -403,7 +403,7 @@ nothing to commit, working directory clean Check that the newtmgr binary is installed and you are using the one from <strong>$GOPATH/bin</strong>:</p> <div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">$ls $GOPATH/bin/newtmgr ~/dev/go/bin/newtmgr -$which newt +$which newtmgr ~/dev/go/bin/newtmgr </pre></div> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/65dc6d41/latest/os/get_started/project_create/index.html ---------------------------------------------------------------------- diff --git a/latest/os/get_started/project_create/index.html b/latest/os/get_started/project_create/index.html index e2e7925..65bff72 100644 --- a/latest/os/get_started/project_create/index.html +++ b/latest/os/get_started/project_create/index.html @@ -641,7 +641,7 @@ All tests passed <p><br></p> <h3 id="building-and-running-the-simulated-blinky-application">Building and Running the Simulated Blinky Application</h3> <p>The section shows you how to build and run the blinky application to run on Mynewt's simulated hardware.</p> -<p><strong>Note</strong>: This is not yet supported on Windows. Refer to the <a href="../../tutorials/blinky/">Blinky Tutorials</a> to create a blinky application on a target boards.</p> +<p><strong>Note</strong>: This is not yet supported on Windows. Refer to the <a href="../../tutorials/blinky/">Blinky Tutorials</a> to create a blinky application for a target board.</p> <p><br></p> <h4 id="building-the-application">Building the Application</h4> <p>To build the simulated blinky application, run <code>newt build my_blinky_sim</code>:</p> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/65dc6d41/latest/os/tutorials/arduino_zero/index.html ---------------------------------------------------------------------- diff --git a/latest/os/tutorials/arduino_zero/index.html b/latest/os/tutorials/arduino_zero/index.html index 639341e..1fe8b67 100644 --- a/latest/os/tutorials/arduino_zero/index.html +++ b/latest/os/tutorials/arduino_zero/index.html @@ -573,6 +573,7 @@ the repository to the <code>project.yml</code> file in your base project directo <p>Here is an example <code>project.yml</code> file with the Arduino Zero repository added. The sections with <code>mynewt_arduino_zero</code> that need to be added to your project file are highlighted.</p> +<p><strong>Note:</strong> On Windows platforms: You need to set <code>vers</code> to <code>0-dev</code> and use the latest master branch for both repositories.</p> <div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">$ more project.yml project.name: "my_project" http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/65dc6d41/latest/os/tutorials/blinky_primo/index.html ---------------------------------------------------------------------- diff --git a/latest/os/tutorials/blinky_primo/index.html b/latest/os/tutorials/blinky_primo/index.html index 37c222f..920c63b 100644 --- a/latest/os/tutorials/blinky_primo/index.html +++ b/latest/os/tutorials/blinky_primo/index.html @@ -671,7 +671,7 @@ App image succesfully generated: ~/dev/myproj/bin/targets/primoblinky/app/apps/b </ul> <p><img alt="J-Link debug probe to Arduino" src="../pics/primo-jlink.jpg" title="Connecting J-Link debug probe to Arduino Primo" /></p> <p><strong>Note:</strong> If you are using the OpenOCD debugger, you do not need to attach this connector. </p> -<h3 id="load-the-bootloader-and-the-blinky-application-image">Load the Bootloader and the Blinky Application Image</h3> +<h3 id="load-the-bootloader">Load the Bootloader</h3> <p>Run the <code>newt load primo_boot</code> command to load the bootloader onto the board:</p> <div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">$ newt load primo_boot Loading bootloader @@ -679,8 +679,15 @@ $ </pre></div> -<p><br> -Run the <code>newt load primoblinky</code> command to load the Blinky application image onto the board.</p> +<p><strong>Note:</strong> If you are using OpenOCD on a Windows platform and you get an <code>unable to find CMSIS-DAP device</code> error, you will need to download and install the mbed Windows serial port driver from <a href="https://developer.mbed.org/handbook/Windows-serial-configuration">https://developer.mbed.org/handbook/Windows-serial-configuration</a>. Follow the instructions from the site to install the driver. Here are some additional notes about the installation:</p> +<ol> +<li>The instructions indicate that the mbed Windows serial port driver is not required for Windows 10. If you are using Windows 10 and get the <code>unable to find CMSIS-DAP device</code> error, we recommend that you install the driver.</li> +<li>If the driver installation fails, we recommend that you unplug the board, plug it back in, and retry the installation.</li> +</ol> +<p>Run the <code>newt load primo_boot</code> command again.</p> +<p><br></p> +<h3 id="load-the-blinky-application-image">Load the Blinky Application Image</h3> +<p>Run the <code>newt load primoblinky</code> command to load the Blinky application image onto the board.</p> <div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">$ newt load primoblinky Loading app image into slot 1 $ @@ -690,6 +697,7 @@ $ <p>You should see the orange LED (L13), below the ON LED, on the board blink!</p> <p>Note: If the LED does not blink, try resetting the board.</p> <p><br></p> +<h3 id="erase-flash">Erase Flash</h3> <p>If you want to erase the flash and load the image again, use JLinkExe and issue the <code>erase</code> command when you are using the Jlink debug probe: </p> <p><strong>Note:</strong> On Windows: Run the <code>jlink</code> command with the same arguments from a Windows Command Prompt terminal. <br></p> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/65dc6d41/latest/os/tutorials/blinky_stm32f4disc/index.html ---------------------------------------------------------------------- diff --git a/latest/os/tutorials/blinky_stm32f4disc/index.html b/latest/os/tutorials/blinky_stm32f4disc/index.html index facab1f..e1f188f 100644 --- a/latest/os/tutorials/blinky_stm32f4disc/index.html +++ b/latest/os/tutorials/blinky_stm32f4disc/index.html @@ -668,6 +668,14 @@ Loading bootloader </pre></div> +<p>Note: If you are using Windows and get an <code>open failed</code> or <code>no device found</code> error, you will need to install the usb driver. Download <a href="http://zadig.akeo.ie">Zadig</a> and run it:</p> +<ul> +<li>Select Options > List All Devices.</li> +<li>Select <code>STM32 STLink</code> from the drop down menu.</li> +<li>Select the <code>WinUSB</code> driver.</li> +<li>Click Install Driver.</li> +<li>Run the <code>newt load stm32f4disc_boot</code> command again.</li> +</ul> <p><br> Run the <code>newt load stm32f4disc_blinky</code> command to load the Blinky application image onto the board.</p> <div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">$newt load stm32f4disc_blinky http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/65dc6d41/latest/os/tutorials/olimex/index.html ---------------------------------------------------------------------- diff --git a/latest/os/tutorials/olimex/index.html b/latest/os/tutorials/olimex/index.html index 618a14f..1ad77dd 100644 --- a/latest/os/tutorials/olimex/index.html +++ b/latest/os/tutorials/olimex/index.html @@ -682,11 +682,11 @@ Successfully loaded image. </pre></div> -<p>Note: If you are using Windows and get the <code>no device found</code> error, you will need to install the usb drivers for your Olimex debugger. Download <a href="http://zadig.akeo.ie">Zadig</a> and run it:</p> +<p>Note: If you are using Windows and get a <code>no device found</code> error, you will need to install the usb driver. Download <a href="http://zadig.akeo.ie">Zadig</a> and run it:</p> <ul> <li>Select Options > List All Devices.</li> -<li>Select Olimex OpenOCD JTAG ARM-USB-TINY-H from the drop down menu.</li> -<li>Select the WinUSB drivers.</li> +<li>Select <code>Olimex OpenOCD JTAG ARM-USB-TINY-H</code> from the drop down menu.</li> +<li>Select the <code>WinUSB</code> driver.</li> <li>Click Install Driver.</li> <li>Run the <code>newt load boot_olimex</code> command again. </li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/65dc6d41/latest/os/tutorials/project-stm32-slinky/index.html ---------------------------------------------------------------------- diff --git a/latest/os/tutorials/project-stm32-slinky/index.html b/latest/os/tutorials/project-stm32-slinky/index.html index 06af2fc..8a17f4f 100644 --- a/latest/os/tutorials/project-stm32-slinky/index.html +++ b/latest/os/tutorials/project-stm32-slinky/index.html @@ -622,6 +622,15 @@ $ <p><br> +Note: If you are using Windows and get a <code>no device found</code> error, you will need to install the usb driver. Download <a href="http://zadig.akeo.ie">Zadig</a> and run it:</p> +<ul> +<li>Select Options > List All Devices.</li> +<li>Select <code>Olimex OpenOCD JTAG ARM-USB-TINY-H</code> from the drop down menu.</li> +<li>Select the <code>WinUSB</code> driver.</li> +<li>Click Install Driver.</li> +<li>Run the <code>newt load stm32_boot</code> command again.</li> +</ul> +<p><br> Run the <code>newt load stm32_slinky</code> command to load the Slinky application image onto the board:</p> <div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">$ newt load stm32_slinky Loading app image into slot 1 http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/65dc6d41/latest/os/tutorials/rbnano2/index.html ---------------------------------------------------------------------- diff --git a/latest/os/tutorials/rbnano2/index.html b/latest/os/tutorials/rbnano2/index.html index 24d6ed1..56d44aa 100644 --- a/latest/os/tutorials/rbnano2/index.html +++ b/latest/os/tutorials/rbnano2/index.html @@ -645,7 +645,7 @@ App image succesfully generated: ~/dev/myproj/bin/targets/rbnano2_blinky/app/app <p><br></p> <h3 id="connect-to-the-board">Connect to the Board</h3> <p>Connect the RedBear Nano 2 USB to a USB port on your computer. You should see an orange LED light up on the board.</p> -<h3 id="load-the-bootloader-and-the-blinky-application-image">Load the Bootloader and the Blinky Application Image</h3> +<h3 id="load-the-bootloader">Load the Bootloader</h3> <p>Run the <code>newt load rbnano2_boot</code> command to load the bootloader onto the board: </p> <div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">$ newt load rbnano2_boot Loading bootloader @@ -653,8 +653,16 @@ $ </pre></div> -<p><br> -Note: The flash memory on the RedBear Nano 2 comes write protected from the factory. If you get an error loading the bootloader and you are using a brand new chip, you need to clear the write protection from the debugger and then load the bootloader again. Run the <code>newt debug rbnano2_blinky</code> command and issue the following commands at the highlighted (gdb) prompts. </p> +<p><br></p> +<p><strong>Note:</strong> On Windows platforms, if you get an <code>unable to find CMSIS-DAP device</code> error, you will need to download and install the mbed Windows serial port driver from <a href="https://developer.mbed.org/handbook/Windows-serial-configuration">https://developer.mbed.org/handbook/Windows-serial-configuration</a>. Follow the instructions from the site to install the driver. Here are some additional notes about the installation:</p> +<ol> +<li>The instructions indicate that the mbed Windows serial port driver is not required for Windows 10. If you are using Windows 10 and get the <code>unable to find CMSIS-DAP device</code> error, we recommend that you install the driver.</li> +<li>If the driver installation fails, we recommend that you unplug the board, plug it back in, and retry the installation.</li> +</ol> +<p>Run the <code>newt load rbnano2_boot</code> command again.</p> +<p><br></p> +<h4 id="clear-the-write-protection-on-the-flash-memory">Clear the Write Protection on the Flash Memory</h4> +<p>The flash memory on the RedBear Nano 2 comes write protected from the factory. If you get an error loading the bootloader and you are using a brand new chip, you need to clear the write protection from the debugger and then load the bootloader again. Run the <code>newt debug rbnano2_blinky</code> command and issue the following commands at the highlighted (gdb) prompts. </p> <p><strong>Note:</strong> The output of the debug session below is for Mac OS and Linux platforms. On Windows, openocd and gdb are started in separate Windows Command Prompt terminals, and the terminals are automatically closed when you quit gdb. In addition, the output of openocd is logged to the openocd.log file in your project's base directory instead of the terminal.</p> <p><br></p> <div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">$newt debug rbnano2_blinky @@ -683,8 +691,10 @@ Error: Failed to read memory at 0x00009ef4 </pre></div> +<p><br></p> +<h3 id="load-the-blinky-application-image">Load the Blinky Application Image</h3> <p><br> -Run the <code>newt load rbnano2_blinky</code> command to load the Blinky application image onto the board.</p> +Run the <code>newt load rbnano2_blinky</code> command to load the Blinky application image onto the board:</p> <div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">$ newt load rbnano2_blinky Loading app image into slot 1 </pre></div> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/65dc6d41/latest/os/tutorials/wi-fi_on_arduino/index.html ---------------------------------------------------------------------- diff --git a/latest/os/tutorials/wi-fi_on_arduino/index.html b/latest/os/tutorials/wi-fi_on_arduino/index.html index c820b0a..78100a0 100644 --- a/latest/os/tutorials/wi-fi_on_arduino/index.html +++ b/latest/os/tutorials/wi-fi_on_arduino/index.html @@ -518,13 +518,10 @@ the repository to the <code>project.yml</code> file in your base project directo low level operations. Sometimes this code is licensed only for the specific manufacturer of the chipset and cannot live in the Apache Mynewt repository. That happens to be the case for the Arduino Zero board which uses Atmel SAMD21. Runtime's github repository hosts such external third-party packages and the Newt tool can fetch them.</p> <p>To fetch the package with MCU support for Atmel SAMD21 for Arduino Zero from the Runtime git repository, you need to add the repository to the <code>project.yml</code> file in your base project directory (<code>arduinowifi</code>).</p> -<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">user@~/dev/arduinowifi$ vi project.yml -</pre></div> - - <p>Here is an example <code>project.yml</code> file with the Arduino Zero repository added. The sections with <code>mynewt_arduino_zero</code> that need to be added to your project file are highlighted.</p> +<p><strong>Note:</strong> On Windows platforms: You need to set <code>vers</code> to <code>0-dev</code> and use the latest master branch for both repositories.</p> <div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">$ more project.yml project.name: "my_project" http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/65dc6d41/latest/sitemap.xml ---------------------------------------------------------------------- diff --git a/latest/sitemap.xml b/latest/sitemap.xml index edefac3..b535b74 100644 --- a/latest/sitemap.xml +++ b/latest/sitemap.xml @@ -4,7 +4,7 @@ <url> <loc>http://mynewt.apache.org/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> @@ -13,7 +13,7 @@ <url> <loc>http://mynewt.apache.org/pages/ble/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> @@ -22,7 +22,7 @@ <url> <loc>http://mynewt.apache.org/quick-start/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> @@ -30,7 +30,7 @@ <url> <loc>http://mynewt.apache.org/about/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> @@ -38,7 +38,7 @@ <url> <loc>http://mynewt.apache.org/talks/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> @@ -46,7 +46,7 @@ <url> <loc>http://mynewt.apache.org/download/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> @@ -54,7 +54,7 @@ <url> <loc>http://mynewt.apache.org/community/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> @@ -62,7 +62,7 @@ <url> <loc>http://mynewt.apache.org/events/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> @@ -71,7 +71,7 @@ <url> <loc>http://mynewt.apache.org/os/introduction/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> @@ -83,7 +83,7 @@ <url> <loc>http://mynewt.apache.org/os/get_started/vocabulary/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> @@ -123,19 +123,25 @@ <url> <loc>http://mynewt.apache.org/faq/go_env/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> + <changefreq>daily</changefreq> + </url> + + <url> + <loc>http://mynewt.apache.org/faq/ide/</loc> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> <url> <loc>http://mynewt.apache.org/faq/how_to_edit_docs/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> <url> <loc>http://mynewt.apache.org/faq/answers/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/65dc6d41/sitemap.xml ---------------------------------------------------------------------- diff --git a/sitemap.xml b/sitemap.xml index 53793e0..8b4d2ba 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -4,7 +4,7 @@ <url> <loc>http://mynewt.apache.org/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> @@ -13,13 +13,13 @@ <url> <loc>http://mynewt.apache.org/pages/ble/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> <url> <loc>http://mynewt.apache.org/pages/securitybullets/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> @@ -28,7 +28,7 @@ <url> <loc>http://mynewt.apache.org/quick-start/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> @@ -36,7 +36,7 @@ <url> <loc>http://mynewt.apache.org/about/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> @@ -44,7 +44,7 @@ <url> <loc>http://mynewt.apache.org/talks/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> @@ -52,7 +52,7 @@ <url> <loc>http://mynewt.apache.org/download/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> @@ -60,7 +60,7 @@ <url> <loc>http://mynewt.apache.org/community/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> @@ -68,7 +68,7 @@ <url> <loc>http://mynewt.apache.org/events/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> @@ -77,7 +77,7 @@ <url> <loc>http://mynewt.apache.org/os/introduction/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> @@ -89,7 +89,7 @@ <url> <loc>http://mynewt.apache.org/os/get_started/vocabulary/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> @@ -129,13 +129,13 @@ <url> <loc>http://mynewt.apache.org/faq/how_to_edit_docs/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> <url> <loc>http://mynewt.apache.org/faq/answers/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/65dc6d41/v0_9_0/faq/pics/debug_new_config_small.png ---------------------------------------------------------------------- diff --git a/v0_9_0/faq/pics/debug_new_config_small.png b/v0_9_0/faq/pics/debug_new_config_small.png new file mode 100755 index 0000000..5d2e287 Binary files /dev/null and b/v0_9_0/faq/pics/debug_new_config_small.png differ http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/65dc6d41/v0_9_0/faq/pics/gdb_debug_small.png ---------------------------------------------------------------------- diff --git a/v0_9_0/faq/pics/gdb_debug_small.png b/v0_9_0/faq/pics/gdb_debug_small.png new file mode 100755 index 0000000..5ebfb11 Binary files /dev/null and b/v0_9_0/faq/pics/gdb_debug_small.png differ http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/65dc6d41/v0_9_0/faq/pics/gdb_server_small.png ---------------------------------------------------------------------- diff --git a/v0_9_0/faq/pics/gdb_server_small.png b/v0_9_0/faq/pics/gdb_server_small.png new file mode 100755 index 0000000..e6a42d7 Binary files /dev/null and b/v0_9_0/faq/pics/gdb_server_small.png differ http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/65dc6d41/v0_9_0/faq/pics/gdb_small.png ---------------------------------------------------------------------- diff --git a/v0_9_0/faq/pics/gdb_small.png b/v0_9_0/faq/pics/gdb_small.png new file mode 100755 index 0000000..f6c35d2 Binary files /dev/null and b/v0_9_0/faq/pics/gdb_small.png differ http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/65dc6d41/v0_9_0/faq/pics/integrated_terminal_small.png ---------------------------------------------------------------------- diff --git a/v0_9_0/faq/pics/integrated_terminal_small.png b/v0_9_0/faq/pics/integrated_terminal_small.png new file mode 100755 index 0000000..11414c8 Binary files /dev/null and b/v0_9_0/faq/pics/integrated_terminal_small.png differ http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/65dc6d41/v0_9_0/faq/pics/launch_small.png ---------------------------------------------------------------------- diff --git a/v0_9_0/faq/pics/launch_small.png b/v0_9_0/faq/pics/launch_small.png new file mode 100755 index 0000000..5c13dcf Binary files /dev/null and b/v0_9_0/faq/pics/launch_small.png differ http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/65dc6d41/v0_9_0/faq/pics/task_json_small.png ---------------------------------------------------------------------- diff --git a/v0_9_0/faq/pics/task_json_small.png b/v0_9_0/faq/pics/task_json_small.png new file mode 100755 index 0000000..5047f61 Binary files /dev/null and b/v0_9_0/faq/pics/task_json_small.png differ http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/65dc6d41/v0_9_0/faq/pics/task_runner_small.png ---------------------------------------------------------------------- diff --git a/v0_9_0/faq/pics/task_runner_small.png b/v0_9_0/faq/pics/task_runner_small.png new file mode 100755 index 0000000..25a70fa Binary files /dev/null and b/v0_9_0/faq/pics/task_runner_small.png differ http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/65dc6d41/v0_9_0/faq/pics/task_select_small.png ---------------------------------------------------------------------- diff --git a/v0_9_0/faq/pics/task_select_small.png b/v0_9_0/faq/pics/task_select_small.png new file mode 100755 index 0000000..35bc304 Binary files /dev/null and b/v0_9_0/faq/pics/task_select_small.png differ http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/65dc6d41/v0_9_0/faq/pics/task_start_small.png ---------------------------------------------------------------------- diff --git a/v0_9_0/faq/pics/task_start_small.png b/v0_9_0/faq/pics/task_start_small.png new file mode 100755 index 0000000..f84cd26 Binary files /dev/null and b/v0_9_0/faq/pics/task_start_small.png differ http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/65dc6d41/v0_9_0/sitemap.xml ---------------------------------------------------------------------- diff --git a/v0_9_0/sitemap.xml b/v0_9_0/sitemap.xml index 53793e0..8b4d2ba 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-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> @@ -13,13 +13,13 @@ <url> <loc>http://mynewt.apache.org/pages/ble/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> <url> <loc>http://mynewt.apache.org/pages/securitybullets/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> @@ -28,7 +28,7 @@ <url> <loc>http://mynewt.apache.org/quick-start/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> @@ -36,7 +36,7 @@ <url> <loc>http://mynewt.apache.org/about/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> @@ -44,7 +44,7 @@ <url> <loc>http://mynewt.apache.org/talks/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> @@ -52,7 +52,7 @@ <url> <loc>http://mynewt.apache.org/download/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> @@ -60,7 +60,7 @@ <url> <loc>http://mynewt.apache.org/community/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> @@ -68,7 +68,7 @@ <url> <loc>http://mynewt.apache.org/events/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> @@ -77,7 +77,7 @@ <url> <loc>http://mynewt.apache.org/os/introduction/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> @@ -89,7 +89,7 @@ <url> <loc>http://mynewt.apache.org/os/get_started/vocabulary/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> @@ -129,13 +129,13 @@ <url> <loc>http://mynewt.apache.org/faq/how_to_edit_docs/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url> <url> <loc>http://mynewt.apache.org/faq/answers/</loc> - <lastmod>2017-05-14</lastmod> + <lastmod>2017-05-22</lastmod> <changefreq>daily</changefreq> </url>
