@mchp-mcc/melody-common-catalog 1.3.24 → 1.3.26

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.
Files changed (1) hide show
  1. package/package.json +19 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mchp-mcc/melody-common-catalog",
3
- "version": "1.3.24",
3
+ "version": "1.3.26",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "files": [
6
6
  "LICENSE.txt"
@@ -54,6 +54,7 @@
54
54
  ],
55
55
  "name": "WINC15XX Library",
56
56
  "category": "Libraries",
57
+ "deviceFilterRegEx": "^PIC(18.*F[0-9]{2}(Q10|Q40|Q41|Q43|Q83|Q84))$|^(AVR.*D(A|B).*)|^(dsPIC(33C.*|33E.*|33F.*)|PIC24.*)",
57
58
  "description": "The WINC15XX Library allows for quick and easy configuration and code generation for Microchip's ATWINC15x0 SmartConnect module for Internet of Things (IoT) applications.",
58
59
  "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.WINC15XX.RELEASENOTES&version=latest&redirect=true"
59
60
  }
@@ -104,7 +105,7 @@
104
105
  ],
105
106
  "name": "CryptoAuthentication Library",
106
107
  "category": "Libraries",
107
- "deviceFilterRegEx": "^PIC(18.*F[0-9]{2}(Q10|Q40|Q41|Q43|Q83|Q84))$|^(AVR.*D(A|B).*)|^(dsPIC33.*)",
108
+ "deviceFilterRegEx": "^PIC(18.*F[0-9]{2}(Q10|Q40|Q41|Q43|Q83|Q84))$|^(AVR.*D(A|B).*)|^(dsPIC(33C.*|33E.*|33F.*)|PIC24.*)",
108
109
  "description": "The CryptoAuthentication Library allows quick and easy configuration and code generation for security, cryptography, authentication, and encryption applications using Microchip's Secure chip line.",
109
110
  "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.CAL.RELEASENOTES&version=latest&redirect=true"
110
111
  }
@@ -547,6 +548,22 @@
547
548
  "deviceFilterRegEx": "^(AVR.*D(A|B|D).*)",
548
549
  "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.FREERTOS.RELEASENOTES&version=latest&redirect=true"
549
550
  }
551
+ },
552
+ {
553
+ "name": "@mchp-mcc/avr-mcu-motor-control-library",
554
+ "version": "*",
555
+ "meta": {
556
+ "keywords": [
557
+ "avr",
558
+ "library",
559
+ "melody"
560
+ ],
561
+ "name": "AVR® MCU Motor Control Library",
562
+ "category": "Libraries",
563
+ "description": "The AVR® MCU Motor Control Library is a library for the AVR-EB family of devices with support for spinning a BLDC/PMSM motor using either a sensored or sensorless setup. The library interface offers motor specific and power board customizations, as well as MCU settings and pinout functionality.",
564
+ "deviceFilterRegEx": "^AVR.+EB.+$",
565
+ "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.AVR-MCU-MOTOR-CONTROL-LIBRARY.RELEASENOTES&version=latest&redirect=true"
566
+ }
550
567
  }
551
568
  ],
552
569
  "featuredContent": {