Skip to content

Commit

Permalink
MPAE-12429: Metadata fixes after review.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dradnats committed May 21, 2021
1 parent f7c68ee commit 319cb61
Showing 1 changed file with 23 additions and 11 deletions.
34 changes: 23 additions & 11 deletions .main-meta/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"content": {
"metaDataVersion": "1.1.0",
"name": "com.microchip.mcu8.mplabx.project.avr128db48-blink-sw-delay-mplab-mcc",
"version": " ",
"displayName": "AVR128DB48 blink sw delay mplab mcc",
"version": "1.0.0",
"displayName": "LED Blink using software delay",
"projectName": "avr128db48-blink-sw-delay-mplab-mcc",
"shortDescription": "This example uses the MCC Melody Library to show how to configure the device with a software delay and blink the LED on the AVR128DB48 Curiosity Nano development kit",
"ide": {
Expand All @@ -15,16 +15,16 @@
"compiler": [
{
"name": "XC8",
"semverRange": "^2.31.0"
"semverRange": "^2.32.0"
}
],
"dfp": {
"name": "",
"semverRange": ""
"name": "AVR-Dx_DFP",
"semverRange": "^1.7.98"
},
"configurator": {
"name": "",
"semverRange": ""
"name": "MCC",
"semverRange": ">=4.1.0"
},
"device": {
"metaDataVersion": "1.0.0",
Expand All @@ -36,10 +36,22 @@
"versionRange": "*"
}
},
"author": "Martin Thomaz",
"subcategories": [],
"peripherals": [],
"keywords": [],
"author": "Amund Aune",
"subcategories": [
[
"Peripherals", "PORT"
]
],
"peripherals": [
"PORT"
],
"keywords": [
"PORT",
"Delay",
"LED",
"Curiosity Nano",
"Melody"
],
"additionalData": {
"longDescription": {
"metaDataVersion": "1.0.0",
Expand Down

0 comments on commit 319cb61

Please sign in to comment.