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
f93c9efa
"app/lua/vscode:/vscode.git/clone" did not exist on "09533fdf23c6f8cd94b05abb8f52ba1aade8ab33"
Unverified
Commit
f93c9efa
authored
Jun 20, 2020
by
Marcel Stör
Committed by
GitHub
Jun 20, 2020
Browse files
Bump toolchain to 20190731.0
parent
f4887bf1
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
f93c9efa
...
@@ -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
81106.1
TOOLCHAIN_VERSION
:=
201
90731.0
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