Skip to content

Commit f68362e

Browse files
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.
1 parent f770d1a commit f68362e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

package/package_esp8266com_index.template.json

+14
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,13 @@
133133
"version": "0.4.13",
134134
"name": "esptool",
135135
"systems": [
136+
{
137+
"url": "https://github.com/igrr/esptool-ck/releases/download/0.4.13/esptool-0.4.13-win32.zip",
138+
"checksum": "SHA-256:17c1035aacd8f6dbfbc04ed899f5db0ceba60820592705a9c6011476ab8d1687",
139+
"host": "x86_64-mingw32",
140+
"archiveFileName": "esptool-0.4.13-win32.zip",
141+
"size": "16660"
142+
},
136143
{
137144
"url": "https://github.com/igrr/esptool-ck/releases/download/0.4.13/esptool-0.4.13-win32.zip",
138145
"checksum": "SHA-256:17c1035aacd8f6dbfbc04ed899f5db0ceba60820592705a9c6011476ab8d1687",
@@ -236,6 +243,13 @@
236243
"archiveFileName": "mkspiffs-0.2.0-no_magic_length-windows.zip",
237244
"size": "347038"
238245
},
246+
{
247+
"url": "https://github.com/igrr/mkspiffs/releases/download/0.2.0/mkspiffs-0.2.0-no_magic_length-windows.zip",
248+
"checksum": "SHA-256:4fbe17d2be4229c0eebb3939d14e9d96e74ba17724ab34276eb6d019006ce900",
249+
"host": "x86_64-mingw32",
250+
"archiveFileName": "mkspiffs-0.2.0-no_magic_length-windows.zip",
251+
"size": "347038"
252+
},
239253
{
240254
"url": "https://github.com/igrr/mkspiffs/releases/download/0.2.0/mkspiffs-0.2.0-no_magic_length-osx.tar.gz",
241255
"checksum": "SHA-256:e784d0b60c8b0ddc28e6467f5bffb7ae50db0a52c46b9ca18e71de0bf7f40a4d",

0 commit comments

Comments
 (0)