Skip to content

Commit

Permalink
MPAE-5442: added metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Alec Miller committed Jul 29, 2020
1 parent b7df3ea commit 55c5872
Showing 1 changed file with 34 additions and 22 deletions.
56 changes: 34 additions & 22 deletions .main-meta/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,55 +3,67 @@
"category": "com.microchip.ide.project",
"content": {
"metaDataVersion": "1.1.0",
"name": "com.microchip.mcu8.mplabx.project.",
"version": " ",
"displayName": " ",
"projectName": "",
"shortDescription": "",
"name": "com.microchip.mcu8.mplabx.project.pic18f57q84-2-axis-cnc",
"version": "1.0.1",
"displayName": "PIC18F57Q84 Two Axis CNC Machine",
"projectName": "pic18f57q84-2-axis-cnc",
"shortDescription": "Core-Independent Two-Axis CNC Machine",
"ide": {
"name": "",
"semverRange": ""
"name": "MPLABX",
"semverRange": ">=5.40."
},
"compiler": [
{
"name": "",
"semverRange": ""
"name": "XC8",
"semverRange": "^2.20.0"
}
],
"dfp": {
"name": "",
"semverRange": ""
"name": "PIC18F-Q_DFP",
"semverRange": "^1.7.130"
},
"configurator": {
"name": "",
"semverRange": ""
"name": "MCC",
"semverRange": ">=3.95.0"
},
"device": {
"metaDataVersion": "1.0.0",
"category": "com.microchip.portal.contentRef",
"content": {
"metaDataVersion": "1.0.0",
"category": "com.microchip.device",
"name": "",
"name": "PIC18F47Q84",
"versionRange": "*"
}
},
"author": "",
"author": "Microchip",
"subcategories": [
"",
"Motor Control",
[
"Peripherals", ""
"Peripherals", "EUSART"
],
[
"Peripherals", ""
]
"Peripherals", "DMA"
],
[
"Peripherals", "NCO"
],
[
"Peripherals", "TIMER"
]
],
"peripherals": [
"",""
"EUSART","DMA","NCO","TIMER"
],
"keywords": [
"",
""
"DMA",
"Core Independent",
"Motor Control",
"Numerically Controlled Oscillator",
"Robotics",
"PIC18",
"Stepper",
"Stepper Motor"
],
"additionalData": {
"longDescription": {
Expand Down

0 comments on commit 55c5872

Please sign in to comment.