From 24f10eb164947fdd38b6225f72e752d5eb785391 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Mon, 17 Oct 2016 20:08:28 +0300 Subject: [PATCH] Switch to SDK 2.0.0 by default. Firmware built with SDK 2.0.0 can't be programmed to blank flash (will lead to bootloop), so affected parties should be prepared to flash esp_init_data_default.bin manually, or update their firmware to detect blank flash and initialize default data automatically (what previous versions of vendor SDK did themselves). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 13816c1..6ba856c 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ TOOLCHAIN = $(TOP)/xtensa-lx106-elf # Vendor SDK version to install, see VENDOR_SDK_ZIP_* vars below # for supported versions. -VENDOR_SDK = 1.5.4 +VENDOR_SDK = 2.0.0 .PHONY: crosstool-NG toolchain libhal libcirom sdk