|
3 | 3 | "category": "com.microchip.ide.project", |
4 | 4 | "content": { |
5 | 5 | "metaDataVersion": "1.1.0", |
6 | | - "name": "com.microchip.mcu8.mplabx.project.", |
7 | | - "version": " ", |
8 | | - "displayName": " ", |
9 | | - "projectName": "", |
10 | | - "shortDescription": "", |
| 6 | + "name": "com.microchip.mcu8.mplab.project.atmega4809-adc-basics-mplab", |
| 7 | + "version": "1.0.0", |
| 8 | + "displayName": "ADC Basics with tinyAVR 0- and 1-series, and megaAVR 0-series", |
| 9 | + "projectName": "atmega4809-adc-basics-mplab", |
| 10 | + "shortDescription": "This MPLAB X example demonstrates how to get started with the ADC on the ATmega4809", |
11 | 11 | "ide": { |
12 | | - "name": "", |
13 | | - "semverRange": "" |
| 12 | + "name": "MPLABX", |
| 13 | + "semverRange": ">=5.40" |
14 | 14 | }, |
15 | 15 | "compiler": [ |
16 | | - { |
17 | | - "name": "", |
18 | | - "semverRange": "" |
19 | | - } |
20 | | - ], |
| 16 | + { |
| 17 | + "name": "XC8", |
| 18 | + "semverRange": "^2.20" |
| 19 | + } |
| 20 | + ], |
21 | 21 | "dfp": { |
22 | | - "name": "", |
23 | | - "semverRange": "" |
| 22 | + "name": "ATmega_DFP", |
| 23 | + "semverRange": "^2.2.108" |
24 | 24 | }, |
25 | 25 | "configurator": { |
26 | | - "name": "", |
27 | | - "semverRange": "" |
| 26 | + "name": "START", |
| 27 | + "semverRange": ">=1.7.360" |
28 | 28 | }, |
29 | 29 | "device": { |
30 | 30 | "metaDataVersion": "1.0.0", |
31 | 31 | "category": "com.microchip.portal.contentRef", |
32 | 32 | "content": { |
33 | 33 | "metaDataVersion": "1.0.0", |
34 | 34 | "category": "com.microchip.device", |
35 | | - "name": "", |
| 35 | + "name": "ATmega4809", |
36 | 36 | "versionRange": "*" |
37 | 37 | } |
38 | 38 | }, |
39 | | - "author": "", |
| 39 | + "author": "Microchip", |
40 | 40 | "subcategories": [ |
41 | | - "", |
42 | 41 | [ |
43 | | - "Peripherals", "" |
| 42 | + "Peripherals", |
| 43 | + "VREF" |
44 | 44 | ], |
45 | 45 | [ |
46 | | - "Peripherals", "" |
47 | | - ] |
| 46 | + "Peripherals", |
| 47 | + "ADC" |
| 48 | + ], |
| 49 | + [ |
| 50 | + "Peripherals", |
| 51 | + "USART" |
| 52 | + ], |
| 53 | + [ |
| 54 | + "Development Kit", |
| 55 | + "ATmega4809 Xplained Pro" |
| 56 | + ], |
| 57 | + [ |
| 58 | + "Supporting Tools", |
| 59 | + "MPLAB Data Visualizer" |
| 60 | + ] |
48 | 61 | ], |
49 | 62 | "peripherals": [ |
50 | | - "","" |
| 63 | + "VREF", |
| 64 | + "ADC", |
| 65 | + "USART" |
51 | 66 | ], |
52 | 67 | "keywords": [ |
53 | 68 | "", |
54 | | - "" |
| 69 | + "" |
55 | 70 | ], |
56 | | - "additionalData": { |
57 | | - "longDescription": { |
58 | | - "metaDataVersion": "1.0.0", |
59 | | - "category": "com.microchip.portal.fileRef", |
60 | | - "content": { |
61 | | - "metaDataVersion": "1.0.0", |
62 | | - "fileName": "./README.md", |
63 | | - "mimeType": "text/markdown" |
64 | | - } |
65 | | - } |
66 | | - } |
67 | | - } |
| 71 | + "additionalData": { |
| 72 | + "longDescription": { |
| 73 | + "metaDataVersion": "1.0.0", |
| 74 | + "category": "com.microchip.portal.fileRef", |
| 75 | + "content": { |
| 76 | + "metaDataVersion": "1.0.0", |
| 77 | + "fileName": "./README.md", |
| 78 | + "mimeType": "text/markdown" |
| 79 | + } |
| 80 | + } |
| 81 | + } |
| 82 | + } |
68 | 83 | } |
0 commit comments