Skip to content

Commit 55c5872

Browse files
author
Alec Miller
committed
MPAE-5442: added metadata
1 parent b7df3ea commit 55c5872

File tree

1 file changed

+34
-22
lines changed

1 file changed

+34
-22
lines changed

.main-meta/main.json

Lines changed: 34 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,55 +3,67 @@
33
"category": "com.microchip.ide.project",
44
"content": {
55
"metaDataVersion": "1.1.0",
6-
"name": "com.microchip.mcu8.mplabx.project.",
7-
"version": " ",
8-
"displayName": " ",
9-
"projectName": "",
10-
"shortDescription": "",
6+
"name": "com.microchip.mcu8.mplabx.project.pic18f57q84-2-axis-cnc",
7+
"version": "1.0.1",
8+
"displayName": "PIC18F57Q84 Two Axis CNC Machine",
9+
"projectName": "pic18f57q84-2-axis-cnc",
10+
"shortDescription": "Core-Independent Two-Axis CNC Machine",
1111
"ide": {
12-
"name": "",
13-
"semverRange": ""
12+
"name": "MPLABX",
13+
"semverRange": ">=5.40."
1414
},
1515
"compiler": [
1616
{
17-
"name": "",
18-
"semverRange": ""
17+
"name": "XC8",
18+
"semverRange": "^2.20.0"
1919
}
2020
],
2121
"dfp": {
22-
"name": "",
23-
"semverRange": ""
22+
"name": "PIC18F-Q_DFP",
23+
"semverRange": "^1.7.130"
2424
},
2525
"configurator": {
26-
"name": "",
27-
"semverRange": ""
26+
"name": "MCC",
27+
"semverRange": ">=3.95.0"
2828
},
2929
"device": {
3030
"metaDataVersion": "1.0.0",
3131
"category": "com.microchip.portal.contentRef",
3232
"content": {
3333
"metaDataVersion": "1.0.0",
3434
"category": "com.microchip.device",
35-
"name": "",
35+
"name": "PIC18F47Q84",
3636
"versionRange": "*"
3737
}
3838
},
39-
"author": "",
39+
"author": "Microchip",
4040
"subcategories": [
41-
"",
41+
"Motor Control",
4242
[
43-
"Peripherals", ""
43+
"Peripherals", "EUSART"
4444
],
4545
[
46-
"Peripherals", ""
47-
]
46+
"Peripherals", "DMA"
47+
],
48+
[
49+
"Peripherals", "NCO"
50+
],
51+
[
52+
"Peripherals", "TIMER"
53+
]
4854
],
4955
"peripherals": [
50-
"",""
56+
"EUSART","DMA","NCO","TIMER"
5157
],
5258
"keywords": [
53-
"",
54-
""
59+
"DMA",
60+
"Core Independent",
61+
"Motor Control",
62+
"Numerically Controlled Oscillator",
63+
"Robotics",
64+
"PIC18",
65+
"Stepper",
66+
"Stepper Motor"
5567
],
5668
"additionalData": {
5769
"longDescription": {

0 commit comments

Comments
 (0)