-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathplatform.json
48 lines (48 loc) · 1.62 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
{
"name": "nxplpc-arduino-lpc176x",
"title": "NXP Arduino LPC176x",
"description": "The NXP LPC is a family of 32-bit microcontroller integrated circuits by NXP Semiconductors. The LPC chips are grouped into related series that are based around the same 32-bit ARM processor core, such as the Cortex-M4F, Cortex-M3, Cortex-M0+, or Cortex-M0. Internally, each microcontroller consists of the processor core, static RAM memory, flash memory, debugging interface, and various peripherals.",
"url": "http://www.nxp.com/products/microcontrollers/",
"homepage": "http://platformio.org/platforms/nxplpc",
"license": "Apache-2.0",
"engines": {
"platformio": "^4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/p3p/pio-nxplpc-arduino-lpc176x.git"
},
"version": "0.1.0",
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"http://dl.platformio.org/packages/manifest.json",
"https://raw.githubusercontent.com/p3p/pio-nxplpc-arduino-lpc176x/master/manifest.json"
],
"frameworks": {
"arduino": {
"package": "framework-arduino-lpc176x",
"script": "builder/frameworks/arduino-lpc176x.py"
}
},
"packages": {
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"version": ">=1.60301.0"
},
"framework-arduino-lpc176x": {
"type": "framework",
"optional": true,
"version": "0.1.3"
},
"tool-openocd": {
"type": "debugger",
"optional": true,
"version": "~1.1000.0"
},
"tool-pyocd": {
"type": "debugger",
"optional": true,
"version": "~0.801.0"
}
}
}