From 00fcf1fa9183b790b24a29bd3afa1068bf18b3d3 Mon Sep 17 00:00:00 2001 From: Egil Rotevatn Date: Thu, 15 Apr 2021 12:00:32 +0200 Subject: [PATCH] MPAE-11924 Metadata Update --- .main-meta/main.json | 57 +++++++++++++++++++++++++------------------- 1 file changed, 32 insertions(+), 25 deletions(-) diff --git a/.main-meta/main.json b/.main-meta/main.json index f9f9642..bdb28d3 100644 --- a/.main-meta/main.json +++ b/.main-meta/main.json @@ -4,20 +4,20 @@ "content": { "metaDataVersion": "1.1.0", "name": "com.microchip.mcu8.mplabx.project.pic18f57q84-2-axis-cnc", - "version": "1.0.2", + "version": "1.0.3", "displayName": "PIC18F57Q84 Two Axis CNC Machine", "projectName": "pic18f57q84-2-axis-cnc", "shortDescription": "Core-Independent Two-Axis CNC Machine", "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" @@ -40,20 +40,27 @@ "subcategories": [ "Motor Control", [ - "Peripherals", "EUSART" + "Peripherals", + "EUSART" ], [ - "Peripherals", "DMA" + "Peripherals", + "DMA" ], [ - "Peripherals", "NCO" + "Peripherals", + "NCO" ], [ - "Peripherals", "TIMER" + "Peripherals", + "TIMER" ] ], "peripherals": [ - "EUSART","DMA","NCO","TIMER" + "EUSART", + "DMA", + "NCO", + "TIMER" ], "keywords": [ "DMA", @@ -65,16 +72,16 @@ "Stepper", "Stepper Motor" ], - "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" + } + } + } + } +} \ No newline at end of file