-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlink.json
50 lines (50 loc) · 1.31 KB
/
link.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
{
"name": "P139",
"title": "OS-Q TI MSP430 MCU",
"description": "MSP430 microcontrollers (MCUs) from Texas Instruments (TI) are 16-bit, RISC-based, mixed-signal processors designed for ultra-low power. These MCUs offer the lowest power consumption and the perfect mix of integrated peripherals for thousands of applications.",
"homepage": "http://www.ti.com/lsds/ti/microcontrollers_16-bit_32-bit/msp/overview.page",
"keywords": [
"OS-Q",
"dev-platform",
"Texas Instruments",
"MSP430"
],
"engines": {
"platformio": "^5"
},
"repository": {
"type": "git",
"url": "https://github.com/OS-Q/P139.git"
},
"version": "2.3.0",
"frameworks": {
"arduino": {
"package": "A139",
"script": "extend/frameworks/arduino.py"
}
},
"packages": {
"toolchain-timsp430": {
"type": "toolchain",
"owner": "platformio",
"version": "~1.40603.190926"
},
"A139": {
"type": "framework",
"optional": true,
"version": "https://github.com/OS-Q/A139.git"
},
"tool-mspdebug": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~1.2400.0"
},
"tool-dslite": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~1.90200.1400"
}
}
}