@mchp-mcc/melody-common-catalog 1.2.14 → 1.2.15
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 +116 -45
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mchp-mcc/melody-common-catalog",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.15",
|
|
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": "
|
|
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",
|
|
@@ -108,6 +108,31 @@
|
|
|
108
108
|
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.RN487X.RELEASENOTES&version=latest&redirect=true"
|
|
109
109
|
}
|
|
110
110
|
},
|
|
111
|
+
{
|
|
112
|
+
"name": "@mchp-mcc/rnbd-rn487x-host-driver",
|
|
113
|
+
"version": "*",
|
|
114
|
+
"meta": {
|
|
115
|
+
"keywords": [
|
|
116
|
+
"rn4870",
|
|
117
|
+
"rn4871",
|
|
118
|
+
"rnbd",
|
|
119
|
+
"driver",
|
|
120
|
+
"pic8",
|
|
121
|
+
"avr"
|
|
122
|
+
],
|
|
123
|
+
"supportedDeviceFamilies": [
|
|
124
|
+
"AVR",
|
|
125
|
+
"AVR DA",
|
|
126
|
+
"PIC16F188XX",
|
|
127
|
+
"PIC18FxxQ40_Q41",
|
|
128
|
+
"PIC18F2X_4XQ10",
|
|
129
|
+
"PIC18FXXQ43"
|
|
130
|
+
],
|
|
131
|
+
"name": "RNBD_RN487x BLE Library",
|
|
132
|
+
"category": "Libraries",
|
|
133
|
+
"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."
|
|
134
|
+
}
|
|
135
|
+
},
|
|
111
136
|
{
|
|
112
137
|
"name": "@mchp-mcc/data-encryption-routines",
|
|
113
138
|
"version": "*",
|
|
@@ -193,15 +218,14 @@
|
|
|
193
218
|
"driver",
|
|
194
219
|
"data streamer",
|
|
195
220
|
"pic8",
|
|
196
|
-
"avr"
|
|
197
|
-
"pic24",
|
|
198
|
-
"dspic"
|
|
221
|
+
"avr"
|
|
199
222
|
],
|
|
200
223
|
"defaultSelection": "defaultSelected",
|
|
201
224
|
"name": "Data Streamer Driver",
|
|
202
225
|
"category": "Libraries",
|
|
203
226
|
"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"
|
|
227
|
+
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.DATASTREAMER.RELEASENOTES&version=latest&redirect=true",
|
|
228
|
+
"deviceFilterRegEx": "^(PIC(16|18)|ATtiny|AVR).+$"
|
|
205
229
|
}
|
|
206
230
|
},
|
|
207
231
|
{
|
|
@@ -261,7 +285,7 @@
|
|
|
261
285
|
"name": "Touch Library",
|
|
262
286
|
"category": "Libraries",
|
|
263
287
|
"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.*
|
|
288
|
+
"deviceFilterRegEx": "^AVR[0-9]+D[A].*|^PIC18F.*Q(10|40|41|43)$|^PIC16[L]{0,1}F188.*$|^PIC16F1(52|80).*$",
|
|
265
289
|
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.TOUCH.RELEASENOTES&version=latest&redirect=true"
|
|
266
290
|
}
|
|
267
291
|
},
|
|
@@ -275,18 +299,9 @@
|
|
|
275
299
|
"pic8",
|
|
276
300
|
"avr"
|
|
277
301
|
],
|
|
278
|
-
"
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
"AVR DA",
|
|
282
|
-
"PIC16F152XX",
|
|
283
|
-
"PIC16F188XX",
|
|
284
|
-
"PIC18FxxQ40_Q41",
|
|
285
|
-
"PIC18F2X_4XQ10",
|
|
286
|
-
"PIC18FXXQ43"
|
|
287
|
-
],
|
|
288
|
-
"name": "EEPROM (I2C) AT24CM02",
|
|
289
|
-
"category": "Drivers",
|
|
302
|
+
"deviceFilterRegEx": "^(PIC(16|18)|ATtiny|AVR).+$",
|
|
303
|
+
"name": "I2C EEPROM AT24CM02",
|
|
304
|
+
"category": "Libraries",
|
|
290
305
|
"description": "The EEPROM (I2C) AT24CM02 Driver enables interfacing between the MCU and an off-chip AT24CM02 EEPROM using the I2C protocol.",
|
|
291
306
|
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.at24cm02.RELEASENOTES&version=latest&redirect=true"
|
|
292
307
|
}
|
|
@@ -301,18 +316,9 @@
|
|
|
301
316
|
"pic8",
|
|
302
317
|
"avr"
|
|
303
318
|
],
|
|
304
|
-
"
|
|
305
|
-
|
|
306
|
-
|
|
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",
|
|
319
|
+
"deviceFilterRegEx": "^(PIC(16|18)|ATtiny|AVR).+$",
|
|
320
|
+
"name": "I2C Accel KXTJ3-1057",
|
|
321
|
+
"category": "Libraries",
|
|
316
322
|
"description": "The Accel (I2C) KXTJ3-1057 Driver enables interfacing between the MCU and an off-chip KXTJ3-1057 Accelerometer using the I2C protocol.",
|
|
317
323
|
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.KXTJ3_1057.RELEASENOTES&version=latest&redirect=true"
|
|
318
324
|
}
|
|
@@ -327,22 +333,79 @@
|
|
|
327
333
|
"pic8",
|
|
328
334
|
"avr"
|
|
329
335
|
],
|
|
330
|
-
"
|
|
331
|
-
|
|
332
|
-
|
|
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",
|
|
336
|
+
"deviceFilterRegEx": "^(PIC(16|18)|ATtiny|AVR).+$",
|
|
337
|
+
"name": "SPI Digi POT MCP41HV51",
|
|
338
|
+
"category": "Libraries",
|
|
342
339
|
"description": "The Digi POT (SPI) MCP41HV51 Driver enables interfacing between the MCU and an off-chip MCP41HV51 Digital Potentiometer using the SPI protocol.",
|
|
343
340
|
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.MCP41HV51.RELEASENOTES&version=latest&redirect=true"
|
|
344
341
|
}
|
|
345
342
|
},
|
|
343
|
+
{
|
|
344
|
+
"name": "@mchp-mcc/scf-driver-mcp98xx",
|
|
345
|
+
"version": "*",
|
|
346
|
+
"meta": {
|
|
347
|
+
"keywords": [
|
|
348
|
+
"avr",
|
|
349
|
+
"pic8",
|
|
350
|
+
"driver"
|
|
351
|
+
],
|
|
352
|
+
"name": "I2C Temp Sensor MCP98xx",
|
|
353
|
+
"category": "Libraries",
|
|
354
|
+
"description": "The I2C Temp Sensor MCP98xx Driver enables interfacing between the MCU and the MCP98xx Temperature Sensor family using the I2C protocol.",
|
|
355
|
+
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.MCP98XX.RELEASENOTES&version=latest&redirect=true",
|
|
356
|
+
"deviceFilterRegEx": "^(PIC(16|18)|ATtiny|AVR).+$"
|
|
357
|
+
}
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"name": "@mchp-mcc/scf-driver-veml3328",
|
|
361
|
+
"version": "*",
|
|
362
|
+
"meta": {
|
|
363
|
+
"keywords": [
|
|
364
|
+
"avr",
|
|
365
|
+
"pic8",
|
|
366
|
+
"driver"
|
|
367
|
+
],
|
|
368
|
+
"name": "I2C Color Sensor VEML3328",
|
|
369
|
+
"category": "Libraries",
|
|
370
|
+
"description": "The I2C Color Sensor VEML3328 Driver enables interfacing between the MCU and an off-chip VEML3328 Color Sensor using the I2C protocol.",
|
|
371
|
+
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.VEML3328.RELEASENOTES&version=latest&redirect=true",
|
|
372
|
+
"deviceFilterRegEx": "^(PIC(16|18)|ATtiny|AVR).+$"
|
|
373
|
+
}
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"name": "@mchp-mcc/temp-sensor-lib",
|
|
377
|
+
"version": "*",
|
|
378
|
+
"meta": {
|
|
379
|
+
"keywords": [
|
|
380
|
+
"avr",
|
|
381
|
+
"pic8",
|
|
382
|
+
"driver"
|
|
383
|
+
],
|
|
384
|
+
"name": "Temperature Sensor",
|
|
385
|
+
"category": "Libraries",
|
|
386
|
+
"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.",
|
|
387
|
+
"releaseNotesLink": "",
|
|
388
|
+
"deviceFilterRegEx": "^(PIC(16|18)|ATtiny|AVR).+$"
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"name": "@mchp-mcc/eeprom-lib",
|
|
393
|
+
"version": "*",
|
|
394
|
+
"meta": {
|
|
395
|
+
"keywords": [
|
|
396
|
+
"avr",
|
|
397
|
+
"pic8",
|
|
398
|
+
"driver",
|
|
399
|
+
"dspic",
|
|
400
|
+
"pic24"
|
|
401
|
+
],
|
|
402
|
+
"name": "EEPROM",
|
|
403
|
+
"category": "Libraries",
|
|
404
|
+
"description": "The EEPROM Library supports various EEPROM devices and provides generic APIs that the users can use in designing their EEPROM applications.",
|
|
405
|
+
"releaseNotesLink": "",
|
|
406
|
+
"deviceFilterRegEx": ".*"
|
|
407
|
+
}
|
|
408
|
+
},
|
|
346
409
|
{
|
|
347
410
|
"name": "@mchp-mcc/ethernet-drivers-8bit",
|
|
348
411
|
"version": "*",
|
|
@@ -351,6 +414,7 @@
|
|
|
351
414
|
"ethernet",
|
|
352
415
|
"library",
|
|
353
416
|
"pic8",
|
|
417
|
+
"avr",
|
|
354
418
|
"wired",
|
|
355
419
|
"wired communication",
|
|
356
420
|
"communication",
|
|
@@ -358,6 +422,9 @@
|
|
|
358
422
|
"automotive"
|
|
359
423
|
],
|
|
360
424
|
"supportedDeviceFamilies": [
|
|
425
|
+
"tinyAVR 2",
|
|
426
|
+
"AVR",
|
|
427
|
+
"AVR DA",
|
|
361
428
|
"PIC16F152XX",
|
|
362
429
|
"PIC16F188XX",
|
|
363
430
|
"PIC18FxxQ40_Q41",
|
|
@@ -366,7 +433,7 @@
|
|
|
366
433
|
],
|
|
367
434
|
"name": "Ethernet Drivers",
|
|
368
435
|
"category": "Libraries",
|
|
369
|
-
"description": "
|
|
436
|
+
"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
437
|
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.ETHERNETDRIVERS8BIT.RELEASENOTES&version=latest&redirect=true"
|
|
371
438
|
}
|
|
372
439
|
},
|
|
@@ -378,6 +445,7 @@
|
|
|
378
445
|
"tcpip",
|
|
379
446
|
"library",
|
|
380
447
|
"pic8",
|
|
448
|
+
"avr",
|
|
381
449
|
"wired",
|
|
382
450
|
"ethernet",
|
|
383
451
|
"wired communication",
|
|
@@ -386,6 +454,9 @@
|
|
|
386
454
|
"automotive"
|
|
387
455
|
],
|
|
388
456
|
"supportedDeviceFamilies": [
|
|
457
|
+
"tinyAVR 2",
|
|
458
|
+
"AVR",
|
|
459
|
+
"AVR DA",
|
|
389
460
|
"PIC16F152XX",
|
|
390
461
|
"PIC16F188XX",
|
|
391
462
|
"PIC18FxxQ40_Q41",
|
|
@@ -394,7 +465,7 @@
|
|
|
394
465
|
],
|
|
395
466
|
"name": "TCPIP-Lite",
|
|
396
467
|
"category": "Libraries",
|
|
397
|
-
"description": "
|
|
468
|
+
"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
469
|
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.TCPIPLITE.RELEASENOTES&version=latest&redirect=true"
|
|
399
470
|
}
|
|
400
471
|
}
|