Skip to content

Commit 41c4462

Browse files
authored
Load all tools from github repos
1 parent 21fdab7 commit 41c4462

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

platform.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
"tool-dfuutil-arduino": {
9999
"type": "uploader",
100100
"optional": true,
101-
"owner": "platformio",
102-
"version": "~1.11.0"
101+
"owner": "pioarduino",
102+
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/dfuutil-1.11.0.zip"
103103
},
104104
"tool-openocd-esp32": {
105105
"type": "debugger",
@@ -110,38 +110,38 @@
110110
"tool-mklittlefs": {
111111
"type": "uploader",
112112
"optional": true,
113-
"owner": "tasmota",
114-
"version": "^3.2.0"
113+
"owner": "pioarduino",
114+
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/mklittlefs-3.2.0.zip"
115115
},
116116
"tool-mkfatfs": {
117117
"type": "uploader",
118118
"optional": true,
119-
"owner": "platformio",
120-
"version": "~2.0.0"
119+
"owner": "pioarduino",
120+
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/mkfatfs-v2.0.1.zip"
121121
},
122122
"tool-mkspiffs": {
123123
"type": "uploader",
124124
"optional": true,
125-
"owner": "platformio",
126-
"version": "~2.230.0"
125+
"owner": "pioarduino",
126+
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/mkspiffs-v2.230.0.zip"
127127
},
128128
"tool-cppcheck": {
129129
"type": "tool",
130130
"optional": true,
131-
"owner": "platformio",
132-
"version": "~1.21100"
131+
"owner": "pioarduino",
132+
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/cppcheck-v2.11.0-230717.zip"
133133
},
134134
"tool-clangtidy": {
135135
"type": "tool",
136136
"optional": true,
137-
"owner": "platformio",
138-
"version": "^1.190100.0"
137+
"owner": "pioarduino",
138+
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/clangtidy-v18.1.1.zip"
139139
},
140140
"tool-pvs-studio": {
141141
"type": "tool",
142142
"optional": true,
143-
"owner": "platformio",
144-
"version": "^7.18.0"
143+
"owner": "pioarduino",
144+
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/pvs-studio-v7.18.zip"
145145
},
146146
"tool-cmake": {
147147
"type": "tool",

0 commit comments

Comments
 (0)