Skip to content

Commit 734ddd7

Browse files
authored
Tools for static code analysis
1 parent 7501270 commit 734ddd7

File tree

1 file changed

+34
-4
lines changed

1 file changed

+34
-4
lines changed

platform.json

+34-4
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"owner": "",
7878
"version": ""
7979
},
80-
"tl-xt-gdb": {
80+
"tl-xt-gdb": {
8181
"type": "debugger",
8282
"optional": true,
8383
"owner": "",
@@ -98,7 +98,17 @@
9898
"tl-install": {
9999
"optional": false,
100100
"owner": "pioarduino",
101-
"version": "https://github.com/pioarduino/esp_install/releases/download/v1.5.1/esp_install-v1.5.1.zip"
101+
"version": "https://github.com/pioarduino/esp_install/releases/download/v1.6.0/esp_install-v1.6.0.zip"
102+
},
103+
"tool-cmake": {
104+
"optional": true,
105+
"owner": "",
106+
"version": ""
107+
},
108+
"tool-ninja": {
109+
"optional": true,
110+
"owner": "",
111+
"version": ""
102112
},
103113
"tool-dfuutil": {
104114
"type": "uploader",
@@ -130,15 +140,35 @@
130140
"owner": "",
131141
"version": ""
132142
},
133-
"tool-cmake": {
143+
"tool-scons": {
144+
"optional": false,
145+
"owner": "",
146+
"version": "https://github.com/pioarduino/scons/releases/download/4.7.0/scons-local-4.7.0.tar.gz"
147+
},
148+
"tool-cppcheck": {
134149
"optional": true,
135150
"owner": "",
136151
"version": ""
137152
},
138-
"tool-ninja": {
153+
"tool-clangtidy": {
154+
"optional": true,
155+
"owner": "",
156+
"version": ""
157+
},
158+
"tool-pvs-studio": {
139159
"optional": true,
140160
"owner": "",
141161
"version": ""
162+
},
163+
"contrib-piohome": {
164+
"optional": true,
165+
"owner": "",
166+
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/contrib-piohome-3.4.4.tar.gz"
167+
},
168+
"contrib-pioremote": {
169+
"optional": true,
170+
"owner": "",
171+
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/contrib-pioremote-1.0.1.tar.gz"
142172
}
143173
}
144174
}

0 commit comments

Comments
 (0)