forked from rick3rt/platform-atmelavr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatform.json
117 lines (117 loc) · 3.12 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
{
"name": "atmelavr",
"title": "Atmel AVR",
"description": "Atmel AVR 8-bit MCUs deliver a unique combination of performance, power efficiency and design flexibility. Optimized to speed time to market-and easily adapt to new ones-they are based on the industry's most code-efficient architecture for C and assembly programming",
"url": "http://www.atmel.com/products/microcontrollers/avr/default.aspx",
"homepage": "http://platformio.org/platforms/atmelavr",
"license": "Apache-2.0",
"engines": {
"platformio": "<5"
},
"repository": {
"type": "git",
"url": "https://github.com/platformio/platform-atmelavr.git"
},
"version": "2.0.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-arduino-avr",
"script": "builder/frameworks/arduino.py"
},
"simba": {
"package": "framework-simba",
"script": "builder/frameworks/simba.py"
}
},
"packages": {
"toolchain-atmelavr": {
"type": "toolchain",
"version": "~1.50400.0"
},
"framework-arduino-avr": {
"type": "framework",
"optional": true,
"version": "~5.0.0"
},
"framework-arduino-avr-lgt8f": {
"type": "framework",
"optional": true,
"version": "1.0.0"
},
"framework-arduino-avr-attiny": {
"type": "framework",
"optional": true,
"version": "~1.3.2"
},
"framework-arduino-avr-bean": {
"type": "framework",
"optional": true,
"version": "~2.0.3"
},
"framework-arduino-avr-core13": {
"type": "framework",
"optional": true,
"version": "~0.0.22"
},
"framework-arduino-avr-digistump": {
"type": "framework",
"optional": true,
"version": "~1.6.7"
},
"framework-arduino-avr-dwenguino": {
"type": "framework",
"optional": true,
"version": "~2.2.1"
},
"framework-arduino-avr-megacore": {
"type": "framework",
"optional": true,
"version": "~2.0.2"
},
"framework-arduino-avr-mightycore": {
"type": "framework",
"optional": true,
"version": "~2.0.3"
},
"framework-arduino-avr-minicore": {
"type": "framework",
"optional": true,
"version": "~2.0.3"
},
"framework-arduino-avr-nicai": {
"type": "framework",
"optional": true,
"version": "~3.5.0"
},
"framework-arduino-avr-panstamp": {
"type": "framework",
"optional": true,
"version": "~1.5.7"
},
"framework-arduino-avr-prusa_rambo": {
"type": "framework",
"optional": true,
"version": "~1.0.1"
},
"framework-simba": {
"type": "framework",
"optional": true,
"version": ">=7.0.0"
},
"tool-avrdude": {
"type": "uploader",
"optional": true,
"version": "~1.60300.0"
},
"tool-micronucleus": {
"type": "uploader",
"optional": true,
"version": "~1.200.0"
}
}
}