This is an automated email from the ASF dual-hosted git repository. sara pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit d4483ac8084be411d04993580d931c5084158b3f Author: Abdelatif Guettouche <[email protected]> AuthorDate: Mon Jul 26 21:16:30 2021 +0200 Documentation/esp32: Use the latest tag when building the toolchain. Signed-off-by: Abdelatif Guettouche <[email protected]> --- Documentation/platforms/xtensa/esp32/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/platforms/xtensa/esp32/index.rst b/Documentation/platforms/xtensa/esp32/index.rst index 9846524..6bec46e 100644 --- a/Documentation/platforms/xtensa/esp32/index.rst +++ b/Documentation/platforms/xtensa/esp32/index.rst @@ -37,7 +37,7 @@ build the toolchain with crosstool-NG on Linux are as follows $ git clone https://github.com/espressif/crosstool-NG.git $ cd crosstool-NG - $ git checkout esp-2019r2 + $ git checkout esp-2021r1 $ git submodule update --init $ ./bootstrap && ./configure --enable-local && make @@ -49,8 +49,8 @@ build the toolchain with crosstool-NG on Linux are as follows $ export PATH="crosstool-NG/builds/xtensa-esp32-elf/bin:$PATH" -These steps are given in setup guide in -`ESP-IDF repository <https://docs.espressif.com/projects/esp-idf/en/latest/get-started/linux-setup-scratch.html>`_. +These steps are given in the setup guide in +`ESP-IDF documentation <https://docs.espressif.com/projects/esp-idf/en/latest/get-started/linux-setup-scratch.html>`_. Flashing ========
