-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathplatform.json
38 lines (38 loc) · 1010 Bytes
/
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
{
"name": "lgt8f",
"title": "Logic Green boards",
"description": "Board Package for Logic Green",
"url": "https://github.com/darkautism/pio-lgt8fx",
"homepage": "https://github.com/darkautism/pio-lgt8fx",
"license": "Apache-2.0",
"engines": {
"platformio": "^5"
},
"repository": {
"type": "git",
"url": "https://github.com/darkautism/pio-lgt8fx.git"
},
"version": "1.0.3",
"frameworks": {
"arduino": {
"package": "framework-lgt8fx",
"script": "builder/frameworks/arduino.py"
}
},
"packages": {
"toolchain-atmelavr": {
"type": "toolchain",
"version": ">=1.70300.191015"
},
"framework-lgt8fx": {
"type": "framework",
"optional": true,
"version": ">=1.0.5"
},
"tool-avrdude": {
"type": "uploader",
"optional": true,
"version": "~1.60300.0"
}
}
}