@mchp-mcc/melody-common-catalog 1.3.1 → 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.
Files changed (1) hide show
  1. package/package.json +23 -6
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.2",
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
427
  "releaseNotesLink": "",
430
- "deviceFilterRegEx": ".*"
428
+ "deviceFilterRegEx": "^(PIC(16|18)|ATtiny|AVR).+$"
431
429
  }
432
430
  },
433
431
  {
@@ -492,6 +490,22 @@
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
+ }
495
509
  }
496
510
  ],
497
511
  "featuredContent": {
@@ -513,6 +527,9 @@
513
527
  ],
514
528
  "TCP/IP Lite Stack": [
515
529
  "@mchp-mcc/tcpip-lite"
530
+ ],
531
+ "8-bit Bootloader": [
532
+ "@mchp-mcc/bootloader-8bit"
516
533
  ]
517
534
  },
518
535
  "catalogs": []