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 173c549 commit d972d59
Showing 1 changed file with 31 additions and 27 deletions.
58 changes: 31 additions & 27 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.avr128db48-getting-started-with-mvio-mplab",
"version": "1.0.1",
"version": "1.0.2",
"displayName": "Getting Started With MVIO",
"projectName": "avr128db48-getting-started-with-mvio-mplab",
"shortDescription": "These MPLAB X bare metal examples in Getting Started with Multi Voltage I/O (MVIO) (TB3287) show how the MVIO is used on the AVR® DB family of microcontrollers.  The MVIO peripheral allows a subset of the I/O pins to be powered by a different I/O voltage domain VDDIO2, eliminating the need for external level shifters",
"ide": {
"name": "MPLAB X",
"semverRange": ">=5.40"
"semverRange": ">=5.40.0"
},
"compiler": [
{
"name": "XC8",
"semverRange": "^2.20"
}
],
{
"name": "XC8",
"semverRange": "^2.20.0"
}
],
"dfp": {
"name": "AVR-Dx_DFP",
"semverRange": "^1.4.75"
Expand All @@ -39,17 +39,21 @@
"author": "Microchip",
"subcategories": [
[
"Peripherals", "MVIO"
],
"Peripherals",
"MVIO"
],
[
"Peripherals", "ADC"
"Peripherals",
"ADC"
],
[
"Development Kit", "AVR128DB48 Curiosity Nano"
]
"Development Kit",
"AVR128DB48 Curiosity Nano"
]
],
"peripherals": [
"MVIO","ADC"
"MVIO",
"ADC"
],
"keywords": [
"Getting Started",
Expand All @@ -61,18 +65,18 @@
"Interrupt",
"AVR-DB",
"AVRDB",
"getting-started-with-mvio"
"getting-started-with-mvio"
],
"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 d972d59

Please sign in to comment.