Instructions for tool installation on Windows, typo corrections on Wifi tutorial, notes added in Linux install.
Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/6e0ec54d Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/6e0ec54d Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/6e0ec54d Branch: refs/heads/asf-site Commit: 6e0ec54d0963611dc3d3e7a50da6eb4fa8e77d74 Parents: 02116bd Author: aditihilbert <[email protected]> Authored: Fri May 12 13:11:55 2017 -0700 Committer: aditihilbert <[email protected]> Committed: Fri May 12 13:11:55 2017 -0700 ---------------------------------------------------------------------- develop/faq/go_env/index.html | 4 +- develop/mkdocs/search_index.json | 302 +++++---- develop/newt/install/newt_linux/index.html | 44 +- develop/newt/install/newt_mac/index.html | 8 + develop/newt/install/newt_windows/index.html | 611 +++++++++++++++++++ develop/newtmgr/install_linux/index.html | 46 +- develop/newtmgr/install_mac/index.html | 8 + develop/newtmgr/install_windows/index.html | 500 +++++++++++++++ develop/os/get_started/cross_tools/index.html | 87 ++- develop/os/get_started/get_started/index.html | 2 +- .../get_started/native_install_intro/index.html | 29 +- develop/os/get_started/native_tools/index.html | 33 +- .../os/get_started/project_create/index.html | 115 ++-- develop/os/get_started/serial_access/index.html | 89 ++- develop/os/introduction/index.html | 6 +- develop/os/tutorials/add_shell/index.html | 16 +- develop/os/tutorials/arduino_zero/index.html | 3 + develop/os/tutorials/bletiny_project/index.html | 20 +- develop/os/tutorials/blinky_console/index.html | 18 +- develop/os/tutorials/blinky_primo/index.html | 5 +- .../os/tutorials/blinky_stm32f4disc/index.html | 4 +- develop/os/tutorials/nRF52/index.html | 4 +- develop/os/tutorials/olimex/index.html | 18 +- .../os/tutorials/pics/device_manager_ft232H.png | Bin 0 -> 67817 bytes .../tutorials/pics/device_manager_no_ft232H.png | Bin 0 -> 67365 bytes develop/os/tutorials/pics/putty.png | Bin 0 -> 56099 bytes .../tutorials/project-nrf52-slinky/index.html | 23 +- .../os/tutorials/project-sim-slinky/index.html | 2 +- develop/os/tutorials/project-slinky/index.html | 2 +- .../tutorials/project-stm32-slinky/index.html | 19 +- develop/os/tutorials/rbnano2/index.html | 2 + .../os/tutorials/wi-fi_on_arduino/index.html | 16 +- develop/sitemap.xml | 26 +- latest/faq/go_env/index.html | 4 +- latest/mkdocs/search_index.json | 302 +++++---- latest/newt/install/newt_linux/index.html | 44 +- latest/newt/install/newt_mac/index.html | 8 + latest/newt/install/newt_windows/index.html | 611 +++++++++++++++++++ latest/newtmgr/install_linux/index.html | 46 +- latest/newtmgr/install_mac/index.html | 8 + latest/newtmgr/install_windows/index.html | 500 +++++++++++++++ latest/os/get_started/cross_tools/index.html | 87 ++- latest/os/get_started/get_started/index.html | 2 +- .../get_started/native_install_intro/index.html | 29 +- latest/os/get_started/native_tools/index.html | 33 +- latest/os/get_started/project_create/index.html | 115 ++-- latest/os/get_started/serial_access/index.html | 89 ++- latest/os/introduction/index.html | 6 +- latest/os/tutorials/add_shell/index.html | 16 +- latest/os/tutorials/arduino_zero/index.html | 3 + latest/os/tutorials/bletiny_project/index.html | 20 +- latest/os/tutorials/blinky_console/index.html | 18 +- latest/os/tutorials/blinky_primo/index.html | 5 +- .../os/tutorials/blinky_stm32f4disc/index.html | 4 +- latest/os/tutorials/nRF52/index.html | 4 +- latest/os/tutorials/olimex/index.html | 18 +- .../os/tutorials/pics/device_manager_ft232H.png | Bin 0 -> 67817 bytes .../tutorials/pics/device_manager_no_ft232H.png | Bin 0 -> 67365 bytes latest/os/tutorials/pics/putty.png | Bin 0 -> 56099 bytes .../tutorials/project-nrf52-slinky/index.html | 23 +- .../os/tutorials/project-sim-slinky/index.html | 2 +- latest/os/tutorials/project-slinky/index.html | 2 +- .../tutorials/project-stm32-slinky/index.html | 19 +- latest/os/tutorials/rbnano2/index.html | 2 + latest/os/tutorials/wi-fi_on_arduino/index.html | 16 +- latest/sitemap.xml | 26 +- os/tutorials/pics/device_manager_ft232H.png | Bin 0 -> 67817 bytes os/tutorials/pics/device_manager_no_ft232H.png | Bin 0 -> 67365 bytes os/tutorials/pics/putty.png | Bin 0 -> 56099 bytes sitemap.xml | 26 +- .../os/tutorials/pics/device_manager_ft232H.png | Bin 0 -> 67817 bytes .../tutorials/pics/device_manager_no_ft232H.png | Bin 0 -> 67365 bytes v0_9_0/os/tutorials/pics/putty.png | Bin 0 -> 56099 bytes v0_9_0/sitemap.xml | 26 +- 74 files changed, 3580 insertions(+), 596 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/6e0ec54d/develop/faq/go_env/index.html ---------------------------------------------------------------------- diff --git a/develop/faq/go_env/index.html b/develop/faq/go_env/index.html index 0b74b23..aadb28c 100644 --- a/develop/faq/go_env/index.html +++ b/develop/faq/go_env/index.html @@ -458,9 +458,9 @@ Build and install the tool. The updated binary will be installed in the <strong> <ul class="nav nav-pills" style="margin-bottom: 10px"> <li> - <a href=../../newtmgr/install_linux/> + <a href=../../newtmgr/install_windows/> <span class="fa fa-arrow-left"></span> - Previous: Install Newtmgr On Linux + Previous: Install Newtmgr On Windows </a> </li>
