File tree 2 files changed +5
-5
lines changed
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 @@ -140,7 +140,7 @@ def install_tool(TOOL):
140
140
# Install debug tools if conditions match
141
141
if (variables .get ("build_type" ) or "debug" in "" .join (targets )) or variables .get ("upload_protocol" ):
142
142
for debug_tool in toolchain_data ["debug_tools" ]:
143
- self . packages [ debug_tool ][ "optional" ] = False
143
+ install_tool ( debug_tool )
144
144
install_tool ("tool-openocd-esp32" )
145
145
break # Exit loop once MCU is matched
146
146
You can’t perform that action at this time.
0 commit comments