forked from platformio/platform-sifive
-
Notifications
You must be signed in to change notification settings - Fork 2
/
platform.json
140 lines (140 loc) · 4.21 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
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"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"
},
"arduino": {
"package": "framework-arduinobouffalo",
"script": "builder/frameworks/arduino.py",
"description": "Arduino Wiring-based Framework allows writing cross-platform software to control devices attached to a wide range of Arduino boards to create all kinds of creative coding, interactive objects, spaces or physical experiences",
"homepage": "https://github.com/pine64/ArduinoCore-bouffalo",
"title": "Arduino"
},
"bouffalo": {
"package": "framework-bouffalo-sdk",
"script": "builder/frameworks/bouffalo.py",
"description": "Bouffalolab bl_iot_sdk. Support BL602 Wi-Fi/BLE Combo RISC-V based Chip and BL70X Zigbee/BLE RISC-V based Chip.",
"homepage": "https://pine64.github.io/bl602-docs",
"title": "Bouffalo SDK"
}
},
"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"
},
"framework-arduinobouffalo": {
"type": "framework",
"optional": true,
"owner": "Community-BL-IOT",
"version": "https://github.com/Community-BL-IOT/ArduinoCore-bouffalo"
},
"framework-bl-iot-sdk-arduino": {
"type": "framework",
"optional": true,
"owner": "Community-BL-IOT",
"version": "https://github.com/Community-BL-IOT/pio-bl-iot-sdk-arduino.git"
},
"framework-bouffalo-sdk": {
"type": "framework",
"optional": true,
"owner": "Community-BL-IOT",
"version": "https://github.com/Community-BL-IOT/framework-bouffalo-sdk.git"
},
"tool-bl60x-flash": {
"optional": true,
"type": "uploader",
"owner": "Community-BL-IOT",
"version": "https://github.com/Community-BL-IOT/pio-bl60x-flash.git"
},
"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"
}
}
}