From d2c02c901a5980a567d42d39dc94afd2e1a15895 Mon Sep 17 00:00:00 2001 From: Alexey Gerenkov Date: Tue, 21 Mar 2023 15:44:53 +0300 Subject: [PATCH] tools: Add OpenOCD v0.12.0-esp32-20230313 binaries for win64 platform --- tools/tools.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/tools.json b/tools/tools.json index 4866c7f94f..a6e3f295bd 100644 --- a/tools/tools.json +++ b/tools/tools.json @@ -774,6 +774,11 @@ "sha256": "46580ccb9cc00d76c419636b884c5cc57422124a0a0f755595218f30b92884fa", "size": 2492151, "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.12.0-esp32-20230313/openocd-esp32-win32-0.12.0-esp32-20230313.zip" + }, + "win64": { + "sha256": "46580ccb9cc00d76c419636b884c5cc57422124a0a0f755595218f30b92884fa", + "size": 2492151, + "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.12.0-esp32-20230313/openocd-esp32-win32-0.12.0-esp32-20230313.zip" } } ]