Skip to content

Commit

Permalink
MPAE-17463 add latest metadata and CTID files and License.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jams100000-MCHP committed Jan 16, 2024
1 parent 5c5e4b6 commit 0feead1
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 35 deletions.
10 changes: 2 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
/**/dist/*
/**/.generated_files/*
35 changes: 8 additions & 27 deletions .main-meta/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -24,7 +24,7 @@
},
"configurator": {
"name": "MCC",
"semverRange": ">=3.95.0"
"semverRange": ">=5.5.7"
},
"device": {
"metaDataVersion": "1.0.0",
Expand All @@ -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",
Expand Down
20 changes: 20 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 0feead1

Please sign in to comment.