@mchp-mcc/melody-common-catalog 1.3.13 → 1.3.15

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 +4 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mchp-mcc/melody-common-catalog",
3
- "version": "1.3.13",
3
+ "version": "1.3.15",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "files": [
6
6
  "LICENSE.txt"
@@ -293,7 +293,7 @@
293
293
  "name": "Touch Library",
294
294
  "category": "Libraries",
295
295
  "description": "The Touch Library allows for quick and easy C code generation of Microchip's capacitive sensing software library.",
296
- "deviceFilterRegEx": "^AVR[0-9]+D[A].*|^PIC18F.*Q(10|20|40|41|43|71)$|^PIC16[L]{0,1}F188.*$|^PIC16F1(71|80|81).*$|^ATtiny(8|16|32)1.*$|^dsPIC33CK.*$",
296
+ "deviceFilterRegEx": "^AVR[0-9]+D[A].*|^PIC18F.*Q(10|20|40|41|43|71|83|84)$|^PIC16[L]{0,1}F188.*$|^PIC16F1(71|80|81).*$|^ATtiny(8|16|32)1.*$|^dsPIC33CK.*$|^ATmega32(4|8)PB$",
297
297
  "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.TOUCH.RELEASENOTES&version=latest&redirect=true"
298
298
  }
299
299
  },
@@ -465,11 +465,10 @@
465
465
  "driver",
466
466
  "dspic"
467
467
  ],
468
- "name": "can-tp",
468
+ "name": "CAN-TP",
469
469
  "category": "Libraries",
470
470
  "description": "Library implementation of ISO 15765-2 CAN-TP protocol",
471
- "deviceFilterRegEx": ".*",
472
- "defaultSelection": true,
471
+ "deviceFilterRegEx": "dsPIC33CK[0-9]{2,3}MP5[0-9]{2}|dsPIC33CK[0-9]{3}MP6[0-9]{2}|dsPIC33CK[0-9]{3,4}MP7[0-9]{2}|dsPIC33CK[0-9]{3}MC5[0-9]{2}|dsPIC33CDV?C?[0-9]{3}MP506|dsPIC33CK?[0-9]{3}MPT608|dsPIC33CH[0-9]{2,3}MP5[0-9]{2}",
473
472
  "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.CAN_TP.RELEASENOTES&version=latest&redirect=true"
474
473
  }
475
474
  },