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 7af47f9 commit 9c3832f
Showing 1 changed file with 35 additions and 26 deletions.
61 changes: 35 additions & 26 deletions .main-meta/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
"content": {
"metaDataVersion": "1.1.0",
"name": "com.microchip.mcu8.mplabx.project.pic18f16q41-opamp-gain-measurement",
"version": "1.0.1",
"version": "1.0.2",
"displayName": "Measuring Gain with the PIC18F16Q41",
"projectName": "pic18f16q41-opamp-gain-measurement",
"shortDescription": "PIC18F16Q41 - Measuring the Gain of the Operational Amplifier",
"ide": {
"name": "MPLABX",
"name": "MPLAB X",
"semverRange": ">=5.40.0"
},
"compiler": [
{
"name": "XC8",
"semverRange": "^2.20.0"
}
],
{
"name": "XC8",
"semverRange": "^2.20.0"
}
],
"dfp": {
"name": "PIC18F-Q_DFP",
"semverRange": "^1.5.124"
Expand All @@ -40,38 +40,47 @@
"subcategories": [
"MCC",
[
"Peripherals", "OPA"
"Peripherals",
"OPA"
],
[
"Peripherals", "UART"
"Peripherals",
"UART"
],
[
"Peripherals", "ADCC"
"Peripherals",
"ADCC"
],
[
"Peripherals", "DAC"
"Peripherals",
"DAC"
],
[
"Peripherals", "TMR2"
"Peripherals",
"TMR2"
]
],
"peripherals": [
"OPA","UART","ADCC","DAC","TMR2"
"OPA",
"UART",
"ADCC",
"DAC",
"TMR2"
],
"keywords": [
"MCC",
"Intelligent Analog"
],
"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 9c3832f

Please sign in to comment.