From 78dbe3d24c7212a14170b4a1bd424d3706f1eeec Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Tue, 12 May 2026 22:49:46 +0200 Subject: [PATCH] Update debugger package versions in platform.json --- platform.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/platform.json b/platform.json index 454a4ed2c..1f257f472 100644 --- a/platform.json +++ b/platform.json @@ -84,15 +84,15 @@ "type": "debugger", "optional": true, "owner": "pioarduino", - "package-version": "16.3.0+20250913", - "version": "https://github.com/pioarduino/registry/releases/download/0.0.1/xtensa-esp-gdb-16.3_20250913.zip" + "package-version": "17.1.0+20260402", + "version": "https://github.com/pioarduino/registry/releases/download/0.0.1/xtensa-esp-gdb-17.1_20260402.zip" }, "tool-riscv32-esp-elf-gdb": { "type": "debugger", "optional": true, "owner": "pioarduino", - "package-version": "16.3.0+20250913", - "version": "https://github.com/pioarduino/registry/releases/download/0.0.1/riscv32-esp-gdb-16.3_20250913.zip" + "package-version": "17.1.0+20260402", + "version": "https://github.com/pioarduino/registry/releases/download/0.0.1/riscv32-esp-gdb-17.1_20260402.zip" }, "tool-esptoolpy": { "type": "uploader",