MPAE-8028: fix metadata

master
Iustinian Bujor 2020-12-02 13:36:36 +02:00
rodzic 40bcd767ce
commit b6127bea6f
1 zmienionych plików z 8 dodań i 5 usunięć

Wyświetl plik

@ -5,7 +5,7 @@
"metaDataVersion": "1.1.0",
"name": "com.microchip.mcu8.mplabx.project.avr128da48-cnano-ws2812-mplab-mcc",
"version": "1.0.0",
"displayName": "AVR128DA48 RGB lighting with WS2812 using SPI and CCL",
"displayName": "RGB lighting with WS2812 using SPI and CCL",
"projectName": "avr128da48-cnano-ws2812-mplab-mcc",
"shortDescription": "This repository contains an MCC generated code example that interfaces the WS2812 RGB LED with AVR128DA48 microcontroller using CCL, SPI, TCA and EVSYS.",
"ide": {
@ -14,7 +14,7 @@
},
"compiler": [
{
"name": "XC8",
"name": "AVR XC8",
"semverRange": "^2.30.0"
}
],
@ -38,10 +38,13 @@
},
"author": "Microchip",
"subcategories": [
[
"peripherals", "CCL"
]
],
"peripherals": [ "CCL"
],
"peripherals": [ "SPI", "CCL", "TCA", "EVSYS"
],
"keywords": [ "WS2812", "RGB LED", "LED stripe", "RGB", "lighting"
"keywords": [ "WS2812", "RGB LED", "LED stripe", "RGB", "lighting",
],
"additionalData": {
"longDescription": {