]> granicus.if.org Git - esp-idf/commitdiff
Toolchain: Update to version 1.22.0-80-g6c4433a
authorAngus Gratton <angus@espressif.com>
Wed, 10 Jan 2018 03:29:10 +0000 (14:29 +1100)
committerbot <bot@espressif.com>
Wed, 10 Jan 2018 07:49:24 +0000 (07:49 +0000)
Includes updated prebuilt Windows MSYS2 environment.

docs/get-started/linux-setup.rst
docs/get-started/macos-setup.rst
docs/get-started/windows-setup-scratch.rst
docs/get-started/windows-setup.rst
make/project.mk
tools/windows/windows_install_prerequisites.sh

index ec3dbf62a2db8649e6a4310abd6b1f42ebbe6e63..17d49c93b6c9cf0f2dc3b9344d86594ae832d2c5 100644 (file)
@@ -28,17 +28,17 @@ ESP32 toolchain for Linux is available for download from Espressif website:
 
 - for 64-bit Linux:
 
-  https://dl.espressif.com/dl/xtensa-esp32-elf-linux64-1.22.0-75-gbaf03c2-5.2.0.tar.gz
+  https://dl.espressif.com/dl/xtensa-esp32-elf-linux64-1.22.0-80-g6c4433a-5.2.0.tar.gz
 
 - for 32-bit Linux:
 
-  https://dl.espressif.com/dl/xtensa-esp32-elf-linux32-1.22.0-75-gbaf03c2-5.2.0.tar.gz
+  https://dl.espressif.com/dl/xtensa-esp32-elf-linux32-1.22.0-80-g6c4433a-5.2.0.tar.gz
 
 1.  Download this file, then extract it in ``~/esp`` directory::
 
         mkdir -p ~/esp
         cd ~/esp
-        tar -xzf ~/Downloads/xtensa-esp32-elf-linux64-1.22.0-75-gbaf03c2-5.2.0.tar.gz
+        tar -xzf ~/Downloads/xtensa-esp32-elf-linux64-1.22.0-80-g6c4433a-5.2.0.tar.gz
 
 .. _setup-linux-toolchain-add-it-to-path:
 
index 3333ac17a791336812be1d2066ae4bcb81a7e61c..14764601b5c01a8e97c8a91d9fbf46213c26c4fe 100644 (file)
@@ -19,13 +19,13 @@ Toolchain Setup
 
 ESP32 toolchain for macOS is available for download from Espressif website:
 
-https://dl.espressif.com/dl/xtensa-esp32-elf-osx-1.22.0-75-gbaf03c2-5.2.0.tar.gz
+https://dl.espressif.com/dl/xtensa-esp32-elf-osx-1.22.0-80-g6c4433a-5.2.0.tar.gz
 
 Download this file, then extract it in ``~/esp`` directory::
 
     mkdir -p ~/esp
     cd ~/esp
-    tar -xzf ~/Downloads/xtensa-esp32-elf-osx-1.22.0-75-gbaf03c2-5.2.0.tar.gz
+    tar -xzf ~/Downloads/xtensa-esp32-elf-osx-1.22.0-80-g6c4433a-5.2.0.tar.gz
 
 .. _setup-macos-toolchain-add-it-to-path:
 
index ac343ef1e03ebaaf080e186900298dbc68577ee1..4c772eeb3fca62bd2f226c2b5dbffc176fc91fd5 100644 (file)
@@ -78,7 +78,7 @@ Alternative Setup: Just download a toolchain
 
 If you already have an MSYS2 install or want to do things differently, you can download just the toolchain here:
 
-https://dl.espressif.com/dl/xtensa-esp32-elf-win32-1.22.0-75-gbaf03c2-5.2.0.zip
+https://dl.espressif.com/dl/xtensa-esp32-elf-win32-1.22.0-80-g6c4433a-5.2.0.zip
 
 .. note::
 
index 858a7966af0b367dd7e8fca47fc702888c9d0320..b2404996ef0455750b82c22202b12781a169d95f 100644 (file)
@@ -13,7 +13,7 @@ Toolchain Setup
 
 The quick setup is to download the Windows all-in-one toolchain & MSYS2 zip file from dl.espressif.com:
 
-https://dl.espressif.com/dl/esp32_win32_msys2_environment_and_toolchain-20171123.zip
+https://dl.espressif.com/dl/esp32_win32_msys2_environment_and_toolchain-20180110.zip
 
 Unzip the zip file to ``C:\`` (or some other location, but this guide assumes ``C:\``) and it will create an ``msys32`` directory with a pre-prepared environment.
 
index b9a04a3b3f82792f3fb3a3714ac41d1428ca62a5..31f72bc5fad3ddf6d5dea9b051cf231563dbd04a 100644 (file)
@@ -527,7 +527,7 @@ TOOLCHAIN_COMMIT_DESC := $(shell $(CC) --version | sed -E -n 's|.*crosstool-ng-(
 TOOLCHAIN_GCC_VER := $(shell $(CC) --version | sed -E -n 's|xtensa-esp32-elf-gcc.*\ \(.*\)\ (.*)|\1|gp')
 
 # Officially supported version(s)
-SUPPORTED_TOOLCHAIN_COMMIT_DESC := 1.22.0-75-gbaf03c2
+SUPPORTED_TOOLCHAIN_COMMIT_DESC := 1.22.0-80-g6c4433a
 SUPPORTED_TOOLCHAIN_GCC_VERSIONS := 5.2.0
 
 ifdef TOOLCHAIN_COMMIT_DESC
index b43a7c5149c8583bb40fe4113ddcd8850c79176d..66ee2236dfd400c018e2b685f2026b98310cec26 100644 (file)
@@ -44,7 +44,7 @@ python -m pip install --upgrade pip
 pip install pyserial
 
 # Automatically download precompiled toolchain, unpack at /opt/xtensa-esp32-elf/
-TOOLCHAIN_ZIP=xtensa-esp32-elf-win32-1.22.0-75-gbaf03c2-5.2.0.zip
+TOOLCHAIN_ZIP=xtensa-esp32-elf-win32-1.22.0-80-g6c4433a-5.2.0.zip
 echo "Downloading precompiled toolchain ${TOOLCHAIN_ZIP}..."
 cd ~
 curl -LO --retry 10 http://dl.espressif.com/dl/${TOOLCHAIN_ZIP}