Skip to content

Commit c9b712f

Browse files
committed
MPAE-5074 Updated metadata
1 parent 4c8d6e7 commit c9b712f

File tree

1 file changed

+89
-0
lines changed

1 file changed

+89
-0
lines changed

.main-meta/main.json

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
{
2+
"metaDataVersion": "1.0.0",
3+
"category": "com.microchip.ide.project",
4+
"content": {
5+
"metaDataVersion": "1.1.0",
6+
"name": "com.microchip.mcu8.mplabx.project.attiny1617-quadrature-decoding-mplab",
7+
"version": "1.0.0",
8+
"displayName": "Quadrature Decoding using CCL with TCA and TCB",
9+
"projectName": "attiny1617-quadrature-decoding-mplab",
10+
"shortDescription": "This MPLAB X example demonstrates how to use an ATtiny1617 for Quadrature Decoding using CCL with TCA and TCB",
11+
"ide": {
12+
"name": "MPLABX",
13+
"semverRange": ">=5.40"
14+
},
15+
"compiler": [
16+
{
17+
"name": "XC8",
18+
"semverRange": "^2.20"
19+
}
20+
],
21+
"dfp": {
22+
"name": "ATtiny_DFP",
23+
"semverRange": "^2.2.89"
24+
},
25+
"configurator": {
26+
"name": "START",
27+
"semverRange": ">=1.7.360"
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": "ATtiny1617",
36+
"versionRange": "*"
37+
}
38+
},
39+
"author": "Microchip",
40+
"subcategories": [
41+
[
42+
"Peripherals",
43+
"TCA"
44+
],
45+
[
46+
"Peripherals",
47+
"TCB"
48+
],
49+
[
50+
"Peripherals",
51+
"EVSYS"
52+
],
53+
[
54+
"Peripherals",
55+
"CCL"
56+
],
57+
[
58+
"Peripherals",
59+
"CPUINT"
60+
],
61+
[
62+
"Supporting Tools",
63+
"STK600"
64+
]
65+
],
66+
"peripherals": [
67+
"TCA",
68+
"TCB",
69+
"EVSYS",
70+
"CCL",
71+
"CPUINT"
72+
],
73+
"keywords": [
74+
"",
75+
""
76+
],
77+
"additionalData": {
78+
"longDescription": {
79+
"metaDataVersion": "1.0.0",
80+
"category": "com.microchip.portal.fileRef",
81+
"content": {
82+
"metaDataVersion": "1.0.0",
83+
"fileName": "./README.md",
84+
"mimeType": "text/markdown"
85+
}
86+
}
87+
}
88+
}
89+
}

0 commit comments

Comments
 (0)