-
Notifications
You must be signed in to change notification settings - Fork 2
/
pxt.json
45 lines (45 loc) · 1.13 KB
/
pxt.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
{
"name": "Calliope Dino",
"description": "",
"dependencies": {
"core": "*"
},
"files": [
"main.ts",
"README.md",
"main.py"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"branch": "v4.0.29",
"tag": "v4.0.29",
"commits": "https://github.com/microsoft/pxt-calliope/commits/5a1ba75dc9f06c3fbddf4f40fc154cdd4dc826f1",
"target": "4.0.29",
"pxt": "7.0.18",
"targetId": "calliopemini"
},
"supportedTargets": [
"calliopemini"
],
"preferredEditor": "pyprj",
"languageRestriction": "python-only",
"yotta": {
"config": {
"microbit-dal": {
"bluetooth": {
"pairing_mode": 1,
"partial_flashing": 1,
"dfu_service": 1,
"event_service": 1,
"device_info_service": 1
},
"stack_size": 2048,
"gatt_table_size": "0x800",
"sram_end": "0x20008000",
"RAM_SIZE": "\"32K\""
}
}
}
}