-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
platform.json
36 lines (35 loc) · 1.17 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
{
"name" : "XC32",
"title" : "PlatformIO - PIC32",
"description" : "Development Platform for Microchip PIC32",
"homepage" : "https://github.com/Wiz-IO",
"license" : "Apache-2.0",
"engines" : { "platformio": "^5" },
"repository" : {
"type" : "git",
"url" : "https://github.com/Wiz-IO/XC32"
},
"version": "1.0.0",
"packageRepositories" : [ "http://dl.platformio.org/packages/manifest.json" ],
"frameworks": {
"Baremetal" : {
"package" : "framework-XC32",
"script" : "builder/frameworks/build-baremetal.py",
"description" : "Baremetal Microchip XC32",
"title" : "Baremetal Microchip XC32"
},
"Arduino": {
"package" : "framework-XC32",
"script" : "builder/frameworks/build-arduino.py",
"description" : "Arduino Microchip XC32",
"title" : "Arduino Microchip XC32"
}
},
"packages": {
"framework-XC32": {
"type" : "framework",
"Nversion" : "1.0.0",
"version" : "https://github.com/Wiz-IO/framework-XC32"
}
}
}