From 89ecaadb99e6006644da7635cd447007090d2fca Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Tue, 11 Oct 2016 18:45:03 +0300 Subject: [PATCH] Switched SDK 2.0.0 from archive 16_07_19 to 16_08_10. Checked that the only change is addition of "Espressif MIT" license blurb to various header and source files. The libraries stay exactly the same (and thus patch_16_08_09 is still needed). --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9c75fd1..3af8356 100644 --- a/Makefile +++ b/Makefile @@ -23,8 +23,8 @@ UNZIP = unzip -q -o VENDOR_SDK_ZIP = $(VENDOR_SDK_ZIP_$(VENDOR_SDK)) VENDOR_SDK_DIR = $(VENDOR_SDK_DIR_$(VENDOR_SDK)) -VENDOR_SDK_ZIP_2.0.0 = ESP8266_NONOS_SDK_V2.0.0_16_07_19.zip -VENDOR_SDK_DIR_2.0.0 = ESP8266_NONOS_SDK_V2.0.0_16_07_19 +VENDOR_SDK_ZIP_2.0.0 = ESP8266_NONOS_SDK_V2.0.0_16_08_10.zip +VENDOR_SDK_DIR_2.0.0 = ESP8266_NONOS_SDK_V2.0.0_16_08_10 VENDOR_SDK_ZIP_1.5.4 = ESP8266_NONOS_SDK_V1.5.4_16_05_20.zip VENDOR_SDK_DIR_1.5.4 = ESP8266_NONOS_SDK_V1.5.4_16_05_20 VENDOR_SDK_ZIP_1.5.3 = ESP8266_NONOS_SDK_V1.5.3_16_04_18.zip @@ -337,6 +337,10 @@ ifeq ($(STANDALONE),y) $(TOOLCHAIN)/xtensa-lx106-elf/sysroot/usr/include/ endif +# The only change wrt to ESP8266_NONOS_SDK_V2.0.0_16_07_19.zip is licensing blurb in source/ +# header files. Libs are the same (and patch is required just the same). +ESP8266_NONOS_SDK_V2.0.0_16_08_10.zip: + wget --content-disposition "http://bbs.espressif.com/download/file.php?id=1690" ESP8266_NONOS_SDK_V2.0.0_16_07_19.zip: wget --content-disposition "http://bbs.espressif.com/download/file.php?id=1613" ESP8266_NONOS_SDK_V1.5.4_16_05_20.zip: