@mchp-mcc/melody-common-catalog 1.2.14 → 1.3.1

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 +140 -45
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mchp-mcc/melody-common-catalog",
3
- "version": "1.2.14",
3
+ "version": "1.3.1",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "files": [
6
6
  "LICENSE.txt"
@@ -17,7 +17,7 @@
17
17
  "collectCoverage": true
18
18
  },
19
19
  "devDependencies": {
20
- "@mchp-mcc/scf-catalog": "^1.8.3",
20
+ "@mchp-mcc/scf-catalog": "1.10.0",
21
21
  "@types/fs-extra": "^9.0.12",
22
22
  "@types/jest": "^25.2.1",
23
23
  "@types/jest-json-schema": "^2.1.3",
@@ -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": "*",
@@ -108,6 +132,31 @@
108
132
  "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.RN487X.RELEASENOTES&version=latest&redirect=true"
109
133
  }
110
134
  },
135
+ {
136
+ "name": "@mchp-mcc/rnbd-rn487x-host-driver",
137
+ "version": "*",
138
+ "meta": {
139
+ "keywords": [
140
+ "rn4870",
141
+ "rn4871",
142
+ "rnbd",
143
+ "driver",
144
+ "pic8",
145
+ "avr"
146
+ ],
147
+ "supportedDeviceFamilies": [
148
+ "AVR",
149
+ "AVR DA",
150
+ "PIC16F188XX",
151
+ "PIC18FxxQ40_Q41",
152
+ "PIC18F2X_4XQ10",
153
+ "PIC18FXXQ43"
154
+ ],
155
+ "name": "RNBD_RN487x BLE Library",
156
+ "category": "Libraries",
157
+ "description": "The RNBD and RN487x BLE Module allows quick and easy configuration and code generation for bluetooth applications using Microchip's RNBD and RN487x Bluetooth Low Energy Modules."
158
+ }
159
+ },
111
160
  {
112
161
  "name": "@mchp-mcc/data-encryption-routines",
113
162
  "version": "*",
@@ -193,15 +242,14 @@
193
242
  "driver",
194
243
  "data streamer",
195
244
  "pic8",
196
- "avr",
197
- "pic24",
198
- "dspic"
245
+ "avr"
199
246
  ],
200
247
  "defaultSelection": "defaultSelected",
201
248
  "name": "Data Streamer Driver",
202
249
  "category": "Libraries",
203
250
  "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).",
204
- "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.DATASTREAMER.RELEASENOTES&version=latest&redirect=true"
251
+ "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.DATASTREAMER.RELEASENOTES&version=latest&redirect=true",
252
+ "deviceFilterRegEx": "^(PIC(16|18)|ATtiny|AVR).+$"
205
253
  }
206
254
  },
207
255
  {
@@ -261,7 +309,7 @@
261
309
  "name": "Touch Library",
262
310
  "category": "Libraries",
263
311
  "description": "The Touch Library allows for quick and easy C code generation of Microchip's capacitive sensing software library. ",
264
- "deviceFilterRegEx": "^AVR[0-9]+D[A].*|^PIC18F.*Q40$|^PIC18F.*Q41$|^PIC18F.*Q10$|^PIC16[L]{0,1}F188.*$|^PIC18F.*Q43$",
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.*$",
265
313
  "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.TOUCH.RELEASENOTES&version=latest&redirect=true"
266
314
  }
267
315
  },
@@ -275,18 +323,9 @@
275
323
  "pic8",
276
324
  "avr"
277
325
  ],
278
- "supportedDeviceFamilies": [
279
- "tinyAVR 2",
280
- "AVR",
281
- "AVR DA",
282
- "PIC16F152XX",
283
- "PIC16F188XX",
284
- "PIC18FxxQ40_Q41",
285
- "PIC18F2X_4XQ10",
286
- "PIC18FXXQ43"
287
- ],
288
- "name": "EEPROM (I2C) AT24CM02",
289
- "category": "Drivers",
326
+ "deviceFilterRegEx": "^(PIC(16|18)|ATtiny|AVR).+$",
327
+ "name": "I2C EEPROM AT24CM02",
328
+ "category": "Libraries",
290
329
  "description": "The EEPROM (I2C) AT24CM02 Driver enables interfacing between the MCU and an off-chip AT24CM02 EEPROM using the I2C protocol.",
291
330
  "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.at24cm02.RELEASENOTES&version=latest&redirect=true"
292
331
  }
@@ -301,18 +340,9 @@
301
340
  "pic8",
302
341
  "avr"
303
342
  ],
304
- "supportedDeviceFamilies": [
305
- "tinyAVR 2",
306
- "AVR",
307
- "AVR DA",
308
- "PIC16F152XX",
309
- "PIC16F188XX",
310
- "PIC18FxxQ40_Q41",
311
- "PIC18F2X_4XQ10",
312
- "PIC18FXXQ43"
313
- ],
314
- "name": "Accel (I2C) KXTJ3-1057",
315
- "category": "Drivers",
343
+ "deviceFilterRegEx": "^(PIC(16|18)|ATtiny|AVR).+$",
344
+ "name": "I2C Accel KXTJ3-1057",
345
+ "category": "Libraries",
316
346
  "description": "The Accel (I2C) KXTJ3-1057 Driver enables interfacing between the MCU and an off-chip KXTJ3-1057 Accelerometer using the I2C protocol.",
317
347
  "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.KXTJ3_1057.RELEASENOTES&version=latest&redirect=true"
318
348
  }
@@ -327,22 +357,79 @@
327
357
  "pic8",
328
358
  "avr"
329
359
  ],
330
- "supportedDeviceFamilies": [
331
- "tinyAVR 2",
332
- "AVR",
333
- "AVR DA",
334
- "PIC16F152XX",
335
- "PIC16F188XX",
336
- "PIC18FxxQ40_Q41",
337
- "PIC18F2X_4XQ10",
338
- "PIC18FXXQ43"
339
- ],
340
- "name": "Digi POT (SPI) MCP41HV51",
341
- "category": "Drivers",
360
+ "deviceFilterRegEx": "^(PIC(16|18)|ATtiny|AVR).+$",
361
+ "name": "SPI Digi POT MCP41HV51",
362
+ "category": "Libraries",
342
363
  "description": "The Digi POT (SPI) MCP41HV51 Driver enables interfacing between the MCU and an off-chip MCP41HV51 Digital Potentiometer using the SPI protocol.",
343
364
  "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.MCP41HV51.RELEASENOTES&version=latest&redirect=true"
344
365
  }
345
366
  },
367
+ {
368
+ "name": "@mchp-mcc/scf-driver-mcp98xx",
369
+ "version": "*",
370
+ "meta": {
371
+ "keywords": [
372
+ "avr",
373
+ "pic8",
374
+ "driver"
375
+ ],
376
+ "name": "I2C Temp Sensor MCP98xx",
377
+ "category": "Libraries",
378
+ "description": "The I2C Temp Sensor MCP98xx Driver enables interfacing between the MCU and the MCP98xx Temperature Sensor family using the I2C protocol.",
379
+ "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.MCP98XX.RELEASENOTES&version=latest&redirect=true",
380
+ "deviceFilterRegEx": "^(PIC(16|18)|ATtiny|AVR).+$"
381
+ }
382
+ },
383
+ {
384
+ "name": "@mchp-mcc/scf-driver-veml3328",
385
+ "version": "*",
386
+ "meta": {
387
+ "keywords": [
388
+ "avr",
389
+ "pic8",
390
+ "driver"
391
+ ],
392
+ "name": "I2C Color Sensor VEML3328",
393
+ "category": "Libraries",
394
+ "description": "The I2C Color Sensor VEML3328 Driver enables interfacing between the MCU and an off-chip VEML3328 Color Sensor using the I2C protocol.",
395
+ "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.VEML3328.RELEASENOTES&version=latest&redirect=true",
396
+ "deviceFilterRegEx": "^(PIC(16|18)|ATtiny|AVR).+$"
397
+ }
398
+ },
399
+ {
400
+ "name": "@mchp-mcc/temp-sensor-lib",
401
+ "version": "*",
402
+ "meta": {
403
+ "keywords": [
404
+ "avr",
405
+ "pic8",
406
+ "driver"
407
+ ],
408
+ "name": "Temperature Sensor",
409
+ "category": "Libraries",
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": "",
412
+ "deviceFilterRegEx": "^(PIC(16|18)|ATtiny|AVR).+$"
413
+ }
414
+ },
415
+ {
416
+ "name": "@mchp-mcc/eeprom-lib",
417
+ "version": "*",
418
+ "meta": {
419
+ "keywords": [
420
+ "avr",
421
+ "pic8",
422
+ "driver",
423
+ "dspic",
424
+ "pic24"
425
+ ],
426
+ "name": "EEPROM",
427
+ "category": "Libraries",
428
+ "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": ".*"
431
+ }
432
+ },
346
433
  {
347
434
  "name": "@mchp-mcc/ethernet-drivers-8bit",
348
435
  "version": "*",
@@ -351,6 +438,7 @@
351
438
  "ethernet",
352
439
  "library",
353
440
  "pic8",
441
+ "avr",
354
442
  "wired",
355
443
  "wired communication",
356
444
  "communication",
@@ -358,6 +446,9 @@
358
446
  "automotive"
359
447
  ],
360
448
  "supportedDeviceFamilies": [
449
+ "tinyAVR 2",
450
+ "AVR",
451
+ "AVR DA",
361
452
  "PIC16F152XX",
362
453
  "PIC16F188XX",
363
454
  "PIC18FxxQ40_Q41",
@@ -366,7 +457,7 @@
366
457
  ],
367
458
  "name": "Ethernet Drivers",
368
459
  "category": "Libraries",
369
- "description": "The Ethernet Drivers library allows quick and easy configuration and code generation for applications using ENCx24J600 ethernet drivers in polling mode.",
460
+ "description": "Drivers for ENC28J60 and ENCX24J600 family of devices. Allows for quick and easy configuration and code generation for applications using SPI in polling mode.",
370
461
  "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.ETHERNETDRIVERS8BIT.RELEASENOTES&version=latest&redirect=true"
371
462
  }
372
463
  },
@@ -378,6 +469,7 @@
378
469
  "tcpip",
379
470
  "library",
380
471
  "pic8",
472
+ "avr",
381
473
  "wired",
382
474
  "ethernet",
383
475
  "wired communication",
@@ -386,6 +478,9 @@
386
478
  "automotive"
387
479
  ],
388
480
  "supportedDeviceFamilies": [
481
+ "tinyAVR 2",
482
+ "AVR",
483
+ "AVR DA",
389
484
  "PIC16F152XX",
390
485
  "PIC16F188XX",
391
486
  "PIC18FxxQ40_Q41",
@@ -394,7 +489,7 @@
394
489
  ],
395
490
  "name": "TCPIP-Lite",
396
491
  "category": "Libraries",
397
- "description": "The TCPIP-Lite library allows for quick and easy configuration and code generation of the latest TCP/IP Lite stack.",
492
+ "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.",
398
493
  "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.TCPIPLITE.RELEASENOTES&version=latest&redirect=true"
399
494
  }
400
495
  }