forked from microsoft/pxt-maker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
targetconfig.json
52 lines (52 loc) · 2.67 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
{
"packages": {
"approvedOrgs": [
"Microsoft"
],
"approvedRepos": [
"Adafruit/pxt-crickit",
"Adafruit/pxt-seesaw",
"ElectronicCats/pxt-bme280",
"ElectronicCats/pxt-airQuality",
"ElectronicCats/pxt-lora"
],
"preferredRepos": [
"Adafruit/pxt-crickit",
"Adafruit/pxt-seesaw",
"ElectronicCats/pxt-bme280",
"ElectronicCats/pxt-airQuality",
"ElectronicCats/pxt-lora"
]
},
"galleries": {
"Digital IO": "/projects/digital-io",
"Analog IO": "/projects/analog-io",
"Pixel": "/projects/pixel",
"Light": "/projects/light",
"Music": "/projects/music",
"Servos": "/projects/servos",
"HID": "/projects/hid",
"Screen": "/projects/screen",
"Accelerometer": "/projects/accelerometer",
"Serial": "/projects/serial",
"Storage": "/projects/storage",
"LCD": "/projects/lcd",
"LoRa": "/projects/lora",
"Power": "/projects/power",
"JACDAC": "/projects/jacdac",
"Boards": "/boards"
},
"firmwareUrls": {
"adafruit-circuit-playground-express": "https://learn.adafruit.com/adafruit-circuit-playground-express/adafruit2-uf2-bootloader-details#updating-the-bootloader",
"adafruit-feather-m0-express": "https://learn.adafruit.com/adafruit-feather-m0-express-designed-for-circuit-python-circuitpython/uf2-bootloader-details#updating-the-bootloader",
"adafruit-gemma-m0": "https://learn.adafruit.com/adafruit-gemma-m0/uf2-bootloader-details#updating-the-bootloader",
"adafruit-metro-m0-express": "https://learn.adafruit.com/adafruit-feather-m0-express-designed-for-circuit-python-circuitpython/uf2-bootloader-details#updating-the-bootloader",
"adafruit-trinket-m0": "https://learn.adafruit.com/adafruit-feather-m0-express-designed-for-circuit-python-circuitpython/uf2-bootloader-details#updating-the-bootloader",
"adafruit-feather-m4-express": "https://learn.adafruit.com/adafruit-feather-m4-express-atsamd51/update-bootloader",
"adafruit-metro-m4-express": "https://learn.adafruit.com/adafruit-metro-m4-express-featuring-atsamd51/uf2-bootloader-details",
"adafruit-itsybitsy-m4-express": "https://learn.adafruit.com/introducing-adafruit-itsybitsy-m4#uf2-bootloader-details",
"adafruit-neotrellis-m4-express": "https://learn.adafruit.com/adafruit-neotrellis-m4/update-bootloader",
"sparkfun-redbear-turbo": "https://github.com/sparkfun/RedBoard_Turbo/tree/master/Firmware/UF2%20Bootloader",
"bluepill": "https://github.com/mmoskal/uf2-stm32f103"
}
}