forked from espressif/arduino-esp32
move to binary esptool. Run get.py/get.exe to get it!
With this step we remove all dependencies, but git. Mac and Linux come with Python by default, so they will keep using get.py to update the toolchain and support binaries. Windows users have an "All point and click" installation option that requires only git and Arduino to be downloaded. Fingers crossed :)
This commit is contained in:
@ -34,6 +34,11 @@
|
||||
"packager": "esp32",
|
||||
"name": "xtensa-esp32-elf-gcc",
|
||||
"version": "1.22.0-61-gab8375a-5.2.0"
|
||||
},
|
||||
{
|
||||
"packager": "esp32",
|
||||
"name": "esptool",
|
||||
"version": "fe69994"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -72,6 +77,40 @@
|
||||
"size": "32734156"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "esptool",
|
||||
"version": "fe69994",
|
||||
"systems": [
|
||||
{
|
||||
"host": "i686-mingw32",
|
||||
"url": "https://dl.espressif.com/dl/esptool-fe69994-windows.zip",
|
||||
"archiveFileName": "esptool-fe69994-windows.zip",
|
||||
"checksum": "SHA-256:b2702efc045f5f61f821c72495301a0f2016e87e33f49fa16e262d0522d2b021",
|
||||
"size": "3389457"
|
||||
},
|
||||
{
|
||||
"host": "x86_64-apple-darwin",
|
||||
"url": "https://dl.espressif.com/dl/esptool-fe69994-macos.tar.gz",
|
||||
"archiveFileName": "esptool-fe69994-macos.tar.gz",
|
||||
"checksum": "SHA-256:49ab32fbdf4f855925638d4b76ffd292255a47c4445b1069737f7151f66a03aa",
|
||||
"size": "3886730"
|
||||
},
|
||||
{
|
||||
"host": "x86_64-pc-linux-gnu",
|
||||
"url": "https://dl.espressif.com/dl/esptool-fe69994-linux64.tar.gz",
|
||||
"archiveFileName": "esptool-fe69994-linux64.tar.gz",
|
||||
"checksum": "SHA-256:6ff54604bb3e1af39a7dd4f0e54b02b0f48bcd8a0b9259bc202385fdea573e05",
|
||||
"size": "3937680"
|
||||
},
|
||||
{
|
||||
"host": "i686-pc-linux-gnu",
|
||||
"url": "https://dl.espressif.com/dl/esptool-fe69994-linux32.tar.gz",
|
||||
"archiveFileName": "esptool-fe69994-linux32.tar.gz",
|
||||
"checksum": "SHA-256:4912aa39b3b78fbe4f959c496e52968b207e66e92cf186ad583812526a455f48",
|
||||
"size": "3766885"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user