forked from blackketter/wizio-pico
-
Notifications
You must be signed in to change notification settings - Fork 0
/
platform.json
48 lines (46 loc) · 1.28 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
{
"name": "wizio-pico",
"title": "WizIO - Raspberry Pi Pico",
"description": "Development platform for Raspberry Pi Pico 2021 Georgi Angelov",
"homepage": "http://www.wizio.eu/",
"license": "Apache-2.0",
"engines": {
"platformio": "^5"
},
"repository": {
"type": "git",
"url": "https://github.com/Wiz-IO/wizio-pico.git"
},
"version": "1.0.1",
"packageRepositories": [
"http://dl.platformio.org/packages/manifest.json"
],
"frameworks": {
"baremetal": {
"package": "framework-wizio-pico",
"script": "builder/frameworks/sdk.py"
},
"arduino": {
"package": "framework-wizio-pico",
"script": "builder/frameworks/arduino.py"
},
"boot2": {
"package": "framework-wizio-pico",
"script": "builder/frameworks/boot2.py"
}
},
"packages": {
"framework-wizio-pico": {
"type": "framework",
"version": "https://github.com/Wiz-IO/framework-wizio-pico.git"
},
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"version": "=1.70201.0"
},
"tool-wizio-pico": {
"type": "toolchain",
"version": "https://github.com/Wiz-IO/tool-wizio-pico.git"
}
}
}