forked from EdgeTX/cloudbuild
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtargets.json
387 lines (387 loc) · 6.79 KB
/
targets.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
{
"releases": {
"nightly": {
"remote": {
"url": "https://api.github.com/repos/EdgeTX/edgetx/git/ref/tags/nightly",
"path": "object.sha"
}
},
"v2.10.3": {
"sha": "2fc5a9acab767b7b3f4861d85dffd359d6ad28f6"
},
"v2.10.2": {
"sha": "1de06000cdfe3398840a8d28f7bf5de7fbedc899",
"exclude_targets": [
"t12max", "tpros"
]
},
"v2.10.1": {
"sha": "839b60f6cc88d22383a6f686862b3fba4108884e",
"exclude_targets": [
"f16", "t12max", "tpros"
]
},
"v2.10.0": {
"sha": "22ce06d3423fdb265c6c7bce6031f1003027bf0c",
"exclude_targets": [
"f16", "t12max", "t15", "tpros"
]
},
"v2.9.4": {
"sha": "77884b6a22e20ad91ba6c6656b96bcb2adc86768",
"exclude_targets": [
"pl18", "pl18ev", "t20", "tprov2", "mt12", "pocket", "f16", "t12max", "t14", "t15", "t20v2", "tpros"
]
},
"v2.8.5": {
"sha": "cbac1063eb8637457d2a63c367863c6bfd6f0c31",
"exclude_targets": [
"pl18", "pl18ev", "t20", "tprov2", "mt12", "pocket", "f16", "t12max", "t14", "t15", "t20v2", "tpros"
]
}
},
"flags": {
"language": {
"build_flag": "TRANSLATIONS",
"values": [
"CZ",
"DA",
"DE",
"EN",
"ES",
"FI",
"FR",
"HU",
"IT",
"NL",
"PL",
"PT",
"RU",
"SK",
"SE",
"UA"
]
},
"fai_mode": {
"build_flag": "FAI",
"values": [
"YES",
"CHOICE"
]
},
"disable_mcucheck": {
"build_flag": "DISABLE_MCUCHECK",
"values": [
"YES",
"NO"
]
}
},
"tags": {
"colorlcd": {
"flags": {
"language": {
"values": [
"CN",
"HE",
"JP",
"TW"
]
}
}
},
"stdlcd": {
"flags": {
"font": {
"build_flag": "FONT",
"values": [
"SQT5"
]
},
"heli": {
"build_flag": "HELI",
"values": [
"NO"
]
},
"ppm_unit": {
"build_flag": "PPM_UNIT",
"values": [
"US"
]
}
}
},
"bluetooth": {
"flags": {
"bluetooth": {
"build_flag": "BLUETOOTH",
"values": [
"YES"
]
}
}
},
"x9e": {
"flags": {
"sticks": {
"build_flag": "STICKS",
"values": [
"HORUS"
]
}
}
}
},
"targets": {
"lr3pro": {
"description": "BETAFPV LiteRadio 3 Pro",
"tags": [
"stdlcd"
]
},
"f16": {
"description": "Fatfish F16",
"tags": [
"colorlcd",
"bluetooth"
]
},
"el18": {
"description": "Flysky EL18",
"tags": [
"colorlcd"
]
},
"pl18": {
"description": "Flysky PL18",
"tags": [
"colorlcd"
]
},
"pl18ev": {
"description": "Flysky PL18EV",
"tags": [
"colorlcd"
]
},
"nv14": {
"description": "Flysky NV14",
"tags": [
"colorlcd"
]
},
"x10": {
"description": "FrSky Horus X10",
"tags": [
"colorlcd"
]
},
"x10-access": {
"description": "FrSky Horus X10 Access",
"tags": [
"colorlcd"
]
},
"x12s": {
"description": "FrSky Horus X12S",
"tags": [
"colorlcd"
]
},
"x7": {
"description": "FrSky QX7",
"tags": [
"stdlcd"
]
},
"x7-access": {
"description": "FrSky QX7 Access",
"tags": [
"stdlcd"
]
},
"x9d": {
"description": "FrSky X9D",
"tags": [
"stdlcd"
]
},
"x9dp": {
"description": "FrSky X9D Plus",
"tags": [
"stdlcd"
]
},
"x9dp2019": {
"description": "FrSky X9D Plus 2019",
"tags": [
"stdlcd"
]
},
"x9e": {
"description": "FrSky X9E",
"tags": [
"stdlcd",
"x9e"
]
},
"x9lite": {
"description": "FrSky X9 Lite",
"tags": [
"stdlcd"
]
},
"x9lites": {
"description": "FrSky X9 Lite S",
"tags": [
"stdlcd"
]
},
"xlite": {
"description": "FrSky X-Lite",
"tags": [
"stdlcd"
]
},
"xlites": {
"description": "FrSky X-Lite S",
"tags": [
"stdlcd"
]
},
"commando8": {
"description": "iFlight Commando 8",
"tags": [
"stdlcd"
]
},
"t12": {
"description": "Jumper T12",
"tags": [
"stdlcd"
]
},
"t12max": {
"description": "Jumper T12 MAX",
"tags": [
"stdlcd"
]
},
"t14": {
"description": "Jumper T14",
"tags": [
"stdlcd"
]
},
"t15": {
"description": "Jumper T15",
"tags": [
"colorlcd",
"bluetooth"
]
},
"t16": {
"description": "Jumper T16",
"tags": [
"colorlcd",
"bluetooth"
]
},
"t18": {
"description": "Jumper T18",
"tags": [
"colorlcd",
"bluetooth"
]
},
"t20": {
"description": "Jumper T20",
"tags": [
"stdlcd"
]
},
"t20v2": {
"description": "Jumper T20 V2",
"tags": [
"stdlcd"
]
},
"tlite": {
"description": "Jumper T-Lite",
"tags": [
"stdlcd"
]
},
"tpro": {
"description": "Jumper T-Pro",
"tags": [
"stdlcd"
]
},
"tprov2": {
"description": "Jumper T-Pro V2",
"tags": [
"stdlcd"
]
},
"tpros": {
"description": "Jumper T-Pro S",
"tags": [
"stdlcd"
]
},
"mt12": {
"description": "Radiomaster MT12",
"tags": [
"stdlcd"
]
},
"t8": {
"description": "Radiomaster T8",
"tags": [
"stdlcd"
]
},
"tx12": {
"description": "Radiomaster TX12",
"tags": [
"stdlcd"
]
},
"tx12mk2": {
"description": "Radiomaster TX12MK2",
"tags": [
"stdlcd",
"bluetooth"
]
},
"tx16s": {
"description": "RadioMaster TX16S",
"tags": [
"colorlcd",
"bluetooth"
]
},
"boxer": {
"description": "RadioMaster Boxer",
"tags": [
"stdlcd",
"bluetooth"
]
},
"pocket": {
"description": "RadioMaster Pocket",
"tags": [
"stdlcd",
"bluetooth"
]
},
"zorro": {
"description": "RadioMaster Zorro",
"tags": [
"stdlcd"
]
}
}
}