From 58ca48313fc6b417e75cb94c86d484fd873c223d Mon Sep 17 00:00:00 2001 From: Alexey Gerenkov Date: Mon, 26 Jul 2021 14:15:48 +0300 Subject: [PATCH] tools: Updates OpenOCD version to 'v0.10.0-esp32-20210721' --- tools/test_idf_tools/test_idf_tools.py | 2 +- tools/tools.json | 32 +++++++++++++------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/tools/test_idf_tools/test_idf_tools.py b/tools/test_idf_tools/test_idf_tools.py index dc86feb04e..41b4313876 100755 --- a/tools/test_idf_tools/test_idf_tools.py +++ b/tools/test_idf_tools/test_idf_tools.py @@ -58,7 +58,7 @@ XTENSA_ESP32S3_ELF = 'xtensa-esp32s3-elf' ESP32ULP_VERSION = '2.28.51-esp-20191205' ESP32S2ULP_VERSION = '2.28.51-esp-20191205' -OPENOCD_VERSION = 'v0.10.0-esp32-20210401' +OPENOCD_VERSION = 'v0.10.0-esp32-20210721' RISCV_ELF_VERSION = 'esp-2021r1-8.4.0' XTENSA_ESP32_ELF_VERSION = 'esp-2021r1-8.4.0' XTENSA_ESP32S2_ELF_VERSION = 'esp-2021r1-8.4.0' diff --git a/tools/tools.json b/tools/tools.json index e06ec153af..b109f2d397 100644 --- a/tools/tools.json +++ b/tools/tools.json @@ -464,31 +464,31 @@ "versions": [ { "linux-amd64": { - "sha256": "0973c2503909af3e430b7a2309b6162ca375671ab2b22e37cba5159eea142139", - "size": 1773107, - "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210401/openocd-esp32-linux64-0.10.0-esp32-20210401.tar.gz" + "sha256": "4a47edaa77c9593856f394a129f5969b786ea0a78a089c11fccb3f2f4cd3ba19", + "size": 1801109, + "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210721/openocd-esp32-linux64-0.10.0-esp32-20210721.tar.gz" }, "linux-armel": { - "sha256": "3703401322cc51f85cb44e3a14a788fdc45883051eac3428b4d7bdf323dee2c7", - "size": 1829351, - "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210401/openocd-esp32-armel-0.10.0-esp32-20210401.tar.gz" + "sha256": "5e20031e1df2efd0a4f41925c6a8afda43ddb2327c353e352d5b8eed1e2d836b", + "size": 1833373, + "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210721/openocd-esp32-armel-0.10.0-esp32-20210721.tar.gz" }, "macos": { - "sha256": "cb9e8d486197fc6e8080fde089fa3e92770f8c7af01971a57d4ca9b424264b63", - "size": 1859246, - "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210401/openocd-esp32-macos-0.10.0-esp32-20210401.tar.gz" + "sha256": "2315202693aa35efc78d41bb2db48dd14ae1821a5fd2bb8c2c044908f170648a", + "size": 1909600, + "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210721/openocd-esp32-macos-0.10.0-esp32-20210721.tar.gz" }, - "name": "v0.10.0-esp32-20210401", + "name": "v0.10.0-esp32-20210721", "status": "recommended", "win32": { - "sha256": "931bc4c4587e0713d4fc4fbc81b9a79c8228268e61fcd14b2bdcb2f8bd519ef9", - "size": 2253723, - "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210401/openocd-esp32-win32-0.10.0-esp32-20210401.zip" + "sha256": "ea9859004f49d7a192f65efa3e3c2ca2434454d5a7834485273673086f18e012", + "size": 2280686, + "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210721/openocd-esp32-win32-0.10.0-esp32-20210721.zip" }, "win64": { - "sha256": "931bc4c4587e0713d4fc4fbc81b9a79c8228268e61fcd14b2bdcb2f8bd519ef9", - "size": 2253723, - "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210401/openocd-esp32-win32-0.10.0-esp32-20210401.zip" + "sha256": "ea9859004f49d7a192f65efa3e3c2ca2434454d5a7834485273673086f18e012", + "size": 2280686, + "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210721/openocd-esp32-win32-0.10.0-esp32-20210721.zip" } } ]