-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatform.json
47 lines (47 loc) · 1.16 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
{
"name": "cypress_psoc6",
"title": "Cypress PSoC6",
"description": "Cypress PSoc6 32bit ARM",
"url": "http://www.freescale.com/webapp/sps/site/homepage.jsp?code=KINETIS",
"homepage": "http://platformio.org/platforms/freescalekinetis",
"license": "Apache-2.0",
"engines": {
"platformio": "<5"
},
"repository": {
"type": "git",
"url": "https://github.com/juliendarrah/platformio-cypress_psoc6.git"
},
"version": "4.5.0",
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"http://dl.platformio.org/packages/manifest.json"
],
"frameworks": {
"mbed": {
"package": "framework-mbed",
"script": "builder/frameworks/mbed.py"
}
},
"packages": {
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"version": ">=1.60301.0,<1.80000.0"
},
"framework-mbed": {
"type": "framework",
"optional": true,
"version": "~5.51401.0"
},
"tool-pyocd": {
"type": "uploader",
"optional": true,
"version": "~0.801.0"
},
"tool-jlink": {
"type": "uploader",
"optional": true,
"version": "^1.63208.0"
}
}
}