Skip to content

Commit 8c8e44c

Browse files
committed
MPAE-11924 Metadata Update
1 parent 020ae84 commit 8c8e44c

File tree

1 file changed

+47
-41
lines changed

1 file changed

+47
-41
lines changed

.main-meta/main.json

Lines changed: 47 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,26 @@
44
"content": {
55
"metaDataVersion": "1.1.0",
66
"name": "com.microchip.mcu8.studio.project.avr128db48-opamp-gain-and-offset-calibration",
7-
"version": "1.0.0",
7+
"version": "1.0.1",
88
"displayName": "Gain and Offset Calibration of the Analog Signal Conditioning (OPAMP) Peripheral",
99
"projectName": "avr128db48-opamp-gain-and-offset-calibration",
1010
"shortDescription": "This Atmel Studio 7 bare metal example in Gain and Offset Calibration of the Analog Signal Conditioning (OPAMP) Peripheral (AN3633) shows how to calibrate the gain and offset of the OPAMP when configured as a Programmable Gain Amplifier (PGA). The internal Digital-to-Analog converter (DAC) and Analog-to-Digital converter (ADC) are used to perform the calibration procedure. No external components are required.",
1111
"ide": {
12-
"name": "Studio",
12+
"name": "STUDIO",
1313
"semverRange": ">=7.0.2397"
1414
},
1515
"compiler": [
16-
{
17-
"name": "AVR-GCC",
18-
"semverRange": "^5.4.0"
19-
}
20-
],
16+
{
17+
"name": "AVR GCC",
18+
"semverRange": "^5.4.0"
19+
}
20+
],
2121
"dfp": {
2222
"name": "AVR-Dx_DFP",
2323
"semverRange": "^1.3.67"
2424
},
25-
"configurator": {
26-
"name": "N/A",
25+
"configurator": {
26+
"name": "N/A",
2727
"semverRange": ""
2828
},
2929
"device": {
@@ -39,45 +39,51 @@
3939
"author": "Microchip",
4040
"subcategories": [
4141
[
42-
"Peripherals", "OPAMP"
42+
"Peripherals",
43+
"OPAMP"
4344
],
4445
[
45-
"Peripherals", "DAC"
46+
"Peripherals",
47+
"DAC"
4648
],
47-
[
48-
"Peripherals", "ADC"
49+
[
50+
"Peripherals",
51+
"ADC"
4952
],
5053
[
51-
"Development Kit", "AVR128DB48 Curiosity Nano"
52-
]
54+
"Development Kit",
55+
"AVR128DB48 Curiosity Nano"
56+
]
5357
],
5458
"peripherals": [
55-
"OPAMP", "DAC", "ADC"
59+
"OPAMP",
60+
"DAC",
61+
"ADC"
5662
],
5763
"keywords": [
58-
"Analog Signal Conditioning",
59-
"Operational Amplifier",
60-
"Op Amp",
61-
"Resistor Ladder",
62-
"Amplifier",
63-
"PGA",
64-
"Gain",
65-
"Offset",
66-
"Calibration",
67-
"AVR-DB",
68-
"AVRDB",
69-
"opamp-gain-and-offset-calibration"
64+
"Analog Signal Conditioning",
65+
"Operational Amplifier",
66+
"Op Amp",
67+
"Resistor Ladder",
68+
"Amplifier",
69+
"PGA",
70+
"Gain",
71+
"Offset",
72+
"Calibration",
73+
"AVR-DB",
74+
"AVRDB",
75+
"opamp-gain-and-offset-calibration"
7076
],
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-
}
83-
}
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)