Skip to content

Commit f03a984

Browse files
authored
Use new GDB 16.2 (#154)
1 parent 6c76995 commit f03a984

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
@@ -144,7 +144,7 @@ def install_tool(TOOL):
144144
# Install debug tools if conditions match
145145
if (variables.get("build_type") or "debug" in "".join(targets)) or variables.get("upload_protocol"):
146146
for debug_tool in toolchain_data["debug_tools"]:
147-
self.packages[debug_tool]["optional"] = False
147+
install_tool(debug_tool)
148148
install_tool("tool-openocd-esp32")
149149
break # Exit loop once MCU is matched
150150

0 commit comments

Comments
 (0)