forked from platformio/platform-atmelsam
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplatform.json
76 lines (76 loc) · 2.02 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
{
"name": "atmelsam",
"title": "Atmel SAM",
"description": "Atmel | SMART offers Flash- based ARM products based on the ARM Cortex-M0+, Cortex-M3 and Cortex-M4 architectures, ranging from 8KB to 2MB of Flash including a rich peripheral and feature mix.",
"url": "http://www.atmel.com/products/microcontrollers/arm/default.aspx",
"homepage": "http://platformio.org/platforms/atmelsam",
"license": "Apache-2.0",
"engines": {
"platformio": "<5"
},
"repository": {
"type": "git",
"url": "https://github.com/platformio/platform-atmelsam.git"
},
"version": "3.9.0",
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"http://dl.platformio.org/packages/manifest.json",
"https://raw.githubusercontent.com/eerimoq/simba/master/make/platformio/manifest.json"
],
"frameworks": {
"arduino": {
"package": "framework-arduinosam",
"script": "builder/frameworks/arduino.py"
},
"mbed": {
"package": "framework-mbed",
"script": "builder/frameworks/mbed/mbed.py"
},
"simba": {
"package": "framework-simba",
"script": "builder/frameworks/simba.py"
}
},
"packages": {
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"version": "~1.70201.0"
},
"framework-arduinosam": {
"type": "framework",
"optional": true,
"version": "~4.4.0"
},
"framework-mbed": {
"type": "framework",
"optional": true,
"version": "~4.151.0"
},
"framework-simba": {
"type": "framework",
"optional": true,
"version": ">=7.0.0"
},
"tool-avrdude": {
"type": "uploader",
"optional": true,
"version": "~1.60300.0"
},
"tool-bossac": {
"type": "uploader",
"optional": true,
"version": "~1.10700.0"
},
"tool-openocd": {
"type": "uploader",
"optional": true,
"version": "~2.1000.0"
},
"tool-jlink": {
"type": "uploader",
"optional": true,
"version": "^1.63208.0"
}
}
}