Skip to content

Commit 327b457

Browse files
committed
MPAE-12519 Metadata Update
1 parent f49c4e5 commit 327b457

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

.main-meta/main.json

+12-7
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
"content": {
55
"metaDataVersion": "1.1.0",
66
"name": "com.microchip.mcu8.mplabx.project.atmega4809-adc-basics-mplab",
7-
"version": "1.0.0",
7+
"version": "1.0.1",
88
"displayName": "ADC Basics with tinyAVR 0- and 1-series, and megaAVR 0-series",
99
"projectName": "atmega4809-adc-basics-mplab",
1010
"shortDescription": "This MPLAB X example demonstrates how to get started with the ADC on the ATmega4809",
1111
"ide": {
12-
"name": "MPLABX",
13-
"semverRange": ">=5.40"
12+
"name": "MPLAB X",
13+
"semverRange": ">=5.40.0"
1414
},
1515
"compiler": [
1616
{
1717
"name": "XC8",
18-
"semverRange": "^2.20"
18+
"semverRange": "^2.20.0"
1919
}
2020
],
2121
"dfp": {
@@ -65,8 +65,13 @@
6565
"USART"
6666
],
6767
"keywords": [
68-
"",
69-
""
68+
"LED",
69+
"START",
70+
"Sample Accumulation",
71+
"Window Compare",
72+
"Free-Running",
73+
"MPLAB Data Visualizer",
74+
"SAR ADC"
7075
],
7176
"additionalData": {
7277
"longDescription": {
@@ -80,4 +85,4 @@
8085
}
8186
}
8287
}
83-
}
88+
}

0 commit comments

Comments
 (0)