Skip to content

Commit 84f415d

Browse files
committed
Add openocd-esp32 to tools
1 parent 802aa6a commit 84f415d

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

package/package_esp32_index.template.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@
6161
"name": "esptool_py",
6262
"version": "4.2.1"
6363
},
64+
{
65+
"packager": "esp32",
66+
"name": "openocd-esp32",
67+
"version": "v0.11.0-esp32-20220706"
68+
},
6469
{
6570
"packager": "esp32",
6671
"name": "mkspiffs",
@@ -350,6 +355,61 @@
350355
}
351356
]
352357
},
358+
{
359+
"name": "openocd-esp32",
360+
"version": "v0.11.0-esp32-20220706",
361+
"systems": [
362+
{
363+
"host": "i686-mingw32",
364+
"url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220706/openocd-esp32-win32-0.11.0-esp32-20220706.zip",
365+
"archiveFileName": "openocd-esp32-win32-0.11.0-esp32-20220706.zip",
366+
"checksum": "SHA-256:c3d39eb4365a9947e71f1d3780ce031185bc6437f21186568a5c05f23f57a8d0",
367+
"size": "2608736"
368+
},
369+
{
370+
"host": "x86_64-mingw32",
371+
"url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220706/openocd-esp32-win32-0.11.0-esp32-20220706.zip",
372+
"archiveFileName": "openocd-esp32-win32-0.11.0-esp32-20220706.zip",
373+
"checksum": "SHA-256:c3d39eb4365a9947e71f1d3780ce031185bc6437f21186568a5c05f23f57a8d0",
374+
"size": "2608736"
375+
},
376+
{
377+
"host": "x86_64-apple-darwin",
378+
"url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220706/openocd-esp32-macos-0.11.0-esp32-20220706.tar.gz",
379+
"archiveFileName": "openocd-esp32-macos-0.11.0-esp32-20220706.tar.gz",
380+
"checksum": "SHA-256:333ee2ec3c9b5dc6ad4509faae55335cdea7f8bf83a56bfcf5327e4497c8538a",
381+
"size": "2077882"
382+
},
383+
{
384+
"host": "x86_64-pc-linux-gnu",
385+
"url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220706/openocd-esp32-linux-amd64-0.11.0-esp32-20220706.tar.gz",
386+
"archiveFileName": "openocd-esp32-linux-amd64-0.11.0-esp32-20220706.tar.gz",
387+
"checksum": "SHA-256:26f1f18dd93eb70a13203848d3fb1cc2e0de1fd6749c7dd771b2de8709735aed",
388+
"size": "2011201"
389+
},
390+
{
391+
"host": "i686-pc-linux-gnu",
392+
"url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220706/openocd-esp32-linux-amd64-0.11.0-esp32-20220706.tar.gz",
393+
"archiveFileName": "openocd-esp32-linux-amd64-0.11.0-esp32-20220706.tar.gz",
394+
"checksum": "SHA-256:26f1f18dd93eb70a13203848d3fb1cc2e0de1fd6749c7dd771b2de8709735aed",
395+
"size": "2011201"
396+
},
397+
{
398+
"host": "arm-linux-gnueabihf",
399+
"url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220706/openocd-esp32-linux-armhf-0.11.0-esp32-20220706.tar.gz",
400+
"archiveFileName": "openocd-esp32-linux-armhf-0.11.0-esp32-20220706.tar.gz",
401+
"checksum": "SHA-256:7f3b57332104e8b8e6194553365a70a9d3754878cfc063d5dc5d839513a63de9",
402+
"size": "1902964"
403+
},
404+
{
405+
"host": "aarch64-linux-gnu",
406+
"url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220706/openocd-esp32-linux-arm64-0.11.0-esp32-20220706.tar.gz",
407+
"archiveFileName": "openocd-esp32-linux-arm64-0.11.0-esp32-20220706.tar.gz",
408+
"checksum": "SHA-256:f97792bc2852937ec0accb9f0eb2e49926c0f747a71f101a4e34aed75d2c6fcc",
409+
"size": "1954685"
410+
}
411+
]
412+
},
353413
{
354414
"version": "3.0.0-gnu12-dc7f933",
355415
"name": "mklittlefs",

0 commit comments

Comments
 (0)