@mchp-mcc/melody-common-catalog 1.3.13 → 1.3.14
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 +2 -2
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.14",
|
|
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
|
},
|