-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathplatform.json
More file actions
102 lines (102 loc) · 2.63 KB
/
platform.json
File metadata and controls
102 lines (102 loc) · 2.63 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "sifive",
"title": "SiFive",
"description": "SiFive brings the power of open source and software automation to the semiconductor industry, making it possible to develop new hardware faster and more affordably than ever before. ",
"homepage": "https://sifive.com",
"license": "Apache-2.0",
"keywords": [
"dev-platform",
"SiFive",
"RISC-V"
],
"engines": {
"platformio": "^6"
},
"repository": {
"type": "git",
"url": "https://github.com/platformio/platform-sifive.git"
},
"version": "5.2.0",
"frameworks": {
"freedom-e-sdk": {
"package": "framework-freedom-e-sdk",
"script": "builder/frameworks/freedom-e-sdk.py",
"description": "Open Source Software for Developing on the SiFive Freedom E Platform",
"homepage": "https://github.com/sifive/freedom-e-sdk",
"title": "Freedom E SDK"
},
"freertos": {
"script": "builder/frameworks/freertos.py",
"description": "FreeRTOS is a real-time operating system kernel for embedded devices that has been ported to 40 microcontroller platforms",
"homepage": "https://www.freertos.org",
"title": "FreeRTOS"
},
"zephyr": {
"package": "framework-zephyr",
"script": "builder/frameworks/zephyr.py"
}
},
"packages": {
"toolchain-riscv": {
"type": "toolchain",
"owner": "platformio",
"version": "~1.80300.0"
},
"framework-freedom-e-sdk": {
"optional": true,
"type": "framework",
"owner": "platformio",
"version": "~2.20050003.0"
},
"framework-zephyr": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~2.20701.0"
},
"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.40100.0"
},
"tool-renode": {
"type": "debugger",
"optional": true,
"owner": "platformio",
"version": "^1"
},
"tool-cmake": {
"optional": true,
"owner": "platformio",
"version": "~3.21.0"
},
"tool-dtc": {
"optional": true,
"owner": "platformio",
"version": "~1.4.7"
},
"tool-ninja": {
"optional": true,
"owner": "platformio",
"version": "^1.7.0"
},
"tool-gperf": {
"optional": true,
"owner": "platformio",
"version": "^3.0.0"
}
}
}