Skip to content

Commit

Permalink
MPAE-11924 Metadata Update
Browse files Browse the repository at this point in the history
  • Loading branch information
egilro committed Apr 15, 2021
1 parent a06d6e5 commit 281ca04
Showing 1 changed file with 37 additions and 31 deletions.
68 changes: 37 additions & 31 deletions .main-meta/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@
"content": {
"metaDataVersion": "1.1.0",
"name": "com.microchip.mcu8.studio.project.avr128db48-getting-started-with-xoschf",
"version": "1.0.0",
"version": "1.0.1",
"displayName": "Getting Started with External High-Frequency Oscillator on AVR DB",
"projectName": "avr128db48-getting-started-with-xoschf",
"shortDescription": "These Atmel Studio 7 bare metal examples in Getting Started with High Frequency Crystal Oscillator (XOSCHF) in AVR® DB (TB3272), show how the XOSCHF and Clock Failure Detection (CFD) is used on the AVR DB family of microcontrollers.",
"ide": {
"name": "Studio",
"name": "STUDIO",
"semverRange": ">=7.0.2397"
},
"compiler": [
{
"name": "AVR-GCC",
"semverRange": "^5.4.0"
}
],
{
"name": "AVR GCC",
"semverRange": "^5.4.0"
}
],
"dfp": {
"name": "AVR-Dx_DFP",
"semverRange": "^1.3.67"
},
"configurator": {
"name": "N/A",
"name": "N/A",
"semverRange": ""
},
"device": {
Expand All @@ -39,46 +39,52 @@
"author": "Microchip",
"subcategories": [
[
"Peripherals", "CLKCTRL"
"Peripherals",
"CLKCTRL"
],
[
"Peripherals", "RTC"
],
"Peripherals",
"RTC"
],
[
"Peripherals", "TCD"
"Peripherals",
"TCD"
],
[
"Development Kit", "AVR128DB48 Curiosity Nano"
"Development Kit",
"AVR128DB48 Curiosity Nano"
]
],
"peripherals": [
"CLKCTRL", "RTC", "TCD"
"CLKCTRL",
"RTC",
"TCD"
],
"keywords": [
"Crystal",
"Oscillator",
"Clock",
"External Clock",
"Clock Failure Detection",
"Clock Failure Detection",
"Getting Started",
"CFD",
"XOSCHF",
"NMI",
"PLL",
"AVR-DB",
"AVRDB",
"getting-started-with-xoschf"
"AVR-DB",
"AVRDB",
"getting-started-with-xoschf"
],
"additionalData": {
"longDescription": {
"metaDataVersion": "1.0.0",
"category": "com.microchip.portal.fileRef",
"content": {
"metaDataVersion": "1.0.0",
"fileName": "./README.md",
"mimeType": "text/markdown"
}
}
}
}
}
"additionalData": {
"longDescription": {
"metaDataVersion": "1.0.0",
"category": "com.microchip.portal.fileRef",
"content": {
"metaDataVersion": "1.0.0",
"fileName": "./README.md",
"mimeType": "text/markdown"
}
}
}
}
}

0 comments on commit 281ca04

Please sign in to comment.