Skip to content

Commit 6551c10

Browse files
committed
MPAE-4790: Metadata update
1 parent a275663 commit 6551c10

File tree

1 file changed

+56
-36
lines changed

1 file changed

+56
-36
lines changed

.main-meta/main.json

Lines changed: 56 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -3,66 +3,86 @@
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.atmega4809-noise-countermeasures-adc-mplab",
7+
"version": "1.0.0",
8+
"displayName": "ATmega4809 Noise Countermeasures for ADC Applications",
9+
"projectName": "atmega4809-noise-countermeasures-adc-mplab",
10+
"shortDescription": "This MPLAB X example demonstrates noise countermeasures for ADC applications on megaAVR 0-series devices",
1111
"ide": {
12-
"name": "",
13-
"semverRange": ""
12+
"name": "MPLABX",
13+
"semverRange": ">=5.40"
1414
},
1515
"compiler": [
16-
{
17-
"name": "",
18-
"semverRange": ""
19-
}
20-
],
16+
{
17+
"name": "XC8",
18+
"semverRange": "^2.20"
19+
}
20+
],
2121
"dfp": {
22-
"name": "",
23-
"semverRange": ""
22+
"name": "ATmega_DFP",
23+
"semverRange": "^2.2.108"
2424
},
2525
"configurator": {
26-
"name": "",
27-
"semverRange": ""
26+
"name": "START",
27+
"semverRange": ">=1.7.360"
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": "ATmega4809",
3636
"versionRange": "*"
3737
}
3838
},
39-
"author": "",
39+
"author": "Microchip",
4040
"subcategories": [
41-
"",
4241
[
43-
"Peripherals", ""
42+
"Peripherals",
43+
"VREF"
44+
],
45+
[
46+
"Peripherals",
47+
"ADC"
48+
],
49+
[
50+
"Peripherals",
51+
"USART"
4452
],
4553
[
46-
"Peripherals", ""
47-
]
54+
"Peripherals",
55+
"TCA"
56+
],
57+
[
58+
"Development Kit",
59+
"ATmega4809 Xplained Pro"
60+
],
61+
[
62+
"Supporting Tools",
63+
"MPLAB Data Visualizer"
64+
]
4865
],
4966
"peripherals": [
50-
"",""
67+
"VREF",
68+
"ADC",
69+
"USART",
70+
"TCA"
5171
],
5272
"keywords": [
5373
"",
54-
""
74+
""
5575
],
56-
"additionalData": {
57-
"longDescription": {
58-
"metaDataVersion": "1.0.0",
59-
"category": "com.microchip.portal.fileRef",
60-
"content": {
61-
"metaDataVersion": "1.0.0",
62-
"fileName": "./README.md",
63-
"mimeType": "text/markdown"
64-
}
65-
}
66-
}
67-
}
76+
"additionalData": {
77+
"longDescription": {
78+
"metaDataVersion": "1.0.0",
79+
"category": "com.microchip.portal.fileRef",
80+
"content": {
81+
"metaDataVersion": "1.0.0",
82+
"fileName": "./README.md",
83+
"mimeType": "text/markdown"
84+
}
85+
}
86+
}
87+
}
6888
}

0 commit comments

Comments
 (0)