forked from platformio/platform-shakti
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatform.json
51 lines (51 loc) · 1.42 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
{
"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.",
"url": "https://shakti.org.in/",
"homepage": "http://platformio.org/platforms/shakti",
"license": "Apache-2.0",
"engines": {
"platformio": "<5"
},
"repository": {
"type": "git",
"url": "https://github.com/platformio/platform-shakti.git"
},
"version": "0.0.0",
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"http://dl.platformio.org/packages/manifest.json"
],
"frameworks": {
"shakti-sdk": {
"package": "framework-shakti-sdk",
"script": "builder/frameworks/shakti-sdk.py"
}
},
"packages": {
"toolchain-riscv": {
"type": "toolchain",
"version": "~1.80200.0"
},
"framework-shakti-sdk": {
"type": "framework",
"version": "~0.0.190827"
},
"tool-openocd-riscv": {
"optional": true,
"type": "uploader",
"version": "~2.1000.0"
},
"tool-jlink": {
"type": "uploader",
"optional": true,
"version": "^1.63208.0"
},
"tool-qemu-riscv": {
"type": "debugger",
"optional": true,
"version": "~1.30100.0"
}
}
}