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/05/22 16:45:20 UTC

[2/7] incubator-mynewt-site git commit: Tell Windows Users to set vers to 0-dev for arduino_zero blinky and wifi tutorials. This is needed for both the apache-mynewt-core and mynewt_arduino_zero repo.

Tell Windows Users to set vers to 0-dev for arduino_zero blinky and wifi tutorials.
This is needed for both the apache-mynewt-core and mynewt_arduino_zero repo.


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/985809e4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/985809e4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/985809e4

Branch: refs/heads/develop
Commit: 985809e415016782f030e092b00d8f1a15f83abd
Parents: 77cbe62
Author: cwanda <wa...@happycity.com>
Authored: Mon May 15 11:17:55 2017 -0700
Committer: cwanda <wa...@happycity.com>
Committed: Mon May 15 11:34:57 2017 -0700

----------------------------------------------------------------------
 docs/os/tutorials/arduino_zero.md     | 2 ++
 docs/os/tutorials/wi-fi_on_arduino.md | 5 +----
 2 files changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/985809e4/docs/os/tutorials/arduino_zero.md
----------------------------------------------------------------------
diff --git a/docs/os/tutorials/arduino_zero.md b/docs/os/tutorials/arduino_zero.md
index bd0c02e..1bff4e4 100644
--- a/docs/os/tutorials/arduino_zero.md
+++ b/docs/os/tutorials/arduino_zero.md
@@ -50,6 +50,8 @@ Here is an example ```project.yml``` file with the Arduino Zero repository
 added. The sections with ```mynewt_arduino_zero``` that need to be added to
 your project file are highlighted.
 
+**Note:** On Windows platforms: You need to set `vers` to `0-dev` and use the latest master branch for both repositories.
+
 ```hl_lines="6 14 15 16 17 18"
 $ more project.yml
 project.name: "my_project"

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/985809e4/docs/os/tutorials/wi-fi_on_arduino.md
----------------------------------------------------------------------
diff --git a/docs/os/tutorials/wi-fi_on_arduino.md b/docs/os/tutorials/wi-fi_on_arduino.md
index 1f5f9a6..55fc87c 100644
--- a/docs/os/tutorials/wi-fi_on_arduino.md
+++ b/docs/os/tutorials/wi-fi_on_arduino.md
@@ -59,14 +59,11 @@ low level operations. Sometimes this code is licensed only for the specific manu
 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 `project.yml` file in your base project directory (`arduinowifi`).
 
-```
-user@~/dev/arduinowifi$ vi project.yml
-```
-
 Here is an example ```project.yml``` file with the Arduino Zero repository
 added. The sections with ```mynewt_arduino_zero``` that need to be added to
 your project file are highlighted.
 
+**Note:** On Windows platforms: You need to set `vers` to `0-dev` and use the latest master branch for both repositories.
 
 ```hl_lines="6 14 15 16 17 18"
 $ more project.yml