Skip to content

Commit 0feead1

Browse files
MPAE-17463 add latest metadata and CTID files and License.txt
1 parent 5c5e4b6 commit 0feead1

File tree

3 files changed

+30
-35
lines changed

3 files changed

+30
-35
lines changed

.gitignore

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,5 @@
22
/**/build/*
33
/**/nbproject/*
44
!/**/nbproject/*.xml
5-
/**/[Ff]ree/production/*
6-
/**/[Pp]ro/production/*
7-
8-
# Uncomment these to include hex/elf files
9-
#!/**/[Ff]ree/production/*.hex
10-
#!/**/[Ff]ree/production/*.elf
11-
#!/**/[Pp]ro/production/*.hex
12-
#!/**/[Pp]ro/production/*.elf
5+
/**/dist/*
6+
/**/.generated_files/*

.main-meta/main.json

Lines changed: 8 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
"metaDataVersion": "1.0.0",
33
"category": "com.microchip.ide.project",
44
"content": {
5-
"metaDataVersion": "1.1.0",
5+
"metaDataVersion": "1.3.0",
66
"name": "com.microchip.mcu8.mplabx.project.pic18f57q43-dma-uart-to-pwm-part2",
7-
"version": "1.0.2",
7+
"version": "2.0.0",
88
"displayName": "DMA controlled LED dimming via Serial Stream",
99
"projectName": "pic18f57q43-dma-uart-to-pwm-part2",
1010
"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.",
1111
"ide": {
1212
"name": "MPLAB X",
13-
"semverRange": ">=5.30.0"
13+
"semverRange": ">=6.15.0"
1414
},
1515
"compiler": [
1616
{
1717
"name": "XC8",
18-
"semverRange": "^2.10.0"
18+
"semverRange": "^2.45.0"
1919
}
2020
],
2121
"dfp": {
@@ -24,7 +24,7 @@
2424
},
2525
"configurator": {
2626
"name": "MCC",
27-
"semverRange": ">=3.95.0"
27+
"semverRange": ">=5.5.7"
2828
},
2929
"device": {
3030
"metaDataVersion": "1.0.0",
@@ -36,28 +36,9 @@
3636
"versionRange": "*"
3737
}
3838
},
39-
"author": "Microchip",
40-
"subcategories": [
41-
"MCC",
42-
[
43-
"Peripherals", "DMA"
44-
],
45-
[
46-
"Peripherals", "UART"
47-
],
48-
[
49-
"Peripherals", "PWM"
50-
]
51-
],
52-
"peripherals": [
53-
"DMA","UART","PWM"
54-
],
55-
"keywords": [
56-
"MCC",
57-
"UART",
58-
"PWM",
59-
"DMA"
60-
],
39+
"author": "Jamus Griego",
40+
"peripherals": ["DMA", "UART", "PWM"],
41+
"keywords": ["Melody", "Curiosity Nano"],
6142
"additionalData": {
6243
"longDescription": {
6344
"metaDataVersion": "1.0.0",

LICENSE.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
(c) 2020 Microchip Technology Inc. and its subsidiaries.
2+
3+
Subject to your compliance with these terms, you may use Microchip software
4+
and any derivatives exclusively with Microchip products. You're responsible
5+
for complying with 3rd party license terms applicable to your use of 3rd
6+
party software (including open source software) that may accompany Microchip
7+
software.
8+
9+
SOFTWARE IS "AS IS." NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY,
10+
APPLY TO THIS SOFTWARE, INCLUDING ANY IMPLIED WARRANTIES OF NON-INFRINGEMENT,
11+
MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE.
12+
13+
IN NO EVENT WILL MICROCHIP BE LIABLE FOR ANY INDIRECT, SPECIAL, PUNITIVE,
14+
INCIDENTAL OR CONSEQUENTIAL LOSS, DAMAGE, COST OR EXPENSE OF ANY KIND
15+
WHATSOEVER RELATED TO THE SOFTWARE, HOWEVER CAUSED, EVEN IF MICROCHIP
16+
HAS BEEN ADVISED OF THE POSSIBILITY OR THE DAMAGES ARE FORESEEABLE. TO
17+
THE FULLEST EXTENT ALLOWED BY LAW, MICROCHIP'S TOTAL LIABILITY ON ALL
18+
CLAIMS RELATED TO THE SOFTWARE WILL NOT EXCEED AMOUNT OF FEES, IF ANY,
19+
YOU PAID DIRECTLY TO MICROCHIP FOR THIS SOFTWARE.
20+

0 commit comments

Comments
 (0)