Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-esp32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-esp32
Commits
a8ccbd40
Unverified
Commit
a8ccbd40
authored
Jun 28, 2018
by
Me No Dev
Committed by
GitHub
Jun 28, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update esptool to be compatible with the packager (#1554)
parent
58bdebc5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
11 deletions
+32
-11
package/package_esp32_index.template.json
package/package_esp32_index.template.json
+31
-10
platform.txt
platform.txt
+1
-1
No files found.
package/package_esp32_index.template.json
View file @
a8ccbd40
...
...
@@ -38,7 +38,7 @@
{
"packager"
:
"esp32"
,
"name"
:
"esptool"
,
"version"
:
"da31d9d"
"version"
:
"da31d9d
2
"
},
{
"packager"
:
"esp32"
,
...
...
@@ -85,21 +85,42 @@
},
{
"name"
:
"esptool"
,
"version"
:
"da31d9d"
,
"version"
:
"da31d9d
2
"
,
"systems"
:
[
{
"host"
:
"i686-mingw32"
,
"url"
:
"https://dl.espressif.com/dl/esptool-da31d9d-windows.zip"
,
"archiveFileName"
:
"esptool-da31d9d-windows.zip"
,
"checksum"
:
"SHA-256:
6476f4d6e33a59167dea364e177d97167316253d2c9ac75f81b469ecb3ed3875
"
,
"size"
:
"339
592
5"
"url"
:
"https://dl.espressif.com/dl/esptool-da31d9d
2
-windows.zip"
,
"archiveFileName"
:
"esptool-da31d9d
2
-windows.zip"
,
"checksum"
:
"SHA-256:
5e3b5154b9adaf38aeb580222b434bf6e9381a8b989e227f3ad6b2cecc56a57b
"
,
"size"
:
"339
608
5"
},
{
"host"
:
"x86_64-apple-darwin"
,
"url"
:
"https://dl.espressif.com/dl/esptool-da31d9d-macos.tar.gz"
,
"archiveFileName"
:
"esptool-da31d9d-macos.tar.gz"
,
"checksum"
:
"SHA-256:76d53298366a294235356bb8d197a81b2afbfd62642851bfbaee252cc593faa9"
,
"size"
:
"3810904"
"url"
:
"https://dl.espressif.com/dl/esptool-da31d9d2-macos.tar.gz"
,
"archiveFileName"
:
"esptool-da31d9d2-macos.tar.gz"
,
"checksum"
:
"SHA-256:00f2c16e3b44064596e883fcb20392c9e52ebf74484672170fbeb4c6641e37cc"
,
"size"
:
"3810936"
},
{
"host"
:
"x86_64-pc-linux-gnu"
,
"url"
:
"https://dl.espressif.com/dl/esptool-da31d9d2-linux.tar.gz"
,
"archiveFileName"
:
"esptool-da31d9d2-linux.tar.gz"
,
"checksum"
:
"SHA-256:a8a23028bde25b25fae39554b4e6138592ef18e099bfeb239b4a003a2ae3f55c"
,
"size"
:
"39563"
},
{
"host"
:
"i686-pc-linux-gnu"
,
"url"
:
"https://dl.espressif.com/dl/esptool-da31d9d2-linux.tar.gz"
,
"archiveFileName"
:
"esptool-da31d9d2-linux.tar.gz"
,
"checksum"
:
"SHA-256:a8a23028bde25b25fae39554b4e6138592ef18e099bfeb239b4a003a2ae3f55c"
,
"size"
:
"39563"
},
{
"host"
:
"arm-linux-gnueabihf"
,
"url"
:
"https://dl.espressif.com/dl/esptool-da31d9d2-linux.tar.gz"
,
"archiveFileName"
:
"esptool-da31d9d2-linux.tar.gz"
,
"checksum"
:
"SHA-256:a8a23028bde25b25fae39554b4e6138592ef18e099bfeb239b4a003a2ae3f55c"
,
"size"
:
"39563"
}
]
},
...
...
platform.txt
View file @
a8ccbd40
...
...
@@ -3,7 +3,7 @@ version=0.0.1
runtime.tools.xtensa-esp32-elf-gcc.path={runtime.platform.path}/tools/xtensa-esp32-elf
tools.esptool.path={runtime.platform.path}/tools
tools.esptool.path={runtime.platform.path}/tools
/esptool
tools.esptool.cmd=esptool
tools.esptool.cmd.linux=esptool.py
tools.esptool.cmd.windows=esptool.exe
...
...
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