@mchp-mcc/melody-common-catalog 1.3.2 → 1.3.4

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 +36 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mchp-mcc/melody-common-catalog",
3
- "version": "1.3.2",
3
+ "version": "1.3.4",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "files": [
6
6
  "LICENSE.txt"
@@ -424,7 +424,7 @@
424
424
  "name": "EEPROM",
425
425
  "category": "Libraries",
426
426
  "description": "The EEPROM Library supports various EEPROM devices and provides generic APIs that the users can use in designing their EEPROM applications.",
427
- "releaseNotesLink": "",
427
+ "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.EEPROMLIB.RELEASENOTES&version=latest&redirect=true",
428
428
  "deviceFilterRegEx": "^(PIC(16|18)|ATtiny|AVR).+$"
429
429
  }
430
430
  },
@@ -506,6 +506,40 @@
506
506
  "defaultSelection": true,
507
507
  "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.CAN_TP.RELEASENOTES&version=latest&redirect=true"
508
508
  }
509
+ },
510
+ {
511
+ "name": "@mchp-mcc/avr-iec60730-class-b-diagnostic-library",
512
+ "version": "*",
513
+ "meta": {
514
+ "keywords": [
515
+ "avr",
516
+ "iec60730",
517
+ "library"
518
+ ],
519
+ "name": "AVR IEC60730 Class B Diagnostic Library",
520
+ "category": "Libraries",
521
+ "description": "The AVR Class B Diagnostic Library is a suite of diagnostic tests in compliance with the IEC 60730 Class B functional safety standard.",
522
+ "deviceFilterRegEx": "^(ATtiny.+(1|2)[0-9]|AVR.*D(A|B).*)",
523
+ "defaultSelection": true,
524
+ "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.FUSAIECAVR.RELEASENOTES&version=latest&redirect=true"
525
+ }
526
+ },
527
+ {
528
+ "name": "@mchp-mcc/pic16-pic18-iec60730-class-b-diagnostic-library",
529
+ "version": "*",
530
+ "meta": {
531
+ "keywords": [
532
+ "iec60730",
533
+ "pic8",
534
+ "library"
535
+ ],
536
+ "name": "PIC16/18 IEC60730 Class B Diagnostic Library",
537
+ "category": "Libraries",
538
+ "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.",
539
+ "deviceFilterRegEx": "^PIC(16.*F1(52|88)[0-9]{2}|18.*F[0-9]{2}(Q10|Q43|Q83|Q84|Q40|Q41))$",
540
+ "defaultSelection": true,
541
+ "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.FUSAIECPIC.RELEASENOTES&version=latest&redirect=true"
542
+ }
509
543
  }
510
544
  ],
511
545
  "featuredContent": {