File tree Expand file tree Collapse file tree 1 file changed +29
-9
lines changed Expand file tree Collapse file tree 1 file changed +29
-9
lines changed Original file line number Diff line number Diff line change 6
6
"license" : " Apache-2.0" ,
7
7
"keywords" : [
8
8
" dev-platform" ,
9
- " Wi-Fi " ,
9
+ " WiFi " ,
10
10
" Bluetooth" ,
11
11
" Xtensa" ,
12
12
" RISC-V"
13
13
],
14
14
"engines" : {
15
- "platformio" : " >=6.1.16 "
15
+ "platformio" : " >=6.1.18 "
16
16
},
17
17
"repository" : {
18
18
"type" : " git" ,
85
85
},
86
86
"tool-esptoolpy" : {
87
87
"type" : " uploader" ,
88
+ "optional" : false ,
88
89
"owner" : " pioarduino" ,
89
90
"version" : " https://github.com/pioarduino/esptool/releases/download/v4.8.9/esptool.zip"
90
91
},
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
+ },
91
98
"tool-dfuutil-arduino" : {
92
99
"type" : " uploader" ,
93
100
"optional" : true ,
96
103
},
97
104
"tool-openocd-esp32" : {
98
105
"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 "
102
109
},
103
110
"tool-mklittlefs" : {
104
111
"type" : " uploader" ,
112
+ "optional" : true ,
105
113
"owner" : " tasmota" ,
106
114
"version" : " ^3.2.0"
107
115
},
118
126
"version" : " ~2.230.0"
119
127
},
120
128
"tool-cppcheck" : {
129
+ "type" : " tool" ,
121
130
"optional" : true ,
122
131
"owner" : " platformio" ,
123
132
"version" : " ~1.21100"
124
133
},
125
134
"tool-clangtidy" : {
135
+ "type" : " tool" ,
126
136
"optional" : true ,
127
137
"owner" : " platformio" ,
128
138
"version" : " ^1.190100.0"
129
139
},
130
140
"tool-pvs-studio" : {
141
+ "type" : " tool" ,
131
142
"optional" : true ,
132
143
"owner" : " platformio" ,
133
144
"version" : " ^7.18.59866"
134
145
},
135
146
"tool-cmake" : {
147
+ "type" : " tool" ,
136
148
"optional" : true ,
137
149
"owner" : " platformio" ,
138
150
"version" : " ~3.30.2"
139
151
},
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"
144
157
},
145
158
"tool-ninja" : {
159
+ "type" : " tool" ,
146
160
"optional" : true ,
147
161
"owner" : " platformio" ,
148
162
"version" : " ^1.7.0"
163
+ },
164
+ "tool-scons" : {
165
+ "type" : " tool" ,
166
+ "optional" : true ,
167
+ "owner" : " platformio" ,
168
+ "version" : " ~4.40801.0"
149
169
}
150
170
}
151
171
}
You can’t perform that action at this time.
0 commit comments