File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 74
74
"tool-xtensa-esp-elf-gdb" : {
75
75
"type" : " debugger" ,
76
76
"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 "
79
79
},
80
80
"tool-riscv32-esp-elf-gdb" : {
81
81
"type" : " debugger" ,
82
82
"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 "
85
85
},
86
86
"tool-esptoolpy" : {
87
87
"type" : " uploader" ,
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ def install_tool(TOOL):
144
144
# Install debug tools if conditions match
145
145
if (variables .get ("build_type" ) or "debug" in "" .join (targets )) or variables .get ("upload_protocol" ):
146
146
for debug_tool in toolchain_data ["debug_tools" ]:
147
- self . packages [ debug_tool ][ "optional" ] = False
147
+ install_tool ( debug_tool )
148
148
install_tool ("tool-openocd-esp32" )
149
149
break # Exit loop once MCU is matched
150
150
You can’t perform that action at this time.
0 commit comments