-
Notifications
You must be signed in to change notification settings - Fork 9
/
platform.json
59 lines (59 loc) · 1.65 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
{
"name": "shakti",
"title": "Shakti",
"description": "Shakti is an open-source initiative by the RISE group at IIT-Madras, which is not only building open source, production grade processors, but also associated components like interconnect fabrics, verification tools, storage controllers, peripheral IPs and SOC tools.",
"homepage": "https://shakti.org.in/",
"license": "Apache-2.0",
"keywords": [
"dev-platform",
"Shakti",
"RISC-V"
],
"engines": {
"platformio": "^6"
},
"repository": {
"type": "git",
"url": "https://github.com/platformio/platform-shakti.git"
},
"version": "1.2.0",
"frameworks": {
"shakti-sdk": {
"package": "framework-shakti-sdk",
"script": "builder/frameworks/shakti-sdk.py",
"description": "A software development kit for developing applications on Shakti class of processors",
"homepage": "https://gitlab.com/shaktiproject/software/shakti-sdk",
"title": "Shakti SDK"
}
},
"packages": {
"toolchain-riscv": {
"type": "toolchain",
"owner": "platformio",
"version": "~1.80300.0"
},
"framework-shakti-sdk": {
"type": "framework",
"owner": "platformio",
"version": "0.0.0-alpha+sha.5880320115"
},
"tool-openocd-riscv": {
"optional": true,
"type": "uploader",
"owner": "platformio",
"version": "~2.1000.0"
},
"tool-jlink": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "^1.63208.0"
},
"tool-qemu-riscv": {
"type": "debugger",
"optional": true,
"owner": "platformio",
"version": "~1.30100.0"
}
}
}