From 554b77bd5657ee3490be62ce18ef764f9c8f1fca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Aracil=20G=C3=B3mez=20del=20Campo?= Date: Fri, 16 Jun 2017 17:34:47 +0200 Subject: [PATCH 1/3] Update README.md, merges #706 Signed-off-by: krzychb --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 287d3d05c..8463a131c 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ You don't need to run `make all` before running `make flash`, `make flash` will ## Viewing Serial Output -The `make monitor` target uses the [idf_monitor tool](http://esp-idf.readthedocs.io/en/latest/idf-monitor.html) to display serial output from the ESP32. idf_monitor also has a range of features to decode crash output and interact with the device. [Check the documentation page for details](http://esp-idf.readthedocs.io/en/latest/idf-monitor.html). +The `make monitor` target uses the [idf_monitor tool](http://esp-idf.readthedocs.io/en/latest/get-started/idf-monitor.html) to display serial output from the ESP32. idf_monitor also has a range of features to decode crash output and interact with the device. [Check the documentation page for details](http://esp-idf.readthedocs.io/en/latest/get-started/idf-monitor.html). Exit the monitor by typing Ctrl-]. @@ -112,5 +112,5 @@ This can be combined with other targets, ie `make erase_flash flash` will erase * [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. -* If you're interested in contributing to ESP-IDF, please check the [Contributions Guide](http://esp-idf.readthedocs.io/en/latest/contributing.html>). +* If you're interested in contributing to ESP-IDF, please check the [Contributions Guide](http://esp-idf.readthedocs.io/en/latest/contribute/index.html). From 05f56d1d25a3e9b74c1c14dbc591566cc2b8cc0f Mon Sep 17 00:00:00 2001 From: krzychb Date: Mon, 19 Jun 2017 22:12:54 +0200 Subject: [PATCH 2/3] [TW#13322] Typo in documentation, fixes #694 --- components/driver/include/driver/gpio.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/driver/include/driver/gpio.h b/components/driver/include/driver/gpio.h index 53f2021a1..af727a8d7 100644 --- a/components/driver/include/driver/gpio.h +++ b/components/driver/include/driver/gpio.h @@ -130,10 +130,10 @@ typedef enum { GPIO_NUM_0 = 0, /*!< GPIO0, input and output */ GPIO_NUM_1 = 1, /*!< GPIO1, input and output */ GPIO_NUM_2 = 2, /*!< GPIO2, input and output - @note There are more enumerations like that + @note There are more enumerations like that up to GPIO39, excluding GPIO20, GPIO24 and GPIO28..31. - They are not shown here to reduce redundant information. - @note GPIO34..29 are input mode only. */ + They are not shown here to reduce redundant information. + @note GPIO34..39 are input mode only. */ /** @cond */ GPIO_NUM_3 = 3, /*!< GPIO3, input and output */ GPIO_NUM_4 = 4, /*!< GPIO4, input and output */ From 9edf376bc3c407035f20b7ec69ad2dbe483fc296 Mon Sep 17 00:00:00 2001 From: krzychb Date: Mon, 19 Jun 2017 22:15:05 +0200 Subject: [PATCH 3/3] Fixed link to JTAG Debugging for ESP32 --- docs/hw-reference/modules-and-boards.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hw-reference/modules-and-boards.rst b/docs/hw-reference/modules-and-boards.rst index 7263ef1a4..5c3de425e 100644 --- a/docs/hw-reference/modules-and-boards.rst +++ b/docs/hw-reference/modules-and-boards.rst @@ -86,6 +86,6 @@ V2 boards have a shiny black finish and a male camera header, while V3 boards ha * `FTDI Virtual COM Port Drivers`_ -.. _JTAG Debugging for ESP32: https://github.com/espressif/esp-idf/ +.. _JTAG Debugging for ESP32: http://espressif.com/sites/default/files/documentation/jtag_debugging_for_esp32_en.pdf .. _FTDI Virtual COM Port Drivers: http://www.ftdichip.com/Drivers/D2XX.htm