@mchp-mcc/melody-common-catalog 1.3.26 → 1.3.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +18 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mchp-mcc/melody-common-catalog",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.27",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"files": [
|
|
6
6
|
"LICENSE.txt"
|
|
@@ -564,6 +564,23 @@
|
|
|
564
564
|
"deviceFilterRegEx": "^AVR.+EB.+$",
|
|
565
565
|
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.AVR-MCU-MOTOR-CONTROL-LIBRARY.RELEASENOTES&version=latest&redirect=true"
|
|
566
566
|
}
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"name": "@mchp-mcc/generic-driver-interfaces",
|
|
570
|
+
"version": "*",
|
|
571
|
+
"meta": {
|
|
572
|
+
"keywords": [
|
|
573
|
+
"avr",
|
|
574
|
+
"pic8",
|
|
575
|
+
"driver"
|
|
576
|
+
],
|
|
577
|
+
"category": "Libraries",
|
|
578
|
+
"description": "The Generic Driver Interfaces library contains sets of portable, abstract, and generic APIs for commonly used drivers.",
|
|
579
|
+
"deviceFilterRegEx": "^(PIC(16|18)|ATtiny|ATmega|AVR).+$",
|
|
580
|
+
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.GENERIC-DRIVER-INTERFACES.RELEASENOTES&version=latest&redirect=true",
|
|
581
|
+
"name": "Generic Driver Interfaces",
|
|
582
|
+
"defaultSelection": true
|
|
583
|
+
}
|
|
567
584
|
}
|
|
568
585
|
],
|
|
569
586
|
"featuredContent": {
|