-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathplatform.json
51 lines (51 loc) · 1.56 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": "riscv_gap",
"title": "RISC-V GAP",
"description": "GreenWaves GAP8 IoT application processor enables the cost-effective development, deployment and autonomous operation of intelligent sensing devices that capture, analyze, classify and act on the fusion of rich data sources such as images, sounds or vibrations.",
"homepage": "https://greenwaves-technologies.com/en/gap8-product/",
"license": "Apache-2.0",
"keywords": [
"dev-platform",
"GreenWaves",
"GAP8",
"RISC-V"
],
"engines": {
"platformio": "^6"
},
"repository": {
"type": "git",
"url": "https://github.com/platformio/platform-riscv_gap.git"
},
"version": "1.1.0",
"frameworks": {
"mbed": {
"package": "framework-gap_sdk",
"script": "builder/frameworks/mbed.py"
},
"pulp-os": {
"package": "framework-gap_sdk",
"script": "builder/frameworks/pulp-os.py",
"description": "PULP is a silicon-proven Parallel Ultra Low Power platform targeting high energy efficiencies. The platform is organized in clusters of RISC-V cores that share a tightly-coupled data memory",
"homepage": "https://www.pulp-platform.org",
"title": "PULP OS"
}
},
"packages": {
"framework-gap_sdk": {
"type": "framework",
"owner": "platformio",
"version": "~2.0.0"
},
"toolchain-riscv-pulp": {
"type": "toolchain",
"owner": "platformio",
"version": "~1.70101.0"
},
"tool-pulp_tools": {
"type": "uploader",
"owner": "platformio",
"version": "~0.1.0"
}
}
}