Unverified Commit 7ad6bc1b authored by Marcel Stör's avatar Marcel Stör Committed by GitHub
Browse files

Upgrade toolchains (#2869)

parent b5146f88
...@@ -6,7 +6,7 @@ THIS_MK_FILE:=$(notdir $(lastword $(MAKEFILE_LIST))) ...@@ -6,7 +6,7 @@ THIS_MK_FILE:=$(notdir $(lastword $(MAKEFILE_LIST)))
THIS_DIR:=$(abspath $(dir $(lastword $(MAKEFILE_LIST)))) THIS_DIR:=$(abspath $(dir $(lastword $(MAKEFILE_LIST))))
IDF_PATH=$(THIS_DIR)/sdk/esp32-esp-idf IDF_PATH=$(THIS_DIR)/sdk/esp32-esp-idf
TOOLCHAIN_VERSION:=20181106.0 TOOLCHAIN_VERSION:=20181106.1
PLATFORM:=linux-x86_64 PLATFORM:=linux-x86_64
ESP32_BIN:=$(THIS_DIR)/tools/toolchains/esp32-$(PLATFORM)-$(TOOLCHAIN_VERSION)/bin ESP32_BIN:=$(THIS_DIR)/tools/toolchains/esp32-$(PLATFORM)-$(TOOLCHAIN_VERSION)/bin
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment