1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-06 05:21:22 +03:00

Add in Win64 pointers to Win32 tools (#5427)

Some needed tools are not yet built for Win64, so use the Win32 binaries.
Add them to the platform.json file so get.py and Arduino can find them.
This commit is contained in:
Earle F. Philhower, III 2018-12-03 13:35:13 -08:00 committed by GitHub
parent f770d1a213
commit f68362e78f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,6 +133,13 @@
"version": "0.4.13",
"name": "esptool",
"systems": [
{
"url": "https://github.com/igrr/esptool-ck/releases/download/0.4.13/esptool-0.4.13-win32.zip",
"checksum": "SHA-256:17c1035aacd8f6dbfbc04ed899f5db0ceba60820592705a9c6011476ab8d1687",
"host": "x86_64-mingw32",
"archiveFileName": "esptool-0.4.13-win32.zip",
"size": "16660"
},
{
"url": "https://github.com/igrr/esptool-ck/releases/download/0.4.13/esptool-0.4.13-win32.zip",
"checksum": "SHA-256:17c1035aacd8f6dbfbc04ed899f5db0ceba60820592705a9c6011476ab8d1687",
@ -236,6 +243,13 @@
"archiveFileName": "mkspiffs-0.2.0-no_magic_length-windows.zip",
"size": "347038"
},
{
"url": "https://github.com/igrr/mkspiffs/releases/download/0.2.0/mkspiffs-0.2.0-no_magic_length-windows.zip",
"checksum": "SHA-256:4fbe17d2be4229c0eebb3939d14e9d96e74ba17724ab34276eb6d019006ce900",
"host": "x86_64-mingw32",
"archiveFileName": "mkspiffs-0.2.0-no_magic_length-windows.zip",
"size": "347038"
},
{
"url": "https://github.com/igrr/mkspiffs/releases/download/0.2.0/mkspiffs-0.2.0-no_magic_length-osx.tar.gz",
"checksum": "SHA-256:e784d0b60c8b0ddc28e6467f5bffb7ae50db0a52c46b9ca18e71de0bf7f40a4d",