@mchp-mcc/melody-common-catalog 1.2.13 → 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.
Files changed (1) hide show
  1. package/package.json +116 -61
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mchp-mcc/melody-common-catalog",
3
- "version": "1.2.13",
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": "^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",
@@ -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": "*",
@@ -185,22 +210,6 @@
185
210
  "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.DELAY.RELEASENOTES&version=latest&redirect=true"
186
211
  }
187
212
  },
188
- {
189
- "name": "@mchp-mcc/i2c-simple-driver",
190
- "version": "*",
191
- "meta": {
192
- "keywords": [
193
- "i2c",
194
- "driver",
195
- "pic8",
196
- "avr"
197
- ],
198
- "name": "I2CSIMPLE",
199
- "category": "Drivers",
200
- "description": "The I2C Simple Driver is an abstraction interface to facilitate seamless I2C integration for PIC and AVR devices",
201
- "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.I2CSIMPLE.RELEASENOTES&version=latest&redirect=true"
202
- }
203
- },
204
213
  {
205
214
  "name": "@mchp-mcc/data-streamer-driver",
206
215
  "version": "*",
@@ -209,15 +218,14 @@
209
218
  "driver",
210
219
  "data streamer",
211
220
  "pic8",
212
- "avr",
213
- "pic24",
214
- "dspic"
221
+ "avr"
215
222
  ],
216
223
  "defaultSelection": "defaultSelected",
217
224
  "name": "Data Streamer Driver",
218
225
  "category": "Libraries",
219
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).",
220
- "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).+$"
221
229
  }
222
230
  },
223
231
  {
@@ -277,7 +285,7 @@
277
285
  "name": "Touch Library",
278
286
  "category": "Libraries",
279
287
  "description": "The Touch Library allows for quick and easy C code generation of Microchip's capacitive sensing software library. ",
280
- "deviceFilterRegEx": "^AVR[0-9]+D[A].*|^PIC18F.*Q40$|^PIC18F.*Q41$|^PIC18F.*Q10$|^PIC16[L]{0,1}F188.*$|^PIC18F.*Q43$",
288
+ "deviceFilterRegEx": "^AVR[0-9]+D[A].*|^PIC18F.*Q(10|40|41|43)$|^PIC16[L]{0,1}F188.*$|^PIC16F1(52|80).*$",
281
289
  "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.TOUCH.RELEASENOTES&version=latest&redirect=true"
282
290
  }
283
291
  },
@@ -291,18 +299,9 @@
291
299
  "pic8",
292
300
  "avr"
293
301
  ],
294
- "supportedDeviceFamilies": [
295
- "tinyAVR 2",
296
- "AVR",
297
- "AVR DA",
298
- "PIC16F152XX",
299
- "PIC16F188XX",
300
- "PIC18FxxQ40_Q41",
301
- "PIC18F2X_4XQ10",
302
- "PIC18FXXQ43"
303
- ],
304
- "name": "EEPROM (I2C) AT24CM02",
305
- "category": "Drivers",
302
+ "deviceFilterRegEx": "^(PIC(16|18)|ATtiny|AVR).+$",
303
+ "name": "I2C EEPROM AT24CM02",
304
+ "category": "Libraries",
306
305
  "description": "The EEPROM (I2C) AT24CM02 Driver enables interfacing between the MCU and an off-chip AT24CM02 EEPROM using the I2C protocol.",
307
306
  "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.at24cm02.RELEASENOTES&version=latest&redirect=true"
308
307
  }
@@ -317,18 +316,9 @@
317
316
  "pic8",
318
317
  "avr"
319
318
  ],
