]> granicus.if.org Git - esp-idf/commitdiff
windows: Update precompiled env link & toolchain in setup script
authorAngus Gratton <angus@espressif.com>
Thu, 23 Nov 2017 00:55:23 +0000 (11:55 +1100)
committerAngus Gratton <gus@projectgus.com>
Thu, 23 Nov 2017 00:55:23 +0000 (11:55 +1100)
docs/get-started/windows-setup.rst
tools/windows/windows_install_prerequisites.sh

index 51e42b4db4b3715ce3bde49240d2d3ddb19a28ef..858a7966af0b367dd7e8fca47fc702888c9d0320 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-20170918.zip
+https://dl.espressif.com/dl/esp32_win32_msys2_environment_and_toolchain-20171123.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 e3f6cf9531410defe72a71fe384e49b79a7f1613..b43a7c5149c8583bb40fe4113ddcd8850c79176d 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-73-ge28a011-5.2.0.zip
+TOOLCHAIN_ZIP=xtensa-esp32-elf-win32-1.22.0-75-gbaf03c2-5.2.0.zip
 echo "Downloading precompiled toolchain ${TOOLCHAIN_ZIP}..."
 cd ~
 curl -LO --retry 10 http://dl.espressif.com/dl/${TOOLCHAIN_ZIP}