We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d2d94c commit ef71a2bCopy full SHA for ef71a2b
platform.json
@@ -101,12 +101,18 @@
101
"owner": "platformio",
102
"version": "~1.11.0"
103
},
104
- "tool-openocd-esp32": {
105
- "type": "debugger",
+ "install-openocd-esp32": {
+ "type": "tool",
106
"optional": false,
107
"owner": "pioarduino",
108
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/openocd-v0.12.0-esp32-20250226.zip"
109
110
+ "tool-openocd-esp32": {
111
+ "type": "debugger",
112
+ "optional": true,
113
+ "owner": "pioarduino",
114
+ "version": ""
115
+ },
116
"tool-mklittlefs": {
117
"type": "uploader",
118
"optional": true,
0 commit comments