forked from Air-duino/platform-airmcu
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathplatform.json
41 lines (41 loc) · 1.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
{
"name": "air001",
"title": "Air001_platfrom",
"description": "This is an attempt to adapt air001 to platfromio",
"homepage": "https://air001.cn",
"license": "Apache-2.0",
"keywords": [
"air001",
"AIR" ,
"luatos" ,
"airmcu"
],
"repository": {
"type": "git",
"url": "https://github.com/lily-Robot/air001_platfromIO.git"
},
"version": "0.0.1",
"frameworks": {
"arduino": {
"package": "framework-arduino-air001",
"script": "builder/frameworks/arduino.py"
}
},
"packages": {
"tool-airisp": {
"type": "uploader",
"optional": false,
"version": "https://github.com/Air-duino/AirISP.git"
},
"framework-arduino-airmcu": {
"type": "framework",
"optional": false,
"version": "https://github.com/Air-duino/Arduino-AirMCU.git"
},
"toolchain-air001": {
"type": "toolchain",
"owner": "custom",
"version": "null" // 对不起,我没找到完整工具链
}
}
}