Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
7ad6bc1b
Unverified
Commit
7ad6bc1b
authored
Aug 01, 2019
by
Marcel Stör
Committed by
GitHub
Aug 01, 2019
Browse files
Upgrade toolchains (#2869)
parent
b5146f88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
7ad6bc1b
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment