forked from platformio/platform-nordicnrf52
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatform.json
More file actions
69 lines (69 loc) · 1.89 KB
/
platform.json
File metadata and controls
69 lines (69 loc) · 1.89 KB
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
{
"name": "nordicnrf52",
"title": "Nordic nRF52",
"description": "The nRF52 Series are built for speed to carry out increasingly complex tasks in the shortest possible time and return to sleep, conserving precious battery power. They have a Cortex-M4F processor and are the most capable Bluetooth Smart SoCs on the market.",
"url": "https://www.nordicsemi.com/Products/nRF52-Series-SoC",
"homepage": "http://platformio.org/platforms/nordicnrf52",
"license": "Apache-2.0",
"engines": {
"platformio": "<5"
},
"repository": {
"type": "git",
"url": "https://github.com/platformio/platform-nordicnrf52.git"
},
"version": "3.3.0",
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"http://dl.platformio.org/packages/manifest.json"
],
"frameworks": {
"arduino": {
"package": "framework-arduinonordicnrf5",
"script": "builder/frameworks/arduino.py"
},
"mbed": {
"package": "framework-mbed",
"script": "builder/frameworks/mbed.py"
}
},
"packages": {
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"version": ">=1.60301.0,<1.80000.0"
},
"framework-mbed": {
"type": "framework",
"optional": true,
"version": "~5.51200.190327"
},
"framework-arduinoadafruitnrf52": {
"type": "framework",
"optional": true,
"version": "~1.903.0"
},
"framework-arduinonordicnrf5": {
"type": "framework",
"optional": true,
"version": "~1.501.0"
},
"tool-sreccat": {
"version": "~1.164.0"
},
"tool-openocd": {
"type": "uploader",
"optional": true,
"version": "~2.1000.0"
},
"tool-nrfjprog": {
"type": "uploader",
"optional": true,
"version": "~1.90702.0"
},
"tool-jlink": {
"type": "uploader",
"optional": true,
"version": "^1.63208.0"
}
}
}