]> granicus.if.org Git - esp-idf/commitdiff
tools.json: add idf.py.exe
authorIvan Grokhotkov <ivan@espressif.com>
Fri, 10 May 2019 10:12:19 +0000 (18:12 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Mon, 1 Jul 2019 12:51:44 +0000 (14:51 +0200)
tools/tools.json

index 3d0941660f7568fba17e8e7f04f811047adc3e21..e96040307a7abe85536f8b4a63b69e2ede6e9734 100644 (file)
         }
       ]
     },
+    {
+      "description": "IDF wrapper tool for Windows",
+      "export_paths": [
+        [
+          ""
+        ]
+      ],
+      "export_vars": {},
+      "info_url": "https://github.com/espressif/esp-idf/tree/master/tools/windows/idf_exe",
+      "install": "never",
+      "license": "Apache-2.0",
+      "name": "idf-exe",
+      "platform_overrides": [
+        {
+          "install": "always",
+          "platforms": [
+            "win32",
+            "win64"
+          ]
+        }
+      ],
+      "version_cmd": [
+        "idf.py.exe",
+        "-v"
+      ],
+      "version_regex": "([0-9.]+)",
+      "versions": [
+        {
+          "name": "1.0",
+          "status": "recommended",
+          "win32": {
+            "sha256": "83a83ac7a246cbae93884db7c5f2ef9a7607d602340b1cf1e64ec2a925071748",
+            "size": 11289,
+            "url": "https://dl.espressif.com/dl/idf-exe-v1.0.zip"
+          },
+          "win64": {
+            "sha256": "83a83ac7a246cbae93884db7c5f2ef9a7607d602340b1cf1e64ec2a925071748",
+            "size": 11289,
+            "url": "https://dl.espressif.com/dl/idf-exe-v1.0.zip"
+          }
+        }
+      ]
+    },
     {
       "description": "Ccache (compiler cache)",
       "export_paths": [