Skip to content

Commit

Permalink
MPAE-11924 Metadata Update
Browse files Browse the repository at this point in the history
  • Loading branch information
egilro committed Apr 15, 2021
1 parent 2e40340 commit b2437c7
Showing 1 changed file with 32 additions and 24 deletions.
56 changes: 32 additions & 24 deletions .main-meta/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
"content": {
"metaDataVersion": "1.1.0",
"name": "com.microchip.mcu8.mplabx.project.avr128db48-getting-started-with-opamp-mplab-mcc",
"version": "1.0.0",
"version": "1.0.1",
"displayName": "Getting Started with Analog Signal Conditioning (OPAMP)",
"projectName": "avr128db48-getting-started-with-opamp-mplab-mcc",
"shortDescription": "These MPLAB X MCC examples in Getting Started with Analog Signal Conditioning (OPAMP) (TB3286), show how the OPAMP can be used on the AVR DB family of microcontrollers.The OPAMP peripheral features up to three internal operational amplifiers.",
"ide": {
"name": "MPLAB X",
"semverRange": ">=5.40"
"semverRange": ">=5.40.0"
},
"compiler": [
{
"name": "XC8",
"semverRange": "^2.30"
"semverRange": "^2.30.0"
}
],
"dfp": {
Expand All @@ -39,33 +39,41 @@
"author": "Martin Mostad",
"subcategories": [
[
"Peripherals", "OPAMP"
"Peripherals",
"OPAMP"
],
[
"Peripherals", "ADC"
],
"Peripherals",
"ADC"
],
[
"Peripherals", "DAC"
"Peripherals",
"DAC"
],
[
"Development Kit", "AVR128DB48 Curiosity Nano"
"Development Kit",
"AVR128DB48 Curiosity Nano"
],
[
"Supporting Tools", "MPLAB Data Visualizer"
"Supporting Tools",
"MPLAB Data Visualizer"
],
[
"Supporting Tools", "MPLAB Mindi"
"Supporting Tools",
"MPLAB Mindi"
]
],
"peripherals": [
"OPAMP", "ADC", "DAC"
"OPAMP",
"ADC",
"DAC"
],
"keywords": [
"Analog Signal Conditioning",
"Getting Started",
"Digital-to-Analog Converter",
"Resistor Ladder",
"Adjustable Gain",
"Adjustable Gain",
"Programmable Gain",
"Operational Amplifier",
"Op Amp",
Expand All @@ -83,16 +91,16 @@
"AVRDB",
"getting-started-with-opamp"
],
"additionalData": {
"longDescription": {
"metaDataVersion": "1.0.0",
"category": "com.microchip.portal.fileRef",
"content": {
"metaDataVersion": "1.0.0",
"fileName": "./README.md",
"mimeType": "text/markdown"
}
}
}
}
"additionalData": {
"longDescription": {
"metaDataVersion": "1.0.0",
"category": "com.microchip.portal.fileRef",
"content": {
"metaDataVersion": "1.0.0",
"fileName": "./README.md",
"mimeType": "text/markdown"
}
}
}
}
}

0 comments on commit b2437c7

Please sign in to comment.