Skip to content

Commit f832b63

Browse files
committed
MPAE-11426: Fixed metadata
1 parent 0d11f1f commit f832b63

File tree

1 file changed

+19
-24
lines changed

1 file changed

+19
-24
lines changed

.main-meta/main.json

Lines changed: 19 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,55 +3,50 @@
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.pic16f18446-sensor-board-battery-measurement",
7+
"version": "1.0.1",
8+
"displayName": "Sensor Board Battery Measurement",
9+
"projectName": "pic16f18446-sensor-board-battery-measurement",
10+
"shortDescription": "Battery (Vdd) level measurement is performed while the display is turned on. The percentage level of the remaining charge in the batteries is shown as a battery icon with proportional filling in the top-right corner of the display. Additionally, the battery voltage in Volts and percentage graph are displayed.",
1111
"ide": {
12-
"name": "",
13-
"semverRange": ""
12+
"name": "MPLAB X",
13+
"semverRange": ">=5.30.0"
1414
},
1515
"compiler": [
1616
{
17-
"name": "",
18-
"semverRange": ""
17+
"name": "XC8",
18+
"semverRange": "^2.10.0"
1919
}
2020
],
2121
"dfp": {
22-
"name": "",
23-
"semverRange": ""
22+
"name": "PIC16F1xxxx_DFP",
23+
"semverRange": "^1.2.99"
2424
},
2525
"configurator": {
26-
"name": "",
27-
"semverRange": ""
26+
"name": "MCC",
27+
"semverRange": ">=3.95.0"
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": "PIC16F18446",
3636
"versionRange": "*"
3737
}
3838
},
39-
"author": "",
39+
"author": "Microchip",
4040
"subcategories": [
41-
"",
4241
[
43-
"Peripherals", ""
44-
],
45-
[
46-
"Peripherals", ""
47-
]
42+
"Peripherals", "ADCC"
43+
]
4844
],
4945
"peripherals": [
50-
"",""
46+
"ADCC"
5147
],
5248
"keywords": [
53-
"",
54-
""
49+
"Battery level"
5550
],
5651
"additionalData": {
5752
"longDescription": {

0 commit comments

Comments
 (0)