@mchp-mcc/melody-common-catalog 1.3.30 → 1.3.33
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 +19 -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.33",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"files": [
|
|
6
6
|
"LICENSE.txt"
|
|
@@ -273,6 +273,23 @@
|
|
|
273
273
|
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.LINCLIENT.RELEASENOTES&version=latest&redirect=true"
|
|
274
274
|
}
|
|
275
275
|
},
|
|
276
|
+
{
|
|
277
|
+
"name": "@mchp-mcc/lin-responder",
|
|
278
|
+
"version": "*",
|
|
279
|
+
"meta": {
|
|
280
|
+
"keywords": [
|
|
281
|
+
"avr",
|
|
282
|
+
"pic8",
|
|
283
|
+
"library",
|
|
284
|
+
"lin"
|
|
285
|
+
],
|
|
286
|
+
"name": "LIN Responder",
|
|
287
|
+
"category": "Libraries",
|
|
288
|
+
"description": "The Local Interconnect Network (LIN) Responder Library is a UART-based driver that handles the communication routines for a LIN responder node.",
|
|
289
|
+
"deviceFilterRegEx": "^(PIC(16|18)|ATtiny|ATmega|AVR).+$",
|
|
290
|
+
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.LIN-RESPONDER.RELEASENOTES&version=latest&redirect=true"
|
|
291
|
+
}
|
|
292
|
+
},
|
|
276
293
|
{
|
|
277
294
|
"name": "@mchp-mcc/touch-library",
|
|
278
295
|
"version": "*",
|
|
@@ -287,7 +304,7 @@
|
|
|
287
304
|
"name": "Touch Library",
|
|
288
305
|
"category": "Libraries",
|
|
289
306
|
"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|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)$",
|
|
307
|
+
"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|75|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
308
|
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.TOUCH.RELEASENOTES&version=latest&redirect=true"
|
|
292
309
|
}
|
|
293
310
|
},
|