-
Notifications
You must be signed in to change notification settings - Fork 13
/
platform.json
38 lines (38 loc) · 1.03 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
{
"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",
"homepage": "https://www.infineon.com",
"license": "Apache-2.0",
"engines": {
"platformio": "^6"
},
"repository": {
"type": "git",
"url": "https://github.com/Infineon/platformio-infineonxmc.git"
},
"version": "3.1.0",
"frameworks": {
"arduino": {
"package": "framework-arduinoxmc",
"script": "builder/frameworks/arduino.py"
}
},
"packages": {
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"owner": "platformio",
"version": "1.100301.220327"
},
"framework-arduinoxmc": {
"type": "framework",
"version": "https://github.com/Infineon/XMC-for-Arduino.git"
},
"tool-jlink": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "^1.63208.0"
}
}
}