forked from platformio/platform-ststm32
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatform.json
42 lines (42 loc) · 1.21 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
{
"name": "infineonxmc",
"title": "Infineon XMC",
"description": "<<TOBEDONE>>",
"url": "http://www.infineon.com/cms/en/product/microcontroller/32-bit-industrial-microcontroller-based-on-arm-registered-cortex-registered-m/channel.html",
"homepage": "http://platformio.org/platforms/infineonxmc",
"license": {
"type": "Apache-2.0",
"url": "http://opensource.org/licenses/apache2.0.php"
},
"engines": {
"platformio": "~3.0.0",
"scons": ">=2.3.0,<2.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ladidadida/platform-infineonxmc.git.git"
},
"version": "0.0.0",
"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"
],
"frameworks": {
"cmsis": {
"package": "framework-cmsis",
"script": "builder/frameworks/cmsis.py"
}
},
"packages": {
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"version": ">=1.40803.0,<1.40805.0"
},
"framework-cmsis": {
"type": "framework",
"optional": true,
"version": "~1.40300.0"
}
}
}