diff --git a/.gitignore b/.gitignore index cb1555a..30f4015 100644 --- a/.gitignore +++ b/.gitignore @@ -2,11 +2,5 @@ /**/build/* /**/nbproject/* !/**/nbproject/*.xml -/**/[Ff]ree/production/* -/**/[Pp]ro/production/* - -# Uncomment these to include hex/elf files -#!/**/[Ff]ree/production/*.hex -#!/**/[Ff]ree/production/*.elf -#!/**/[Pp]ro/production/*.hex -#!/**/[Pp]ro/production/*.elf \ No newline at end of file +/**/dist/* +/**/.generated_files/* diff --git a/.main-meta/main.json b/.main-meta/main.json index 1745002..e8727bf 100644 --- a/.main-meta/main.json +++ b/.main-meta/main.json @@ -2,20 +2,20 @@ "metaDataVersion": "1.0.0", "category": "com.microchip.ide.project", "content": { - "metaDataVersion": "1.1.0", + "metaDataVersion": "1.3.0", "name": "com.microchip.mcu8.mplabx.project.pic18f57q43-dma-uart-to-pwm-part2", - "version": "1.0.2", + "version": "2.0.0", "displayName": "DMA controlled LED dimming via Serial Stream", "projectName": "pic18f57q43-dma-uart-to-pwm-part2", "shortDescription": "Part 2 example showing how to use DMA to transfer data from UART recieve buffer to PWM duty cycle register to control a PWM.", "ide": { "name": "MPLAB X", - "semverRange": ">=5.30.0" + "semverRange": ">=6.15.0" }, "compiler": [ { "name": "XC8", - "semverRange": "^2.10.0" + "semverRange": "^2.45.0" } ], "dfp": { @@ -24,7 +24,7 @@ }, "configurator": { "name": "MCC", - "semverRange": ">=3.95.0" + "semverRange": ">=5.5.7" }, "device": { "metaDataVersion": "1.0.0", @@ -36,28 +36,9 @@ "versionRange": "*" } }, - "author": "Microchip", - "subcategories": [ - "MCC", - [ - "Peripherals", "DMA" - ], - [ - "Peripherals", "UART" - ], - [ - "Peripherals", "PWM" - ] - ], - "peripherals": [ - "DMA","UART","PWM" - ], - "keywords": [ - "MCC", - "UART", - "PWM", - "DMA" - ], + "author": "Jamus Griego", + "peripherals": ["DMA", "UART", "PWM"], + "keywords": ["Melody", "Curiosity Nano"], "additionalData": { "longDescription": { "metaDataVersion": "1.0.0", diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..9a0b262 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,20 @@ + (c) 2020 Microchip Technology Inc. and its subsidiaries. + + Subject to your compliance with these terms, you may use Microchip software + and any derivatives exclusively with Microchip products. You're responsible + for complying with 3rd party license terms applicable to your use of 3rd + party software (including open source software) that may accompany Microchip + software. + + SOFTWARE IS "AS IS." NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY, + APPLY TO THIS SOFTWARE, INCLUDING ANY IMPLIED WARRANTIES OF NON-INFRINGEMENT, + MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE. + + IN NO EVENT WILL MICROCHIP BE LIABLE FOR ANY INDIRECT, SPECIAL, PUNITIVE, + INCIDENTAL OR CONSEQUENTIAL LOSS, DAMAGE, COST OR EXPENSE OF ANY KIND + WHATSOEVER RELATED TO THE SOFTWARE, HOWEVER CAUSED, EVEN IF MICROCHIP + HAS BEEN ADVISED OF THE POSSIBILITY OR THE DAMAGES ARE FORESEEABLE. TO + THE FULLEST EXTENT ALLOWED BY LAW, MICROCHIP'S TOTAL LIABILITY ON ALL + CLAIMS RELATED TO THE SOFTWARE WILL NOT EXCEED AMOUNT OF FEES, IF ANY, + YOU PAID DIRECTLY TO MICROCHIP FOR THIS SOFTWARE. +