-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatform.json
More file actions
47 lines (47 loc) · 1.1 KB
/
platform.json
File metadata and controls
47 lines (47 loc) · 1.1 KB
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
{
"name": "loongsonla64",
"title": "Loongson LoongArch64",
"description": "Loongson family of 64-bit processors/SoCs based on the LoongArch ISA.",
"homepage": "https://www.loongson.cn",
"license": "Apache-2.0",
"keywords": [
"dev-platform",
"LoongArch",
"Loongson",
"LA64",
"LA264"
],
"engines": {
"platformio": "^5"
},
"repository": {
"type": "git",
"url": "https://github.com/loongson-community/platform-loongsonla64.git"
},
"version": "1.0.0",
"frameworks": {
"allinone": {
"package": "framework-allinone",
"script": "builder/frameworks/allinone.py",
"description": "LoongArch all-in-one support framework",
"homepage": "https://www.loongson.cn",
"title": "LoongArch All-in-One"
}
},
"packages": {
"toolchain-loongarch64": {
"type": "toolchain",
"optional": true,
"version": "~1.0.0"
},
"framework-allinone": {
"type": "framework",
"optional": true,
"version": "~1.0.0"
},
"tool-ldscripts-loongsonla64": {
"optional": true,
"version": "~1.0.0"
}
}
}