@mchp-mcc/melody-common-catalog 1.3.5 → 1.3.7
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 +8 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mchp-mcc/melody-common-catalog",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.7",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"files": [
|
|
6
6
|
"LICENSE.txt"
|
|
@@ -217,21 +217,12 @@
|
|
|
217
217
|
"pic24",
|
|
218
218
|
"dspic"
|
|
219
219
|
],
|
|
220
|
-
"supportedDeviceFamilies": [
|
|
221
|
-
"tinyAVR 2",
|
|
222
|
-
"AVR",
|
|
223
|
-
"AVR DA",
|
|
224
|
-
"PIC16F152XX",
|
|
225
|
-
"PIC16F188XX",
|
|
226
|
-
"PIC18FxxQ40_Q41",
|
|
227
|
-
"PIC18F2X_4XQ10",
|
|
228
|
-
"PIC18FXXQ43"
|
|
229
|
-
],
|
|
230
|
-
"defaultSelection": "defaultSelected",
|
|
231
220
|
"name": "DELAY",
|
|
232
221
|
"category": "Drivers",
|
|
233
222
|
"description": "The Delay Driver is an abstraction interface to the DELAY macros for PIC and AVR devices.",
|
|
234
|
-
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.DELAY.RELEASENOTES&version=latest&redirect=true"
|
|
223
|
+
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.DELAY.RELEASENOTES&version=latest&redirect=true",
|
|
224
|
+
"defaultSelection": true,
|
|
225
|
+
"deviceFilterRegEx": "^(PIC(16|18)|ATtiny|AVR).+$"
|
|
235
226
|
}
|
|
236
227
|
},
|
|
237
228
|
{
|
|
@@ -245,7 +236,6 @@
|
|
|
245
236
|
"avr",
|
|
246
237
|
"dspic"
|
|
247
238
|
],
|
|
248
|
-
"defaultSelection": "defaultSelected",
|
|
249
239
|
"name": "Data Streamer Driver",
|
|
250
240
|
"category": "Libraries",
|
|
251
241
|
"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).",
|
|
@@ -305,12 +295,13 @@
|
|
|
305
295
|
"library",
|
|
306
296
|
"touch",
|
|
307
297
|
"avr",
|
|
308
|
-
"pic8"
|
|
298
|
+
"pic8",
|
|
299
|
+
"dspic"
|
|
309
300
|
],
|
|
310
301
|
"name": "Touch Library",
|
|
311
302
|
"category": "Libraries",
|
|
312
|
-
"description": "The Touch Library allows for quick and easy C code generation of Microchip's capacitive sensing software library.
|
|
313
|
-
"deviceFilterRegEx": "^AVR[0-9]+D[A].*|^PIC18F.*Q(10|40|41|43|71)$|^PIC16[L]{0,1}F188.*$|^PIC16F180.*$|^ATtiny(8|16|32)1.*$",
|
|
303
|
+
"description": "The Touch Library allows for quick and easy C code generation of Microchip's capacitive sensing software library.",
|
|
304
|
+
"deviceFilterRegEx": "^AVR[0-9]+D[A].*|^PIC18F.*Q(10|20|40|41|43|71)$|^PIC16[L]{0,1}F188.*$|^PIC16F180.*$|^ATtiny(8|16|32)1.*$|^dsPIC33CK.*$",
|
|
314
305
|
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.TOUCH.RELEASENOTES&version=latest&redirect=true"
|
|
315
306
|
}
|
|
316
307
|
},
|
|
@@ -521,7 +512,6 @@
|
|
|
521
512
|
"category": "Libraries",
|
|
522
513
|
"description": "The AVR Class B Diagnostic Library is a suite of diagnostic tests in compliance with the IEC 60730 Class B functional safety standard.",
|
|
523
514
|
"deviceFilterRegEx": "^(ATtiny.+(1|2)[0-9]|AVR.*D(A|B).*)",
|
|
524
|
-
"defaultSelection": true,
|
|
525
515
|
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.FUSAIECAVR.RELEASENOTES&version=latest&redirect=true"
|
|
526
516
|
}
|
|
527
517
|
},
|
|
@@ -538,7 +528,6 @@
|
|
|
538
528
|
"category": "Libraries",
|
|
539
529
|
"description": "The PIC16/18 Class B Diagnostic Library is a suite of diagnostic tests in compliance with the IEC 60730 Class B functional safety standard.",
|
|
540
530
|
"deviceFilterRegEx": "^PIC(16.*F1(52|88)[0-9]{2}|18.*F[0-9]{2}(Q10|Q43|Q83|Q84|Q40|Q41))$",
|
|
541
|
-
"defaultSelection": true,
|
|
542
531
|
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.FUSAIECPIC.RELEASENOTES&version=latest&redirect=true"
|
|
543
532
|
}
|
|
544
533
|
}
|