From d53000494e1e304173b828e7ed70ec21b9a07d42 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Tue, 29 Aug 2023 12:49:49 +0200 Subject: [PATCH] GDB packages 12x --- platform.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/platform.json b/platform.json index 111904478..49cadbebf 100644 --- a/platform.json +++ b/platform.json @@ -82,6 +82,18 @@ "optional": true, "owner": "platformio", "version": "~1.23500.0" + }, + "tool-xtensa-esp-elf-gdb": { + "type": "debugger", + "optional": true, + "owner": "espressif", + "version": "~12.1.0" + }, + "tool-riscv32-esp-elf-gdb": { + "type": "debugger", + "optional": true, + "owner": "espressif", + "version": "~12.1.0" }, "tool-esptoolpy": { "type": "uploader",