-
Notifications
You must be signed in to change notification settings - Fork 1
/
pxt.json
65 lines (65 loc) · 1.57 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "pxt-itr-netherlandkit",
"version": "1.10.9",
"description": "",
"dependencies": {
"core": "*"
},
"files": [
"README.md",
"itr.ts",
"parallel.h",
"parallel.cpp",
"sg35.h",
"sg35.cpp",
"ix03.h",
"ix03.cpp",
"FATDirHandle.cpp",
"FATDirHandle.h",
"FATFileHandle.cpp",
"FATFileHandle.h",
"FATFileSystem.cpp",
"FATFileSystem.h",
"SDFileSystem.cpp",
"SDFileSystem.h",
"ccsbcs.cpp",
"diskio.cpp",
"diskio.h",
"ff.h",
"ffconf.h",
"ff.cpp",
"integer.h",
"im01.cpp"
],
"testFiles": [
"test.ts"
],
"public": true,
"supportedTargets": [
"microbit"
],
"preferredEditor": "tsprj",
"yotta": {
"config": {
"microbit-dal": {
"bluetooth": {
"private_addressing": 0,
"advertising_timeout": 0,
"tx_power": 0,
"dfu_service": 0,
"event_service": 0,
"device_info_service": 0,
"eddystone_url": 0,
"eddystone_uid": 0,
"open": 0,
"pairing_mode": 0,
"whitelist": 1,
"security_level": "SECURITY_MODE_ENCRYPTION_NO_MITM",
"partial_flashing": 1,
"enabled": 0
}
}
}
},
"panic_on_heap_full": 0
}