forked from maxgerhardt/wizio-pico
-
Notifications
You must be signed in to change notification settings - Fork 0
/
platform.json
54 lines (52 loc) · 1.45 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
{
"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/maxgerhardt/wizio-pico.git"
},
"version": "1.0.9",
"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/maxgerhardt/framework-wizio-pico.git"
},
"toolchain-gccarmnoneeabi": {
"owner": "platformio",
"type": "toolchain",
"version": "~1.70201.0"
},
"tool-wizio-pico": {
"type": "uploader",
"version": "https://github.com/maxgerhardt/tool-wizio-pico.git"
},
"tool-pico-openocd": {
"optional": true,
"type": "debugger",
"version": "https://github.com/maxgerhardt/tool-pico-openocd"
}
}
}