-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplatform.json
66 lines (66 loc) · 2.4 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
61
62
63
64
65
66
{
"name": "timsp432",
"title": "TI MSP432",
"description": "The MSP432 is a mixed-signal microcontroller family from Texas Instruments. It is based on a 32-bit ARM Cortex-M4F CPU, and extends their 16-bit MSP430 line, with a larger address space for code and data, and faster integer and floating point calculation than the MSP430. Like the MSP430, it has a number of built-in peripheral devices, and is designed for low power requirements.",
"license": "Apache-2.0",
"keywords": [
"dev-platform",
"Texas Instruments",
"MSP432"
],
"engines": {
"platformio": "^5"
},
"repository": {
"type": "git",
"url": "https://github.com/zceemja/platform-timsp432.git"
},
"version": "0.1.1",
"frameworks": {
"arduino": {
"package": "framework-energiamsp432r",
"script": "builder/frameworks/energia.py"
},
"energia": {
"package": "framework-energiamsp432r",
"script": "builder/frameworks/energia.py"
},
"tirtos": {
"package": "framework-energiamsp432r",
"script": "builder/frameworks/tirtos.py",
"description": "Stripped Energia framework without compiled core",
"title": "TI-RTOS"
},
"cmsis": {
"package": "framework-energiamsp432r",
"script": "builder/frameworks/cmsis.py",
"description": "The ARM Cortex Microcontroller Software Interface Standard (CMSIS) is a vendor-independent hardware abstraction layer for the Cortex-M processor series and specifies debugger interfaces. The CMSIS enables consistent and simple software interfaces to the processor for interface peripherals, real-time operating systems, and middleware. It simplifies software re-use, reducing the learning curve for new microcontroller developers and cutting the time-to-market for devices",
"homepage": "https://developer.arm.com/tools-and-software/embedded/cmsis",
"title": "CMSIS"
}
},
"packages": {
"framework-energiamsp432r": {
"type": "framework",
"optional": true,
"owner": "zceemja"
},
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"owner": "platformio",
"version": "~1.60301.0"
},
"tool-dslite": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~1.90200.1400"
},
"tool-openocd": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~2.1100.0"
}
}
}