@mchp-mcc/melody-common-catalog 1.3.21 → 1.3.23
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 -10
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.23",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"files": [
|
|
6
6
|
"LICENSE.txt"
|
|
@@ -67,15 +67,7 @@
|
|
|
67
67
|
"pic8",
|
|
68
68
|
"avr"
|
|
69
69
|
],
|
|
70
|
-
"
|
|
71
|
-
"PIC16F152XX",
|
|
72
|
-
"PIC16F188XX",
|
|
73
|
-
"PIC18FxxQ40_Q41",
|
|
74
|
-
"PIC18FXXQ43",
|
|
75
|
-
"AVR",
|
|
76
|
-
"AVR DA"
|
|
77
|
-
],
|
|
78
|
-
"name": "Bootloader 8-Bit",
|
|
70
|
+
"name": "Bootloader 8-Bit (Deprecated)",
|
|
79
71
|
"category": "Libraries/Bootloader",
|
|
80
72
|
"deviceFilterRegEx": "PIC16(LF|F)(152|188).*|PIC18F.*Q4.*|ATtiny.*(0|1)[1-9]|AVR.*DA.*",
|
|
81
73
|
"description": "The 8-Bit Bootloader Library provides a means for users to configure a basic bootloader on 8-bit devices.",
|
|
@@ -539,6 +531,22 @@
|
|
|
539
531
|
"defaultSelection": true,
|
|
540
532
|
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.USB-DEVICE-STACK.RELEASENOTES&redirect=true"
|
|
541
533
|
}
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"name": "@mchp-mcc/freertos-library",
|
|
537
|
+
"version": "*",
|
|
538
|
+
"meta": {
|
|
539
|
+
"keywords": [
|
|
540
|
+
"avr",
|
|
541
|
+
"freertos",
|
|
542
|
+
"library"
|
|
543
|
+
],
|
|
544
|
+
"name": "FreeRTOS Library",
|
|
545
|
+
"category": "Libraries",
|
|
546
|
+
"description": "The FreeRTOS Library allows quick and easy configuration and code generation for a FreeRTOS applications using Microchip microcontrollers",
|
|
547
|
+
"deviceFilterRegEx": "^(AVR.*D(A|B|D).*)",
|
|
548
|
+
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.FREERTOS.RELEASENOTES&version=latest&redirect=true"
|
|
549
|
+
}
|
|
542
550
|
}
|
|
543
551
|
],
|
|
544
552
|
"featuredContent": {
|