-
Notifications
You must be signed in to change notification settings - Fork 7
/
platform.json
52 lines (52 loc) · 1.3 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
{
"name": "nuclei",
"title": "Nuclei",
"description": "Find professional RISC-V Processor IP in Nuclei, first professional RISC-V IP company in Mainland China, match all your requirements in AIoT Era.",
"homepage": "https://nucleisys.com/",
"keywords": [
"dev-platform",
"Nuclei",
"RISC-V",
"AIoT"
],
"license": "Apache-2.0",
"engines": {
"platformio": "^6"
},
"repository": {
"type": "git",
"url": "https://github.com/Nuclei-Software/platform-nuclei.git"
},
"version": "1.2.0",
"frameworks": {
"nuclei-sdk": {
"package": "framework-nuclei-sdk",
"script": "builder/frameworks/nuclei-sdk.py",
"description": "Open Source Software Development Kit for the Nuclei N/NX processors",
"homepage": "https://github.com/Nuclei-Software/nuclei-sdk",
"title": "Nuclei SDK"
}
},
"packages": {
"toolchain-riscv-nuclei": {
"type": "toolchain",
"version": "~1.1.0"
},
"framework-nuclei-sdk": {
"optional": true,
"type": "framework",
"version": ">=0.6.0"
},
"tool-openocd-nuclei": {
"optional": true,
"type": "uploader",
"version": "~1.1.0"
},
"tool-jlink": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "^1.78811.0"
}
}
}