Skip to content

Commit e5e2c85

Browse files
committed
MPAE-4746: Updated metadata
1 parent be6deda commit e5e2c85

File tree

1 file changed

+51
-36
lines changed

1 file changed

+51
-36
lines changed

.main-meta/main.json

+51-36
Original file line numberDiff line numberDiff line change
@@ -3,66 +3,81 @@
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.mplab.project.atmega4809-adc-basics-mplab",
7+
"version": "1.0.0",
8+
"displayName": "ADC Basics with tinyAVR 0- and 1-series, and megaAVR 0-series",
9+
"projectName": "atmega4809-adc-basics-mplab",
10+
"shortDescription": "This MPLAB X example demonstrates how to get started with the ADC on the ATmega4809",
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"
4444
],
4545
[
46-
"Peripherals", ""
47-
]
46+
"Peripherals",
47+
"ADC"
48+
],
49+
[
50+
"Peripherals",
51+
"USART"
52+
],
53+
[
54+
"Development Kit",
55+
"ATmega4809 Xplained Pro"
56+
],
57+
[
58+
"Supporting Tools",
59+
"MPLAB Data Visualizer"
60+
]
4861
],
4962
"peripherals": [
50-
"",""
63+
"VREF",
64+
"ADC",
65+
"USART"
5166
],
5267
"keywords": [
5368
"",
54-
""
69+
""
5570
],
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-
}
71+
"additionalData": {
72+
"longDescription": {
73+
"metaDataVersion": "1.0.0",
74+
"category": "com.microchip.portal.fileRef",
75+
"content": {
76+
"metaDataVersion": "1.0.0",
77+
"fileName": "./README.md",
78+
"mimeType": "text/markdown"
79+
}
80+
}
81+
}
82+
}
6883
}

0 commit comments

Comments
 (0)