Skip to content

Commit 7590dc7

Browse files
Julie Revdahlegilro
authored andcommitted
MPAE-4724: Added metadata
1 parent dbb69c7 commit 7590dc7

File tree

1 file changed

+59
-37
lines changed

1 file changed

+59
-37
lines changed

.main-meta/main.json

Lines changed: 59 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -3,66 +3,88 @@
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.attiny817-getting-started-with-the-tinyavr-1-series-mplab",
7+
"version": "1.0.0",
8+
"displayName": "Getting Started with the tinyAVR® 1-series",
9+
"projectName": "attiny817-getting-started-with-the-tinyavr-1-series-mplab",
10+
"shortDescription": "This repository is a training module covering basics of GPIO, TCA, TCB, events, USART, CCL and PIT to create simple applications for the ATtinyAVR 1-series.",
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.29"
19+
}
20+
],
2121
"dfp": {
22-
"name": "",
23-
"semverRange": ""
22+
"name": "ATtiny_DFP",
23+
"semverRange": "^2.2.89"
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": "ATtiny817",
3636
"versionRange": "*"
3737
}
3838
},
39-
"author": "",
39+
"author": "Microchip",
4040
"subcategories": [
41-
"",
41+
"START",
42+
[
43+
"Peripherals",
44+
"TCA"
45+
],
46+
[
47+
"Peripherals",
48+
"TCB"
49+
],
4250
[
43-
"Peripherals", ""
51+
"Peripherals",
52+
"CCL"
4453
],
4554
[
46-
"Peripherals", ""
47-
]
55+
"Peripherals",
56+
"USART"
57+
],
58+
[
59+
"Peripherals",
60+
"RTC"
61+
],
62+
[
63+
"Development Kit",
64+
"ATtiny817 Xplained Pro"
65+
]
4866
],
4967
"peripherals": [
50-
"",""
68+
"TCA",
69+
"TCB",
70+
"CCL",
71+
"USART",
72+
"RTC"
5173
],
5274
"keywords": [
5375
"",
54-
""
76+
""
5577
],
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-
}
68-
}
78+
"additionalData": {
79+
"longDescription": {
80+
"metaDataVersion": "1.0.0",
81+
"category": "com.microchip.portal.fileRef",
82+
"content": {
83+
"metaDataVersion": "1.0.0",
84+
"fileName": "./README.md",
85+
"mimeType": "text/markdown"
86+
}
87+
}
88+
}
89+
}
90+
}

0 commit comments

Comments
 (0)