forked from Infineon/platformio-infineonxmc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatform.json
47 lines (47 loc) · 1.3 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": "infineonxmc",
"title": "Infineon XMC",
"description": "Infineon has designed the XMC microcontrollers for real-time critical applications with an industry-standard core. The XMC microcontrollers can be integrated with the Arduino platform",
"url": "https://www.infineon.com",
"homepage": "",
"license": "Apache-2.0",
"engines": {
"platformio": "^3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Infineon/platformio-infineonxmc.git"
},
"version": "1.0.2",
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"https://sourceforge.net/projects/platformio-storage/files/packages/manifest.json/download",
"http://dl.platformio.org/packages/manifest.json",
{
"framework-arduinoxmc":[
{
"url":"https://github.com/Infineon/XMC-for-Arduino/releases/download/V1.1.1/XMC_IFX_1.1.1.zip",
"version":"1.1.1",
"system":"*"
}
]
}
],
"frameworks": {
"arduino": {
"package": "framework-arduinoxmc",
"script": "builder/frameworks/arduino.py"
}
},
"packages": {
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"version": "1.60301.0"
},
"framework-arduinoxmc": {
"type": "framework",
"version":"1.1.1",
"optional": false
}
}
}