-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathplatform.json
85 lines (85 loc) · 2.57 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
{
"name": "kendryte210",
"title": "Kendryte K210",
"version": "1.3.0",
"description": "Kendryte K210 is an AI capable RISCV64 dual core SoC.",
"homepage": "https://kendryte.com/",
"keywords": [
"dev-platform",
"Kendryte",
"SoC",
"RISC-V",
"64bit",
"AI"
],
"license": "Apache-2.0",
"engines": {
"platformio": "^6"
},
"repository": {
"type": "git",
"url": "https://github.com/sipeed/platform-kendryte210.git"
},
"authors": [{
"name": "Sipeed",
"email": "support@sipeed.com",
"url": "https://www.sipeed.com"
}],
"frameworks": {
"kendryte-standalone-sdk": {
"package": "framework-kendryte-standalone-sdk",
"script": "builder/frameworks/kendryte-standalone-sdk.py",
"description": "Kendryte Standalone SDK without OS support",
"homepage": "https://github.com/kendryte/kendryte-standalone-sdk",
"title": "Kendryte Standalone SDK"
},
"kendryte-freertos-sdk": {
"package": "framework-kendryte-freertos-sdk",
"script": "builder/frameworks/kendryte-freertos-sdk.py",
"description": "Kendryte SDK with FreeRTOS support",
"homepage": "https://github.com/kendryte/kendryte-freertos-sdk",
"title": "Kendryte FreeRTOS SDK"
},
"arduino":{
"package": "framework-maixduino",
"script": "builder/frameworks/arduino.py"
}
},
"packages": {
"toolchain-kendryte210": {
"type": "toolchain",
"owner": "platformio",
"version": "~8.2.0"
},
"framework-maixduino": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~0.3.9"
},
"framework-kendryte-standalone-sdk": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~0.5.6"
},
"framework-kendryte-freertos-sdk": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~0.7.0"
},
"tool-kflash-kendryte210": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~0.9.1"
},
"tool-openocd-kendryte": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "^1.203.0"
}
}
}