320
- "supportedDeviceFamilies": [
321
- "tinyAVR 2",
322
- "AVR",
323
- "AVR DA",
324
- "PIC16F152XX",
325
- "PIC16F188XX",
326
- "PIC18FxxQ40_Q41",
327
- "PIC18F2X_4XQ10",
328
- "PIC18FXXQ43"
329
- ],
330
- "name": "Accel (I2C) KXTJ3-1057",
331
- "category": "Drivers",
319
+ "deviceFilterRegEx": "^(PIC(16|18)|ATtiny|AVR).+$",
320
+ "name": "I2C Accel KXTJ3-1057",
321
+ "category": "Libraries",
332
322
  "description": "The Accel (I2C) KXTJ3-1057 Driver enables interfacing between the MCU and an off-chip KXTJ3-1057 Accelerometer using the I2C protocol.",
333
323
  "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.KXTJ3_1057.RELEASENOTES&version=latest&redirect=true"
334
324
  }
@@ -343,22 +333,79 @@
343
333
  "pic8",
344
334
  "avr"
345
335
  ],
346
- "supportedDeviceFamilies": [
347
- "tinyAVR 2",
348
- "AVR",
349
- "AVR DA",
350
- "PIC16F152XX",
351
- "PIC16F188XX",
352
- "PIC18FxxQ40_Q41",
353
- "PIC18F2X_4XQ10",
354
- "PIC18FXXQ43"
355
- ],
356
- "name": "Digi POT (SPI) MCP41HV51",
357
- "category": "Drivers",
336
+ "deviceFilterRegEx": "^(PIC(16|18)|ATtiny|AVR).+$",
337
+ "name": "SPI Digi POT MCP41HV51",
338
+ "category": "Libraries",
358
339
  "description": "The Digi POT (SPI) MCP41HV51 Driver enables interfacing between the MCU and an off-chip MCP41HV51 Digital Potentiometer using the SPI protocol.",
359
340
  "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.MCP41HV51.RELEASENOTES&version=latest&redirect=true"
360
341
  }
361
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
+ },
362
409
  {
363
410
  "name": "@mchp-mcc/ethernet-drivers-8bit",
364
411
  "version": "*",
@@ -367,6 +414,7 @@
367
414
  "ethernet",
368
415
  "library",
369
416
  "pic8",
417
+ "avr",
370
418
  "wired",
371
419
  "wired communication",
372
420
  "communication",
@@ -374,6 +422,9 @@
374
422
  "automotive"
375
423
  ],
376
424
  "supportedDeviceFamilies": [
425
+ "tinyAVR 2",
426
+ "AVR",
427
+ "AVR DA",
377
428
  "PIC16F152XX",
378
429
  "PIC16F188XX",
379
430
  "PIC18FxxQ40_Q41",
@@ -382,7 +433,7 @@
382
433
  ],
383
434
  "name": "Ethernet Drivers",
384
435
  "category": "Libraries",
385
- "description": "The Ethernet Drivers library allows quick and easy configuration and code generation for applications using ENCx24J600 ethernet drivers in polling mode.",
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.",
386
437
  "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.ETHERNETDRIVERS8BIT.RELEASENOTES&version=latest&redirect=true"
387
438
  }
388
439
  },
@@ -394,6 +445,7 @@
394
445
  "tcpip",
395
446
  "library",
396
447
  "pic8",
448
+ "avr",
397
449
  "wired",
398
450
  "ethernet",
399
451
  "wired communication",
@@ -402,6 +454,9 @@
402
454
  "automotive"
403
455
  ],
404
456
  "supportedDeviceFamilies": [
457
+ "tinyAVR 2",
458
+ "AVR",
459
+ "AVR DA",
405
460
  "PIC16F152XX",
406
461
  "PIC16F188XX",
407
462
  "PIC18FxxQ40_Q41",
@@ -410,7 +465,7 @@
410
465
  ],
411
466
  "name": "TCPIP-Lite",
412
467
  "category": "Libraries",
413
- "description": "The TCPIP-Lite library allows for quick and easy configuration and code generation of the latest TCP/IP Lite stack.",
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.",
414
469
  "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.TCPIPLITE.RELEASENOTES&version=latest&redirect=true"
415
470
  }
416
471
  }