forked from platformio/platform-atmelmegaavr
-
Notifications
You must be signed in to change notification settings - Fork 1
/
platform.json
72 lines (72 loc) · 1.94 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": "atmelmegaavr",
"title": "Atmel megaAVR",
"description": "8-bit MCUs Built for Real-time Control with Core Independent Peripherals combining intelligent hardware peripherals along with the low-power capability of an AVR core, megaAVR microcontrollers (MCUs) broaden the effectiveness of your real-time control systems.",
"homepage": "https://www.microchip.com/design-centers/8-bit/avr-mcus/device-selection/atmega4809",
"license": "Apache-2.0",
"keywords": [
"dev-platform",
"Microchip",
"megaAVR",
"Atmel",
"8-bit"
],
"engines": {
"platformio": "^6"
},
"repository": {
"type": "git",
"url": "https://github.com/platformio/platform-atmelmegaavr.git"
},
"version": "1.7.0",
"frameworks": {
"arduino": {
"package": "framework-arduino-megaavr",
"script": "builder/frameworks/arduino.py"
}
},
"packages": {
"toolchain-atmelavr": {
"type": "toolchain",
"owner": "platformio",
"version": "~1.70300.0",
"optionalVersions": ["~3.70300.0"]
},
"framework-arduino-megaavr": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~1.8.7"
},
"framework-arduino-megaavr-megacorex": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~1.1.1"
},
"framework-arduino-megaavr-megatinycore": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~2.6.5"
},
"framework-arduino-megaavr-dxcore": {
"type": "framework",
"optional": true,
"version": "~1.4.5"
},
"tool-avrdude-megaavr": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~1.60300.0",
"optionalVersions": ["~3.60300.0"]
},
"tool-avrdude": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~1.70100.0"
}
}
}