]> granicus.if.org Git - esp-idf/commitdiff
windows: Update toolchain & MSYS package download links
authorAngus Gratton <angus@espressif.com>
Tue, 12 Sep 2017 03:09:19 +0000 (13:09 +1000)
committerIvan Grokhotkov <ivan@espressif.com>
Wed, 13 Sep 2017 09:27:47 +0000 (17:27 +0800)
docs/get-started/windows-setup-scratch.rst
tools/windows/windows_install_prerequisites.sh

index c397e552bdf2116c98f9ac5d47887b5f8b8d90f5..94f883d173aaf2fea88205671827f43fbd1df126 100644 (file)
@@ -72,7 +72,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-70-gfa0bad1-5.2.0.tar.gz
+https://dl.espressif.com/dl/xtensa-esp32-elf-win32-1.22.0-70-gfa0bad1-5.2.0.zip
 
 .. note::
 
index e2a757eaa7e1c2eb94797a38712977c9b14bfad2..5bdf280ee01e3d44ea41f5b424e4900557d5e16a 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-61-gab8375a-5.2.0.zip
+TOOLCHAIN_ZIP=xtensa-esp32-elf-win32-1.22.0-70-gfa0bad1-5.2.0.zip
 echo "Downloading precompiled toolchain ${TOOLCHAIN_ZIP}..."
 cd ~
 curl -LO --retry 10 http://dl.espressif.com/dl/${TOOLCHAIN_ZIP}