@mchp-mcc/melody-common-catalog 1.2.15 → 1.3.2
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 +48 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mchp-mcc/melody-common-catalog",
|
|
3
|
-
"version": "1.2
|
|
3
|
+
"version": "1.3.2",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"files": [
|
|
6
6
|
"LICENSE.txt"
|
|
@@ -58,6 +58,30 @@
|
|
|
58
58
|
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.WINC15XX.RELEASENOTES&version=latest&redirect=true"
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
|
+
{
|
|
62
|
+
"name": "@mchp-mcc/bootloader-8bit",
|
|
63
|
+
"version": "*",
|
|
64
|
+
"meta": {
|
|
65
|
+
"keywords": [
|
|
66
|
+
"library",
|
|
67
|
+
"pic8",
|
|
68
|
+
"avr"
|
|
69
|
+
],
|
|
70
|
+
"supportedDeviceFamilies": [
|
|
71
|
+
"PIC16F152XX",
|
|
72
|
+
"PIC16F188XX",
|
|
73
|
+
"PIC18FxxQ40_Q41",
|
|
74
|
+
"PIC18FXXQ43",
|
|
75
|
+
"AVR",
|
|
76
|
+
"AVR DA"
|
|
77
|
+
],
|
|
78
|
+
"name": "Bootloader 8-Bit",
|
|
79
|
+
"category": "Libraries/Bootloader",
|
|
80
|
+
"deviceFilterRegEx": "PIC16(LF|F)(152|188).*|PIC18F.*Q4.*|ATtiny.*(0|1)[1-9]|AVR.*DA.*",
|
|
81
|
+
"description": "The 8-Bit Bootloader Library provides a means for users to configure a basic bootloader on 8-bit devices.",
|
|
82
|
+
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.BOOTLOADER8BIT.RELEASENOTES&version=latest&redirect=true"
|
|
83
|
+
}
|
|
84
|
+
},
|
|
61
85
|
{
|
|
62
86
|
"name": "@mchp-mcc/crypto-authentication-library",
|
|
63
87
|
"version": "*",
|
|
@@ -285,7 +309,7 @@
|
|
|
285
309
|
"name": "Touch Library",
|
|
286
310
|
"category": "Libraries",
|
|
287
311
|
"description": "The Touch Library allows for quick and easy C code generation of Microchip's capacitive sensing software library. ",
|
|
288
|
-
"deviceFilterRegEx": "^AVR[0-9]+D[A].*|^PIC18F.*Q(10|40|41|43)$|^PIC16[L]{0,1}F188.*$|^
|
|
312
|
+
"deviceFilterRegEx": "^AVR[0-9]+D[A].*|^PIC18F.*Q(10|40|41|43|71)$|^PIC16[L]{0,1}F188.*$|^PIC16F180.*$|^ATtiny(8|16|32)1.*$",
|
|
289
313
|
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.TOUCH.RELEASENOTES&version=latest&redirect=true"
|
|
290
314
|
}
|
|
291
315
|
},
|
|
@@ -384,7 +408,7 @@
|
|
|
384
408
|
"name": "Temperature Sensor",
|
|
385
409
|
"category": "Libraries",
|
|
386
410
|
"description": "The Generic Temperature Sensor Module offers a collection of temperature sensor drivers, and also provides generic APIs that can get users started in designing their own temperature sensor solutions.",
|
|
387
|
-
"releaseNotesLink": "",
|
|
411
|
+
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.TEMPSENSORLIB.RELEASENOTES&version=latest&redirect=true",
|
|
388
412
|
"deviceFilterRegEx": "^(PIC(16|18)|ATtiny|AVR).+$"
|
|
389
413
|
}
|
|
390
414
|
},
|
|
@@ -395,15 +419,13 @@
|
|
|
395
419
|
"keywords": [
|
|
396
420
|
"avr",
|
|
397
421
|
"pic8",
|
|
398
|
-
"driver"
|
|
399
|
-
"dspic",
|
|
400
|
-
"pic24"
|
|
422
|
+
"driver"
|
|
401
423
|
],
|
|
402
424
|
"name": "EEPROM",
|
|
403
425
|
"category": "Libraries",
|
|
404
426
|
"description": "The EEPROM Library supports various EEPROM devices and provides generic APIs that the users can use in designing their EEPROM applications.",
|
|
405
427
|
"releaseNotesLink": "",
|
|
406
|
-
"deviceFilterRegEx": "
|
|
428
|
+
"deviceFilterRegEx": "^(PIC(16|18)|ATtiny|AVR).+$"
|
|
407
429
|
}
|
|
408
430
|
},
|
|
409
431
|
{
|
|
@@ -468,6 +490,22 @@
|
|
|
468
490
|
"description": "TCPIP-Lite Drivers for AVR and PIC 8-bit devices. Allows for quick and easy configuration and code generation of the latest TCP/IP Lite stack.",
|
|
469
491
|
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.TCPIPLITE.RELEASENOTES&version=latest&redirect=true"
|
|
470
492
|
}
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"name": "@mchp-mcc/can-tp",
|
|
496
|
+
"version": "*",
|
|
497
|
+
"meta": {
|
|
498
|
+
"keywords": [
|
|
499
|
+
"driver",
|
|
500
|
+
"dspic"
|
|
501
|
+
],
|
|
502
|
+
"name": "can-tp",
|
|
503
|
+
"category": "Libraries",
|
|
504
|
+
"description": "Library implementation of ISO 15765-2 CAN-TP protocol",
|
|
505
|
+
"deviceFilterRegEx": ".*",
|
|
506
|
+
"defaultSelection": true,
|
|
507
|
+
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.CAN_TP.RELEASENOTES&version=latest&redirect=true"
|
|
508
|
+
}
|
|
471
509
|
}
|
|
472
510
|
],
|
|
473
511
|
"featuredContent": {
|
|
@@ -489,6 +527,9 @@
|
|
|
489
527
|
],
|
|
490
528
|
"TCP/IP Lite Stack": [
|
|
491
529
|
"@mchp-mcc/tcpip-lite"
|
|
530
|
+
],
|
|
531
|
+
"8-bit Bootloader": [
|
|
532
|
+
"@mchp-mcc/bootloader-8bit"
|
|
492
533
|
]
|
|
493
534
|
},
|
|
494
535
|
"catalogs": []
|