@mchp-mcc/melody-common-catalog 1.3.1 → 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 +58 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mchp-mcc/melody-common-catalog",
3
- "version": "1.3.1",
3
+ "version": "1.3.4",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "files": [
6
6
  "LICENSE.txt"
@@ -408,7 +408,7 @@
408
408
  "name": "Temperature Sensor",
409
409
  "category": "Libraries",
410
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.",
411
- "releaseNotesLink": "",
411
+ "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.TEMPSENSORLIB.RELEASENOTES&version=latest&redirect=true",
412
412
  "deviceFilterRegEx": "^(PIC(16|18)|ATtiny|AVR).+$"
413
413
  }
414
414
  },
@@ -419,15 +419,13 @@
419
419
  "keywords": [
420
420
  "avr",
421
421
  "pic8",
422
- "driver",
423
- "dspic",
424
- "pic24"
422
+ "driver"
425
423
  ],
426
424
  "name": "EEPROM",
427
425
  "category": "Libraries",
428
426
  "description": "The EEPROM Library supports various EEPROM devices and provides generic APIs that the users can use in designing their EEPROM applications.",
429
- "releaseNotesLink": "",
430
- "deviceFilterRegEx": ".*"
427
+ "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.EEPROMLIB.RELEASENOTES&version=latest&redirect=true",
428
+ "deviceFilterRegEx": "^(PIC(16|18)|ATtiny|AVR).+$"
431
429
  }
432
430
  },
433
431
  {
@@ -492,6 +490,56 @@
492
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.",
493
491
  "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.TCPIPLITE.RELEASENOTES&version=latest&redirect=true"
494
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
+ }
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
+ }
495
543
  }
496
544
  ],
497
545
  "featuredContent": {
@@ -513,6 +561,9 @@
513
561
  ],
514
562
  "TCP/IP Lite Stack": [
515
563
  "@mchp-mcc/tcpip-lite"
564
+ ],
565
+ "8-bit Bootloader": [
566
+ "@mchp-mcc/bootloader-8bit"
516
567
  ]
517
568
  },
518
569
  "catalogs": []