File tree Expand file tree Collapse file tree 3 files changed +30
-35
lines changed Expand file tree Collapse file tree 3 files changed +30
-35
lines changed Original file line number Diff line number Diff line change 2
2
/** /build /*
3
3
/** /nbproject /*
4
4
! /** /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 /*
Original file line number Diff line number Diff line change 2
2
"metaDataVersion" : " 1.0.0" ,
3
3
"category" : " com.microchip.ide.project" ,
4
4
"content" : {
5
- "metaDataVersion" : " 1.1 .0" ,
5
+ "metaDataVersion" : " 1.3 .0" ,
6
6
"name" : " com.microchip.mcu8.mplabx.project.pic18f57q43-dma-uart-to-pwm-part2" ,
7
- "version" : " 1 .0.2 " ,
7
+ "version" : " 2 .0.0 " ,
8
8
"displayName" : " DMA controlled LED dimming via Serial Stream" ,
9
9
"projectName" : " pic18f57q43-dma-uart-to-pwm-part2" ,
10
10
"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." ,
11
11
"ide" : {
12
12
"name" : " MPLAB X" ,
13
- "semverRange" : " >=5.30 .0"
13
+ "semverRange" : " >=6.15 .0"
14
14
},
15
15
"compiler" : [
16
16
{
17
17
"name" : " XC8" ,
18
- "semverRange" : " ^2.10 .0"
18
+ "semverRange" : " ^2.45 .0"
19
19
}
20
20
],
21
21
"dfp" : {
24
24
},
25
25
"configurator" : {
26
26
"name" : " MCC" ,
27
- "semverRange" : " >=3.95.0 "
27
+ "semverRange" : " >=5.5.7 "
28
28
},
29
29
"device" : {
30
30
"metaDataVersion" : " 1.0.0" ,
36
36
"versionRange" : " *"
37
37
}
38
38
},
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" ],
61
42
"additionalData" : {
62
43
"longDescription" : {
63
44
"metaDataVersion" : " 1.0.0" ,
Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments