@mchp-mcc/melody-common-catalog 1.3.21 → 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 +17 -1
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"
|
|
@@ -539,6 +539,22 @@
|
|
|
539
539
|
"defaultSelection": true,
|
|
540
540
|
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.USB-DEVICE-STACK.RELEASENOTES&redirect=true"
|
|
541
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
|
+
}
|
|
542
558
|
}
|
|
543
559
|
],
|
|
544
560
|
"featuredContent": {
|