From f68362e78f2cda5e26faf546da2fab28f2094d8b Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Mon, 3 Dec 2018 13:35:13 -0800 Subject: [PATCH] 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. --- package/package_esp8266com_index.template.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/package/package_esp8266com_index.template.json b/package/package_esp8266com_index.template.json index 99f6ebd4d..fcd05c287 100644 --- a/package/package_esp8266com_index.template.json +++ b/package/package_esp8266com_index.template.json @@ -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",