-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplatform.json
More file actions
64 lines (64 loc) · 1.63 KB
/
Copy pathplatform.json
File metadata and controls
64 lines (64 loc) · 1.63 KB
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
{
"name": "nxplpc-arduino",
"title": "NXP LPC (Arduino)",
"description": "NXP LPC8xx Cortex-M0+ Arduino-framework support, forked from platformio/platform-nxplpc. Adds the Arduino framework binding so LPC804/LPC845 boards can be built with `framework = arduino` using the ArduinoCore-LPC8xx package.",
"homepage": "https://github.com/FastLED/platform-nxp-lpc8xx",
"license": "Apache-2.0",
"keywords": [
"dev-platform",
"ARM",
"Cortex-M0+",
"NXP",
"LPC8xx",
"LPC804",
"LPC845",
"Arduino"
],
"engines": {
"platformio": "^6"
},
"repository": {
"type": "git",
"url": "https://github.com/FastLED/platform-nxp-lpc8xx.git"
},
"version": "0.2.0",
"frameworks": {
"arduino": {
"package": "framework-arduino-lpc8xx",
"script": "builder/frameworks/arduino.py"
}
},
"packages": {
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"owner": "platformio",
"version": "~1.80201.0",
"optionalVersions": [
"~1.90201.0"
]
},
"framework-arduino-lpc8xx": {
"type": "framework",
"optional": true,
"version": "https://github.com/FastLED/framework-arduino-lpc8xx.git#50d76e0d63c2d2a2b365b29de47100d93c530c83"
},
"tool-openocd": {
"type": "debugger",
"optional": true,
"owner": "platformio",
"version": "~3.1200.0"
},
"tool-pyocd": {
"type": "debugger",
"optional": true,
"owner": "platformio",
"version": "~1.2900.0"
},
"tool-jlink": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "^1.63208.0"
}
}
}