diff --git a/Documentation/platforms/xtensa/esp32/index.rst b/Documentation/platforms/xtensa/esp32/index.rst index 98465240ba8..6bec46e0b74 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 `_. +These steps are given in the setup guide in +`ESP-IDF documentation `_. Flashing ========