commit 84e9008d36a4b4f1bd8c677ca7bc74076070e8f5 Author: Sergei Gusenkov Date: Wed May 27 11:08:40 2026 +0300 first commit diff --git a/package.json b/package.json new file mode 100644 index 0000000..b1bff5d --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "tool-esptoolpy", + "description": "A serial utility to communicate & flash code to Espressif chips", + "keywords": [ + "tools", + "uploader", + "pioarduino", + "espressif", + "esp8266", + "esp32" + ], + "license": "GPL-2.0-or-later", + "repository": { + "type": "git", + "url": "https://github.com/pioarduino/esptool" + }, + "version": "5.1.2", + "date": "2026-01-16" +} \ No newline at end of file diff --git a/tools.json b/tools.json new file mode 100644 index 0000000..ae3f77e --- /dev/null +++ b/tools.json @@ -0,0 +1,46 @@ +{ + "tools": [ + { + "description": "A serial utility to communicate & flash code to Espressif chips", + "export_paths": [ + [ + "" + ] + ], + "export_vars": {}, + "info_url": "https://github.com/pioarduino/esptool", + "install": "always", + "license": "GPL-2.0-or-later", + "name": "tool-esptoolpy", + "platform_overrides": [ + { + "install": "always", + "platforms": [ + "win32", + "win64" + ] + } + ], + "supported_targets": [ + "all" + ], + "version_cmd": [ + "esptool", + "--version" + ], + "version_regex": "([0-9.]+)", + "versions": [ + { + "any": { + "sha256": "07295e31b0499a387f7315c2ce319e6d141bb8157461fe46fa914faeb8462ed1", + "size": 506890, + "url": "https://pioduino.netmesvoip.ru/pioduino/esptool/releases/download/5.1.2/esptool.zip" + }, + "name": "esptool", + "status": "recommended" + } + ] + } + ], + "version": 1 +}