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
6fe68679
Commit
6fe68679
authored
Jun 20, 2020
by
Marcel Stör
Browse files
Revert "Bump toolchain to 20190731.0"
This reverts commit
f93c9efa
.
parent
f93c9efa
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
6fe68679
...
@@ -9,7 +9,7 @@ THIS_DIR:=$(abspath $(dir $(lastword $(MAKEFILE_LIST))))
...
@@ -9,7 +9,7 @@ THIS_DIR:=$(abspath $(dir $(lastword $(MAKEFILE_LIST))))
IDF_PATH
=
$(THIS_DIR)
/sdk/esp32-esp-idf
IDF_PATH
=
$(THIS_DIR)
/sdk/esp32-esp-idf
TOOLCHAIN_RELEASES_BASEURL
:=
https://github.com/jmattsson/esp-toolchains/releases/
TOOLCHAIN_RELEASES_BASEURL
:=
https://github.com/jmattsson/esp-toolchains/releases/
TOOLCHAIN_VERSION
:=
201
90731.0
TOOLCHAIN_VERSION
:=
201
81106.1
PLATFORM
:=
linux-
$(
shell
uname
--machine
)
PLATFORM
:=
linux-
$(
shell
uname
--machine
)
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