first commit

This commit is contained in:
2026-05-27 11:08:40 +03:00
commit 84e9008d36
2 changed files with 65 additions and 0 deletions
+19
View File
@@ -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"
}
+46
View File
@@ -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
}