forked from microsoft/pxt-adafruit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
targetconfig.json
32 lines (32 loc) · 925 Bytes
/
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
{
"packages": {
"approvedOrgs": [
"Microsoft",
"Adafruit"
],
"approvedRepos": [],
"preferredRepos": [
"Adafruit/pxt-crickit"
]
},
"languages": [
"en",
"de",
"ja"
],
"galleries": {
"Tutorials": "tutorials",
"Cartoon Network": "projects/cartoon-network",
"Costumes": "costumes",
"Games": "games",
"Create and Have Fun": "creative-fun",
"Courses": "courses",
"learn.adafruit.com": "learnsystem",
"Behind the MakeCode Hardware": "behind-the-makecode-hardware",
"MakeCode in the Kitchen": "kitchen",
"MAKE'ayla": "make-ayla"
},
"firmwareUrls": {
"adafruit-circuit-playground-express": "https://learn.adafruit.com/adafruit-circuit-playground-express/adafruit2-uf2-bootloader-details#updating-the-bootloader"
}
}