Skip to content

Commit a899cc6

Browse files
authored
Update platform.json
1 parent d81abd0 commit a899cc6

File tree

1 file changed

+29
-9
lines changed

1 file changed

+29
-9
lines changed

platform.json

Lines changed: 29 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"license": "Apache-2.0",
77
"keywords": [
88
"dev-platform",
9-
"Wi-Fi",
9+
"WiFi",
1010
"Bluetooth",
1111
"Xtensa",
1212
"RISC-V"
1313
],
1414
"engines": {
15-
"platformio": ">=6.1.16"
15+
"platformio": ">=6.1.18"
1616
},
1717
"repository": {
1818
"type": "git",
@@ -85,9 +85,16 @@
8585
},
8686
"tool-esptoolpy": {
8787
"type": "uploader",
88+
"optional": false,
8889
"owner": "pioarduino",
8990
"version": "https://github.com/pioarduino/esptool/releases/download/v4.8.9/esptool.zip"
9091
},
92+
"tl-install": {
93+
"type": "tool",
94+
"optional": false,
95+
"owner": "pioarduino",
96+
"version": "https://github.com/pioarduino/esp_install/releases/download/v5.0.0/esp_install-v5.0.0.zip"
97+
},
9198
"tool-dfuutil-arduino": {
9299
"type": "uploader",
93100
"optional": true,
@@ -96,12 +103,13 @@
96103
},
97104
"tool-openocd-esp32": {
98105
"type": "debugger",
99-
"optional": true,
100-
"owner": "platformio",
101-
"version": "~2.1100.0"
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"
102109
},
103110
"tool-mklittlefs": {
104111
"type": "uploader",
112+
"optional": true,
105113
"owner": "tasmota",
106114
"version": "^3.2.0"
107115
},
@@ -118,34 +126,46 @@
118126
"version": "~2.230.0"
119127
},
120128
"tool-cppcheck": {
129+
"type": "tool",
121130
"optional": true,
122131
"owner": "platformio",
123132
"version": "~1.21100"
124133
},
125134
"tool-clangtidy": {
135+
"type": "tool",
126136
"optional": true,
127137
"owner": "platformio",
128138
"version": "^1.190100.0"
129139
},
130140
"tool-pvs-studio": {
141+
"type": "tool",
131142
"optional": true,
132143
"owner": "platformio",
133144
"version": "^7.18.59866"
134145
},
135146
"tool-cmake": {
147+
"type": "tool",
136148
"optional": true,
137149
"owner": "platformio",
138150
"version": "~3.30.2"
139151
},
140-
"tool-esp-rom-elfs": {
141-
"optional": true,
142-
"owner": "platformio",
143-
"version": "0.0.1+20241011"
152+
"tool-esp-rom-elfs": {
153+
"type": "tool",
154+
"optional": true,
155+
"owner": "platformio",
156+
"version": "0.0.1+20241011"
144157
},
145158
"tool-ninja": {
159+
"type": "tool",
146160
"optional": true,
147161
"owner": "platformio",
148162
"version": "^1.7.0"
163+
},
164+
"tool-scons": {
165+
"type": "tool",
166+
"optional": true,
167+
"owner": "platformio",
168+
"version": "~4.40801.0"
149169
}
150170
}
151171
}

0 commit comments

Comments
 (0)