-
Notifications
You must be signed in to change notification settings - Fork 122
/
Copy pathplatform.json
137 lines (137 loc) · 3.31 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"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 which makes them quite capable Bluetooth Smart SoCs.",
"homepage": "https://www.nordicsemi.com/Products/nRF52-Series-SoC",
"license": "Apache-2.0",
"keywords": [
"dev-platform",
"ARM",
"Cortex-M",
"Nordic Semiconductor",
"nRF52"
],
"engines": {
"platformio": "^6"
},
"repository": {
"type": "git",
"url": "https://github.com/platformio/platform-nordicnrf52.git"
},
"version": "10.6.0",
"frameworks": {
"arduino": {
"package": "framework-arduinonordicnrf5",
"script": "builder/frameworks/arduino.py"
},
"mbed": {
"package": "framework-mbed",
"script": "builder/frameworks/mbed.py"
},
"zephyr": {
"package": "framework-zephyr",
"script": "builder/frameworks/zephyr.py"
}
},
"packages": {
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"owner": "platformio",
"version": ">=1.60301.0,<1.80000.0",
"optionalVersions": [
"~1.70201.0",
"~1.80201.0",
"~1.90201.0"
]
},
"framework-mbed": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~6.61700.0"
},
"framework-arduinoadafruitnrf52": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~1.10601.0"
},
"framework-arduinonordicnrf5": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~1.800.0"
},
"framework-arduino-mbed": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~4.1.5"
},
"framework-cmsis": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~2.50700.0"
},
"framework-zephyr": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~2.20701.0"
},
"tool-adafruit-nrfutil": {
"owner": "platformio",
"optional": true,
"version": "~1.503.0"
},
"tool-sreccat": {
"owner": "platformio",
"version": "~1.164.0"
},
"tool-openocd": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~3.1200.0"
},
"tool-nrfjprog": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~1.90702.0"
},
"tool-jlink": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "^1.63208.0"
},
"tool-bossac-nordicnrf52": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~1.10901.0"
},
"tool-cmake": {
"optional": true,
"owner": "platformio",
"version": "~3.21.0"
},
"tool-dtc": {
"optional": true,
"owner": "platformio",
"version": "~1.4.7"
},
"tool-ninja": {
"optional": true,
"owner": "platformio",
"version": "^1.7.0"
},
"tool-gperf": {
"optional": true,
"owner": "platformio",
"version": "^3.0.0"
}
}
}