-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmain.json
54 lines (54 loc) · 1.61 KB
/
main.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"metaDataVersion": "1.0.0",
"category": "com.microchip.ide.project",
"content": {
"metaDataVersion": "1.3.0",
"name": "com.microchip.mcu8.mplabx.project.pic18f57q43-dma-uart-to-pwm-part2",
"version": "3.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": "^6.2.0"
},
"compiler": [
{
"name": "XC8",
"semverRange": "^3.0.0"
}
],
"dfp": {
"name": "PIC18-Q_DFP",
"semverRange": "^1.26.442"
},
"configurator": {
"name": "MCC",
"semverRange": ">=5.7.1"
},
"device": {
"metaDataVersion": "1.0.0",
"category": "com.microchip.portal.contentRef",
"content": {
"metaDataVersion": "1.0.0",
"category": "com.microchip.device",
"name": "PIC18F57Q43",
"versionRange": "*"
}
},
"author": "Jamus Griego",
"peripherals": ["DMA", "UART", "PWM"],
"keywords": ["Melody", "Curiosity Nano"],
"additionalData": {
"longDescription": {
"metaDataVersion": "1.0.0",
"category": "com.microchip.portal.fileRef",
"content": {
"metaDataVersion": "1.0.0",
"fileName": "./README.md",
"mimeType": "text/markdown"
}
}
}
}
}