@mchp-mcc/melody-common-catalog 1.3.2 → 1.3.5
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 +39 -4
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.5",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"files": [
|
|
6
6
|
"LICENSE.txt"
|
|
@@ -242,14 +242,15 @@
|
|
|
242
242
|
"driver",
|
|
243
243
|
"data streamer",
|
|
244
244
|
"pic8",
|
|
245
|
-
"avr"
|
|
245
|
+
"avr",
|
|
246
|
+
"dspic"
|
|
246
247
|
],
|
|
247
248
|
"defaultSelection": "defaultSelected",
|
|
248
249
|
"name": "Data Streamer Driver",
|
|
249
250
|
"category": "Libraries",
|
|
250
251
|
"description": "The Data Streamer Protocol allows you to send multiple variables from your embedded application and display these variables on a graph (or custom dashboard).",
|
|
251
252
|
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.DATASTREAMER.RELEASENOTES&version=latest&redirect=true",
|
|
252
|
-
"deviceFilterRegEx": "^(PIC(16|18)|ATtiny|AVR)
|
|
253
|
+
"deviceFilterRegEx": "^(PIC(16|18)|ATtiny|AVR).+$|dsPIC33.*"
|
|
253
254
|
}
|
|
254
255
|
},
|
|
255
256
|
{
|
|
@@ -424,7 +425,7 @@
|
|
|
424
425
|
"name": "EEPROM",
|
|
425
426
|
"category": "Libraries",
|
|
426
427
|
"description": "The EEPROM Library supports various EEPROM devices and provides generic APIs that the users can use in designing their EEPROM applications.",
|
|
427
|
-
"releaseNotesLink": "",
|
|
428
|
+
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.EEPROMLIB.RELEASENOTES&version=latest&redirect=true",
|
|
428
429
|
"deviceFilterRegEx": "^(PIC(16|18)|ATtiny|AVR).+$"
|
|
429
430
|
}
|
|
430
431
|
},
|
|
@@ -506,6 +507,40 @@
|
|
|
506
507
|
"defaultSelection": true,
|
|
507
508
|
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.CAN_TP.RELEASENOTES&version=latest&redirect=true"
|
|
508
509
|
}
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"name": "@mchp-mcc/avr-iec60730-class-b-diagnostic-library",
|
|
513
|
+
"version": "*",
|
|
514
|
+
"meta": {
|
|
515
|
+
"keywords": [
|
|
516
|
+
"avr",
|
|
517
|
+
"iec60730",
|
|
518
|
+
"library"
|
|
519
|
+
],
|
|
520
|
+
"name": "AVR IEC60730 Class B Diagnostic Library",
|
|
521
|
+
"category": "Libraries",
|
|
522
|
+
"description": "The AVR Class B Diagnostic Library is a suite of diagnostic tests in compliance with the IEC 60730 Class B functional safety standard.",
|
|
523
|
+
"deviceFilterRegEx": "^(ATtiny.+(1|2)[0-9]|AVR.*D(A|B).*)",
|
|
524
|
+
"defaultSelection": true,
|
|
525
|
+
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.FUSAIECAVR.RELEASENOTES&version=latest&redirect=true"
|
|
526
|
+
}
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"name": "@mchp-mcc/pic16-pic18-iec60730-class-b-diagnostic-library",
|
|
530
|
+
"version": "*",
|
|
531
|
+
"meta": {
|
|
532
|
+
"keywords": [
|
|
533
|
+
"iec60730",
|
|
534
|
+
"pic8",
|
|
535
|
+
"library"
|
|
536
|
+
],
|
|
537
|
+
"name": "PIC16/18 IEC60730 Class B Diagnostic Library",
|
|
538
|
+
"category": "Libraries",
|
|
539
|
+
"description": "The PIC16/18 Class B Diagnostic Library is a suite of diagnostic tests in compliance with the IEC 60730 Class B functional safety standard.",
|
|
540
|
+
"deviceFilterRegEx": "^PIC(16.*F1(52|88)[0-9]{2}|18.*F[0-9]{2}(Q10|Q43|Q83|Q84|Q40|Q41))$",
|
|
541
|
+
"defaultSelection": true,
|
|
542
|
+
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.FUSAIECPIC.RELEASENOTES&version=latest&redirect=true"
|
|
543
|
+
}
|
|
509
544
|
}
|
|
510
545
|
],
|
|
511
546
|
"featuredContent": {
|