Skip to content

Commit faee6ac

Browse files
authored
New gdb v16.2 (#156)
1 parent 3f2bba1 commit faee6ac

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

platform.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@
7474
"tool-xtensa-esp-elf-gdb": {
7575
"type": "debugger",
7676
"optional": true,
77-
"owner": "platformio",
78-
"version": "14.2.0+20240403"
77+
"owner": "pioarduino",
78+
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/xtensa-esp-gdb-v16.2_20250324.zip"
7979
},
8080
"tool-riscv32-esp-elf-gdb": {
8181
"type": "debugger",
8282
"optional": true,
83-
"owner": "platformio",
84-
"version": "14.2.0+20240403"
83+
"owner": "pioarduino",
84+
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/riscv32-esp-gdb-v16.2_20250324.zip"
8585
},
8686
"tool-esptoolpy": {
8787
"type": "uploader",

platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def install_tool(TOOL):
140140
# Install debug tools if conditions match
141141
if (variables.get("build_type") or "debug" in "".join(targets)) or variables.get("upload_protocol"):
142142
for debug_tool in toolchain_data["debug_tools"]:
143-
self.packages[debug_tool]["optional"] = False
143+
install_tool(debug_tool)
144144
install_tool("tool-openocd-esp32")
145145
break # Exit loop once MCU is matched
146146

0 commit comments

Comments
 (0)