Skip to content

Commit efaa2f3

Browse files
author
Ethan Layton
committed
MPAE-19239: removed sub-categories in MetaData
1 parent 4d41df8 commit efaa2f3

File tree

1 file changed

+59
-77
lines changed

1 file changed

+59
-77
lines changed

.main-meta/main.json

+59-77
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,63 @@
11
{
2-
"metaDataVersion": "1.0.0",
3-
"category": "com.microchip.ide.project",
4-
"content": {
5-
"metaDataVersion": "1.3.0",
6-
"name": "com.microchip.mcu8.mplabx.project.pic18f16q41-adcc-temp-sensor-mplab-mcc",
7-
"version": "1.1.0",
8-
"displayName": "Using the Temperature Inidcator on PIC18F16Q41",
9-
"projectName": "pic18f16q41-adcc-temp-sensor-mplab-mcc",
10-
"shortDescription": "This example will show how to use the Temperature Indicator Module and configure an ADCC to measure the device temperature on a PIC18F16Q41",
11-
"ide": {
12-
"name": "MPLAB X",
13-
"semverRange": ">=6.2.0"
14-
},
15-
"compiler": [
16-
{
17-
"name": "XC8",
18-
"semverRange": "^3.0.0"
19-
}
20-
],
21-
"dfp": {
22-
"name": "PIC18F-Q_DFP",
23-
"semverRange": "^1.8.154"
24-
},
25-
"configurator": {
26-
"name": "MCC",
27-
"semverRange": ">=5.4.1"
28-
},
29-
"device": {
30-
"metaDataVersion": "1.0.0",
31-
"category": "com.microchip.portal.contentRef",
32-
"content": {
33-
"metaDataVersion": "1.0.0",
34-
"category": "com.microchip.device",
35-
"name": "PIC18F16Q41",
36-
"versionRange": "*"
37-
}
38-
},
39-
"author": "Ethan Layton",
40-
"subcategories": [
41-
"MCC",
42-
[
43-
"Peripherals", "UART"
44-
],
45-
[
46-
"Peripherals", "TMR2"
47-
],
48-
[
49-
"Peripherals", "ADCC"
50-
],
51-
[
52-
"Peripherals", "FVR"
53-
],
54-
[
55-
"Peripherals", "Memory"
56-
]
57-
],
58-
"peripherals": [
59-
"UART","TMR2","ADCC","FVR","Memory"
60-
],
61-
"keywords": [
62-
"MCC",
63-
"Melody",
64-
"Curiosity Nano",
65-
"ADCC",
66-
"Memory",
67-
"Temperature"
68-
],
69-
"additionalData": {
70-
"longDescription": {
71-
"metaDataVersion": "1.0.0",
72-
"category": "com.microchip.portal.fileRef",
73-
"content": {
74-
"metaDataVersion": "1.0.0",
75-
"fileName": "./README.md",
76-
"mimeType": "text/markdown"
77-
}
78-
}
2+
"metaDataVersion": "1.0.0",
3+
"category": "com.microchip.ide.project",
4+
"content": {
5+
"metaDataVersion": "1.3.0",
6+
"name": "com.microchip.mcu8.mplabx.project.pic18f16q41-adcc-temp-sensor-mplab-mcc",
7+
"version": "1.1.0",
8+
"displayName": "Using the Temperature Indicator on PIC18F16Q41",
9+
"projectName": "pic18f16q41-adcc-temp-sensor-mplab-mcc",
10+
"shortDescription": "This example will show how to use the Temperature Indicator Module and configure an ADCC to measure the device temperature on a PIC18F16Q41",
11+
"ide": {
12+
"name": "MPLAB X",
13+
"semverRange": ">=6.2.0"
14+
},
15+
"compiler": [
16+
{
17+
"name": "XC8",
18+
"semverRange": "^3.0.0"
19+
}
20+
],
21+
"dfp": {
22+
"name": "PIC18F-Q_DFP",
23+
"semverRange": "^1.8.154"
24+
},
25+
"configurator": {
26+
"name": "MCC",
27+
"semverRange": ">=5.4.1"
28+
},
29+
"device": {
30+
"metaDataVersion": "1.0.0",
31+
"category": "com.microchip.portal.contentRef",
32+
"content": {
33+
"metaDataVersion": "1.0.0",
34+
"category": "com.microchip.device",
35+
"name": "PIC18F16Q41",
36+
"versionRange": "*"
37+
}
38+
},
39+
"author": "Ethan Layton",
40+
"peripherals": [
41+
"UART", "TMR2", "ADCC", "FVR", "Memory"
42+
],
43+
"keywords": [
44+
"MCC",
45+
"Melody",
46+
"Curiosity Nano",
47+
"ADCC",
48+
"Memory",
49+
"Temperature"
50+
],
51+
"additionalData": {
52+
"longDescription": {
53+
"metaDataVersion": "1.0.0",
54+
"category": "com.microchip.portal.fileRef",
55+
"content": {
56+
"metaDataVersion": "1.0.0",
57+
"fileName": "./README.md",
58+
"mimeType": "text/markdown"
7959
}
60+
}
8061
}
62+
}
8163
}

0 commit comments

Comments
 (0)