@mchp-mcc/melody-common-catalog 1.3.12 → 1.3.14

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 +19 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mchp-mcc/melody-common-catalog",
3
- "version": "1.3.12",
3
+ "version": "1.3.14",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "files": [
6
6
  "LICENSE.txt"
@@ -218,6 +218,23 @@
218
218
  "deviceFilterRegEx": "^(PIC(16|18)|ATtiny|AVR).+$|dsPIC33.*"
219
219
  }
220
220
  },
221
+ {
222
+ "name": "@mchp-mcc/dv-run-time",
223
+ "version": "*",
224
+ "meta": {
225
+ "keywords": [
226
+ "driver",
227
+ "pic8",
228
+ "avr",
229
+ "dspic"
230
+ ],
231
+ "name": "DV Run Time",
232
+ "category": "Libraries",
233
+ "description": "Data Visualizer Run Time Library, to 'watch' and plot project variables at run time.",
234
+ "deviceFilterRegEx": ".*",
235
+ "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.DVRT.RELEASENOTES&version=latest&redirect=true"
236
+ }
237
+ },
221
238
  {
222
239
  "name": "@mchp-mcc/lin-host",
223
240
  "version": "*",
@@ -276,7 +293,7 @@
276
293
  "name": "Touch Library",
277
294
  "category": "Libraries",
278
295
  "description": "The Touch Library allows for quick and easy C code generation of Microchip's capacitive sensing software library.",
279
- "deviceFilterRegEx": "^AVR[0-9]+D[A].*|^PIC18F.*Q(10|20|40|41|43|71)$|^PIC16[L]{0,1}F188.*$|^PIC16F1(71|80|81).*$|^ATtiny(8|16|32)1.*$|^dsPIC33CK.*$",
296
+ "deviceFilterRegEx": "^AVR[0-9]+D[A].*|^PIC18F.*Q(10|20|40|41|43|71|83|84)$|^PIC16[L]{0,1}F188.*$|^PIC16F1(71|80|81).*$|^ATtiny(8|16|32)1.*$|^dsPIC33CK.*$|^ATmega32(4|8)PB$",
280
297
  "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.TOUCH.RELEASENOTES&version=latest&redirect=true"
281
298
  }
282
299
  },