avr128da48-cnano-led-blink-.../.main-meta/main.json

60 wiersze
1.7 KiB
JSON

{
"metaDataVersion": "1.0.0",
"category": "com.microchip.ide.project",
"content": {
"metaDataVersion": "1.3.0",
"name": "com.microchip.mcu8.mplabx.project.avr128da48-cnano-led-blink-pwm-mcc",
"version": "2.0.1",
"displayName": "LED Blink using PWM",
"projectName": "avr128da48-cnano-led-blink-pwm-mcc",
"shortDescription": "This repository provides an MPLAB X project with a MCC generated code example for an LED blink driven by a PWM signal. The example demonstrates how to generate a PWM signal using a timer",
"ide": {
"name": "MPLAB X",
"semverRange": ">=6.10.0"
},
"compiler": [
{
"name": "XC8",
"semverRange": "^2.41.0"
}
],
"dfp": {
"name": "AVR-Dx_DFP",
"semverRange": "^2.3.272"
},
"configurator": {
"name": "MCC",
"semverRange": ">=5.3.7"
},
"device": {
"metaDataVersion": "1.0.0",
"category": "com.microchip.portal.contentRef",
"content": {
"metaDataVersion": "1.0.0",
"category": "com.microchip.device",
"name": "AVR128DA48",
"versionRange": "*"
}
},
"author": "Microchip",
"peripherals": [
"TCA"
],
"keywords": [
"LED",
"Getting Started",
"Melody"
],
"additionalData": {
"longDescription": {
"metaDataVersion": "1.0.0",
"category": "com.microchip.portal.fileRef",
"content": {
"metaDataVersion": "1.0.0",
"fileName": "./README.md",
"mimeType": "text/markdown"
}
}
}
}
}