-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathplatform.json
60 lines (60 loc) · 1.69 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
55
56
57
58
59
60
{
"name": "titiva",
"title": "TI TIVA",
"description": "Texas Instruments TM4C12x MCUs offer the industrys most popular ARM Cortex-M4 core with scalable memory and package options, unparalleled connectivity peripherals, advanced application functions, industry-leading analog integration, and extensive software solutions.",
"homepage": "http://www.ti.com/lsds/ti/microcontrollers_16-bit_32-bit/c2000_performance/control_automation/tm4c12x/overview.page",
"license": "Apache-2.0",
"keywords": [
"dev-platform",
"ARM",
"Texas Instruments",
"Tiva"
],
"engines": {
"platformio": "^6"
},
"repository": {
"type": "git",
"url": "https://github.com/platformio/platform-titiva.git"
},
"version": "3.1.0",
"frameworks": {
"arduino": {
"package": "framework-energiativa",
"script": "builder/frameworks/energia.py"
},
"energia": {
"package": "framework-energiativa",
"script": "builder/frameworks/energia.py"
},
"libopencm3": {
"package": "framework-libopencm3",
"script": "builder/frameworks/libopencm3/libopencm3.py"
}
},
"packages": {
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"owner": "platformio",
"version": ">=1.40803.0,<1.40805.0"
},
"framework-energiativa": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~1.10002.0"
},
"framework-libopencm3": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~1.10000.0"
},
"tool-openocd": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~2.1000.0"
}
}
}