@mchp-mcc/melody-common-catalog 1.3.28 → 1.3.30

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mchp-mcc/melody-common-catalog",
3
- "version": "1.3.28",
3
+ "version": "1.3.30",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "files": [
6
6
  "LICENSE.txt"
@@ -287,7 +287,7 @@
287
287
  "name": "Touch Library",
288
288
  "category": "Libraries",
289
289
  "description": "The Touch Library allows for quick and easy C code generation of Microchip's capacitive sensing software library.",
290
- "deviceFilterRegEx": "^AVR[0-9]+D[A].*$|^PIC18F.*Q(10|20|24|40|41|43|71|83|84)$|^PIC16[L]{0,1}F1(31|71|80|81|84|88).{2}$|^ATtiny(8|16|32)1.*$|^dsPIC33CK.*$|^ATmega32(4|8)PB$",
290
+ "deviceFilterRegEx": "^AVR[0-9]+D[A].*$|^PIC18F.*Q(10|20|24|40|41|43|71|83|84)$|^PIC16[L]{0,1}F1(31|52|71|80|81|84|88).{2}$|^ATtiny(8|16|32)1.*$|^dsPIC33C(H|K).*$|^ATmega32(4|8)PB$|^PIC18[L]{0,1}F.*K(40|42)$",
291
291
  "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.TOUCH.RELEASENOTES&version=latest&redirect=true"
292
292
  }
293
293
  },
@@ -561,7 +561,7 @@
561
561
  "name": "AVR® MCU Motor Control Library",
562
562
  "category": "Libraries",
563
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.+$",
564
+ "deviceFilterRegEx": "^AVR(16|32)EB(20|28|32)$",
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
567
  },