]> granicus.if.org Git - esp-idf/commitdiff
docs: Mention the 'examples' dir in the setup docs
authorAngus Gratton <angus@espressif.com>
Tue, 21 Mar 2017 07:37:17 +0000 (15:37 +0800)
committerAngus Gratton <angus@espressif.com>
Mon, 27 Mar 2017 00:02:49 +0000 (11:02 +1100)
docs/linux-setup.rst
docs/macos-setup.rst
docs/windows-setup.rst

index d3b8597cd4322130fa4257bc1a46ec7df4da452c..bfcdf22f0ea0572cd3a4a559fbb7d60928140ad2 100644 (file)
@@ -142,6 +142,9 @@ The easiest way to start a project is to download the template project from GitH
 
 This will download ``esp-idf-template`` project into ``~/esp/myapp`` directory.
 
+**IMPORTANT:** The esp-idf build system does not support spaces in paths to esp-idf or to projects.
+
+You can also find a range of example projects under the "examples" directory in IDF. These example project directories can be copied to outside IDF in order to begin your own projects.
 
 Step 4: Building and flashing the application
 =============================================
index e8f8257b28630c10ef8d80d040b7d42ed82a3874..33164f248d7faf64f0238e206ae1e6b8e61afb22 100644 (file)
@@ -130,6 +130,9 @@ This will download ``esp-idf-template`` project into ``~/esp/myapp`` directory.
 
 **IMPORTANT:** The esp-idf build system does not support spaces in paths to esp-idf or to projects.
 
+You can also find a range of example projects under the "examples" directory in IDF. These example project directories can be copied to outside IDF in order to begin your own projects.
+
+
 Step 4: Building and flashing the application
 =============================================
 
index 9499b88b506a55b8988863365c8e920566e506b0..16b46732a78418f38e93b557e40c5a1f7531d609 100644 (file)
@@ -50,6 +50,9 @@ The process is the same as for checking out the ESP-IDF from github. Change to t
 
 **IMPORTANT:** The esp-idf build system does not support spaces in paths to esp-idf or to projects.
 
+You can also find a range of example projects under the "examples" directory in IDF. These example project directories can be copied to outside IDF in order to begin your own projects.
+
+
 Step 4: Configuring the project
 ===============================