]> granicus.if.org Git - esp-idf/commitdiff
windows: Update windows prereq script & precompiled environment download
authorAngus Gratton <angus@espressif.com>
Mon, 18 Sep 2017 08:26:57 +0000 (18:26 +1000)
committerAngus Gratton <gus@projectgus.com>
Mon, 18 Sep 2017 08:26:57 +0000 (18:26 +1000)
docs/get-started/windows-setup.rst
tools/windows/windows_install_prerequisites.sh

index 6d4a5ab3fd428924d52c1ef07781c063b05703dc..b5523e21248b86f0d1e43efc6567af7fd6e53ee5 100644 (file)
@@ -13,7 +13,7 @@ Toolchain Setup
 
 The quick setup is to download the Windows all-in-one toolchain & MSYS zip file from dl.espressif.com:
 
-https://dl.espressif.com/dl/esp32_win32_msys2_environment_and_toolchain-20170330.zip
+https://dl.espressif.com/dl/esp32_win32_msys2_environment_and_toolchain-20170918.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 5bdf280ee01e3d44ea41f5b424e4900557d5e16a..165977b0a5e2ef044d2bef8a9d386c48868d560a 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-70-gfa0bad1-5.2.0.zip
+TOOLCHAIN_ZIP=xtensa-esp32-elf-win32-1.22.0-73-ge28a011-5.2.0.zip
 echo "Downloading precompiled toolchain ${TOOLCHAIN_ZIP}..."
 cd ~
 curl -LO --retry 10 http://dl.espressif.com/dl/${TOOLCHAIN_ZIP}