Merge branch 'docs/add_windows_sutup_gcc_url' into 'master'

get-started: add GCC download URL to docs

See merge request sdk/ESP8266_RTOS_SDK!1131
This commit is contained in:
Dong Heng
2019-10-14 19:37:45 +08:00

View File

@ -17,6 +17,17 @@ https://dl.espressif.com/dl/esp32_win32_msys2_environment_and_toolchain-20181001
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.
Download the toolchain for the ESP8266
--------------------------------------
v5.2.0
https://dl.espressif.com/dl/xtensa-lx106-elf-win32-1.22.0-100-ge567ec7-5.2.0.zip
If you are still using old version SDK(< 3.0), please use toolchain v4.8.5, as following:
https://dl.espressif.com/dl/xtensa-lx106-elf-win32-1.22.0-88-gde0bdc1-4.8.5.tar.gz
Check it Out
============