Skip to content

Commit ccd1aad

Browse files
committed
MPAE-11924 Metadata Update
1 parent cc6a8f4 commit ccd1aad

File tree

1 file changed

+36
-29
lines changed

1 file changed

+36
-29
lines changed

.main-meta/main.json

Lines changed: 36 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
"content": {
55
"metaDataVersion": "1.1.0",
66
"name": "com.microchip.mcu8.mplabx.project.avr128db48-using-opamp-as-a-regulated-power-supply-mplab",
7-
"version": "1.0.2",
7+
"version": "1.0.3",
88
"displayName": "Using OPAMP as a Regulated Power Supply",
99
"projectName": "avr128db48-using-opamp-as-a-regulated-power-supply-mplab",
1010
"shortDescription": "This MPLAB X bare metal example in Using the Internal OPAMP as Regulated Power Supply for MVIO (AN3636) shows how to use the OPAMP as a regulated power supply for a second voltage domain. This removes the need for a second external power supply. The regulated power supply features is showcased by acting as the second power supply for the Multi-Voltage I/O (MVIO)",
1111
"ide": {
1212
"name": "MPLAB X",
13-
"semverRange": ">=5.40"
13+
"semverRange": ">=5.40.0"
1414
},
1515
"compiler": [
16-
{
17-
"name": "XC8",
18-
"semverRange": "^2.20"
19-
}
20-
],
16+
{
17+
"name": "XC8",
18+
"semverRange": "^2.20.0"
19+
}
20+
],
2121
"dfp": {
2222
"name": "AVR-Dx_DFP",
2323
"semverRange": "^1.4.75"
@@ -39,23 +39,31 @@
3939
"author": "Microchip",
4040
"subcategories": [
4141
[
42-
"Peripherals", "OPAMP"
42+
"Peripherals",
43+
"OPAMP"
4344
],
4445
[
45-
"Peripherals", "MVIO"
46-
],
46+
"Peripherals",
47+
"MVIO"
48+
],
4749
[
48-
"Peripherals", "DAC"
50+
"Peripherals",
51+
"DAC"
4952
],
5053
[
51-
"Peripherals", "ADC"
54+
"Peripherals",
55+
"ADC"
5256
],
5357
[
54-
"Development Kit", "AVR128DB48 Curiosity Nano"
55-
]
58+
"Development Kit",
59+
"AVR128DB48 Curiosity Nano"
60+
]
5661
],
5762
"peripherals": [
58-
"OPAMP","MVIO","DAC","ADC"
63+
"OPAMP",
64+
"MVIO",
65+
"DAC",
66+
"ADC"
5967
],
6068
"keywords": [
6169
"Analog Signal Conditioning",
@@ -70,18 +78,17 @@
7078
"AVR-DB",
7179
"AVRDB",
7280
"use-opamp-regulated-power-supply"
73-
7481
],
75-
"additionalData": {
76-
"longDescription": {
77-
"metaDataVersion": "1.0.0",
78-
"category": "com.microchip.portal.fileRef",
79-
"content": {
80-
"metaDataVersion": "1.0.0",
81-
"fileName": "./README.md",
82-
"mimeType": "text/markdown"
83-
}
84-
}
85-
}
86-
}
87-
}
82+
"additionalData": {
83+
"longDescription": {
84+
"metaDataVersion": "1.0.0",
85+
"category": "com.microchip.portal.fileRef",
86+
"content": {
87+
"metaDataVersion": "1.0.0",
88+
"fileName": "./README.md",
89+
"mimeType": "text/markdown"
90+
}
91+
}
92+
}
93+
}
94+
}

0 commit comments

Comments
 (0)