-
Notifications
You must be signed in to change notification settings - Fork 3
/
platform.json
46 lines (46 loc) · 1.28 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
{
"name": "microchippic32",
"title": "Microchip PIC32",
"description": "Microchip's 32-bit portfolio with the MIPS microAptiv or M4K core offer high performance microcontrollers, and all the tools needed to develop your embedded projects. PIC32 MCUs gives your application the processing power, memory and peripherals your design needs!",
"homepage": "http://www.microchip.com/design-centers/32-bit",
"license": "Apache-2.0",
"keywords": [
"dev-platform",
"Microchip Technology",
"PIC32",
"MIPS32"
],
"engines": {
"platformio": "^6"
},
"repository": {
"type": "git",
"url": "https://github.com/platformio/platform-microchippic32.git"
},
"version": "1.7.0",
"frameworks": {
"arduino": {
"package": "framework-arduinomicrochippic32",
"script": "builder/frameworks/arduino.py"
}
},
"packages": {
"toolchain-microchippic32": {
"type": "toolchain",
"owner": "platformio",
"version": "~1.40803.0"
},
"framework-arduinomicrochippic32": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~1.20006.0"
},
"tool-pic32prog": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~2.20146.0"
}
}
}