forked from microsoft/pxt-microbit
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtargetconfig.json
55 lines (55 loc) · 1.19 KB
/
targetconfig.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
{
"packages": {
"approvedOrgs": [
"Microsoft",
"microbit-foundation",
"KitronikLtd",
"tinkertanker",
"Seeed-Studio"
],
"approvedRepos": [
"CoderDojoOlney/pxt-olney",
"PaulDFoster/pxt-microbit-GY521",
"chevyng/pxt-ucl-junkrobot",
"srs/pxt-bitbot",
"sparkfun/pxt-gamer-bit",
"sparkfun/pxt-moto-bit",
"sparkfun/pxt-weather-bit",
"minodekit/pxt-minode",
"LaboratoryForPlayfulComputation/pxt-BlockyTalkyBLE",
"mbitfun/pxt-katakana",
"jdarling/pxt-pca9685",
"MUSELAB/pxt-wifi-shield",
"kittenbot/pxt-robotbit"
],
"preferredRepos": [
"Microsoft/pxt-neopixel"
]
},
"languages": [
"en",
"ar",
"cs",
"da",
"de",
"el",
"es-ES",
"fi",
"fr",
"hu",
"it",
"ja",
"ko",
"nl",
"no",
"pt-BR",
"pt-PT",
"ru",
"si-LK",
"sv-SE",
"tr",
"uk",
"zh-CN",
"zh-TW"
]
}