Skip to content

Commit 9f6a8d3

Browse files
committed
MPAE-12519 Metadata Update
1 parent b69b2c0 commit 9f6a8d3

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

.main-meta/main.json

Lines changed: 11 additions & 7 deletions
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-cnano-getting-started-with-freertos-mplab",
7-
"version": "1.0.0",
7+
"version": "1.0.1",
88
"displayName": "Getting Started with FreeRTOS on megaAVR® 0-series",
99
"projectName": "atmega4809-cnano-getting-started-with-freertos-mplab",
1010
"shortDescription": "This is an example of how to get started with FreeRTOS™ on the AVR architecture with ATmega4809 Curiosity Nano. FreeRTOS™ is a real-time operative system kernel which allows the MCU to operate with different tasks simultaneously. This is accomplished with mutexes, semaphores and software timers.",
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": {
@@ -70,8 +70,12 @@
7070
"GPIO"
7171
],
7272
"keywords": [
73-
"",
74-
""
73+
"INT",
74+
"Communication",
75+
"OLED",
76+
"MPLAB Data Visualizer",
77+
"FreeRTOS",
78+
"Curiosity Nano"
7579
],
7680
"additionalData": {
7781
"longDescription": {
@@ -85,4 +89,4 @@
8589
}
8690
}
8791
}
88-
}
92+
}

0 commit comments

Comments
 (0)