-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
platform.json
72 lines (72 loc) · 1.63 KB
/
platform.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
66
67
68
69
70
71
72
{
"name": "n-able",
"title": "n-able",
"description": "Development platform for Arm BLE devices supported by the NimBLE stack",
"homepage": "https://github.com/h2zero/platform-n-able",
"license": "Apache-2.0",
"keywords": [
"dev-platform",
"ARM",
"Cortex-M",
"NimBLE",
"Nordic Semiconductor",
"nRF51",
"nRF52"
],
"engines": {
"platformio": "^6"
},
"repository": {
"type": "git",
"url": "https://github.com/h2zero/platform-n-able.git"
},
"version": "1.1.0",
"frameworks": {
"arduino": {
"package": "framework-n-able-arduino",
"script": "builder/frameworks/arduino/nrf5.py"
}
},
"packages": {
"framework-n-able-arduino": {
"type": "framework",
"optional": false,
"version": "https://github.com/h2zero/n-able-Arduino.git@0.2.0"
},
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"owner": "platformio",
"version": ">=1.80301.0,<1.100301.0",
"optionalVersions": [
"~1.90301.0"
]
},
"tool-adafruit-nrfutil": {
"owner": "platformio",
"optional": true,
"version": "~1.503.0"
},
"tool-nrfjprog": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~1.90702.0"
},
"tool-openocd": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~2.1100.0"
},
"tool-jlink": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "^1.63208.0"
},
"tool-sreccat": {
"owner": "platformio",
"version": "~1.164.0"
}
}
}