@mchp-mcc/melody-common-catalog 1.3.20 → 1.3.22
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 +18 -8
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.22",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"files": [
|
|
6
6
|
"LICENSE.txt"
|
|
@@ -110,15 +110,9 @@
|
|
|
110
110
|
"pic24",
|
|
111
111
|
"avr"
|
|
112
112
|
],
|
|
113
|
-
"supportedDeviceFamilies": [
|
|
114
|
-
"AVR",
|
|
115
|
-
"AVR DA",
|
|
116
|
-
"PIC18FxxQ40_Q41",
|
|
117
|
-
"PIC18F2X_4XQ10",
|
|
118
|
-
"PIC18FXXQ43"
|
|
119
|
-
],
|
|
120
113
|
"name": "CryptoAuthentication Library",
|
|
121
114
|
"category": "Libraries",
|
|
115
|
+
"deviceFilterRegEx": "^PIC(18.*F[0-9]{2}(Q10|Q40|Q41|Q43|Q83|Q84))$|^(AVR.*D(A|B).*)|^(dsPIC33.*)",
|
|
122
116
|
"description": "The CryptoAuthentication Library allows quick and easy configuration and code generation for security, cryptography, authentication, and encryption applications using Microchip's Secure chip line.",
|
|
123
117
|
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.CAL.RELEASENOTES&version=latest&redirect=true"
|
|
124
118
|
}
|
|
@@ -545,6 +539,22 @@
|
|
|
545
539
|
"defaultSelection": true,
|
|
546
540
|
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.USB-DEVICE-STACK.RELEASENOTES&redirect=true"
|
|
547
541
|
}
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"name": "@mchp-mcc/freertos-library",
|
|
545
|
+
"version": "*",
|
|
546
|
+
"meta": {
|
|
547
|
+
"keywords": [
|
|
548
|
+
"avr",
|
|
549
|
+
"freertos",
|
|
550
|
+
"library"
|
|
551
|
+
],
|
|
552
|
+
"name": "FreeRTOS Library",
|
|
553
|
+
"category": "Libraries",
|
|
554
|
+
"description": "The FreeRTOS Library allows quick and easy configuration and code generation for a FreeRTOS applications using Microchip microcontrollers",
|
|
555
|
+
"deviceFilterRegEx": "^(AVR.*D(A|B|D).*)",
|
|
556
|
+
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.FREERTOS.RELEASENOTES&version=latest&redirect=true"
|
|
557
|
+
}
|
|
548
558
|
}
|
|
549
559
|
],
|
|
550
560
|
"featuredContent": {
|