]> granicus.if.org Git - esp-idf/commitdiff
README: Add Resources section with some links
authorAngus Gratton <angus@espressif.com>
Thu, 1 Sep 2016 00:04:30 +0000 (10:04 +1000)
committerAngus Gratton <angus@espressif.com>
Thu, 8 Sep 2016 03:41:19 +0000 (13:41 +1000)
README.md

index 0c7d437e2d2c656577d1cf6d3fb83d09b8528ce3..10fd72a3c3091657c51c5980112bf40fa6dec78f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -49,3 +49,11 @@ The simplest way to use the partition table is to `make menuconfig` and choose o
 In both cases the factory app is flashed at offset 0x10000. If you `make partition_table` then it will print a summary of the partition table.
 
 For more details about partition tables and how to create custom variations, view the `docs/partition_tables.rst` file.
+
+# Resources
+
+* The [docs directory of the esp-idf repository](https://github.com/espressif/esp-idf/tree/master/docs) contains esp-idf documentation.
+
+* The [esp32.com forum](http://esp32.com/) is a place to ask questions and find community resources.
+
+* [Check the Issues section on github](https://github.com/espressif/esp-idf/issues) if you find a bug or have a feature request. Please check existing Issues before opening a new one.