@mchp-mcc/melody-common-catalog 1.3.34 → 1.3.36

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 +18 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mchp-mcc/melody-common-catalog",
3
- "version": "1.3.34",
3
+ "version": "1.3.36",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "files": [
6
6
  "LICENSE.txt"
@@ -91,6 +91,22 @@
91
91
  "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=RELEASE_NOTES_8BIT_MDFU_CLIENT_LIBRARY&version=latest&redirect=true"
92
92
  }
93
93
  },
94
+ {
95
+ "name": "@mchp-mcc/mdfu-application-helper-8bit",
96
+ "version": "*",
97
+ "meta": {
98
+ "keywords": [
99
+ "avr",
100
+ "pic8",
101
+ "driver"
102
+ ],
103
+ "name": "8-Bit MDFU Application Helper",
104
+ "category": "Libraries/Bootloader",
105
+ "description": "Application helper to assist users in configuring the required settings to bootload images using the Microchip Device Firmware Update Ecosystem.",
106
+ "deviceFilterRegEx": "PIC16(LF|F).*|PIC18(LF|F).*|ATtiny.*|AVR.*(DA|DB|DD|DU|EA|EB).*",
107
+ "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.MDFUAPPLICATIONHELPER8BIT.RELEASENOTES&version=latest&redirect=true"
108
+ }
109
+ },
94
110
  {
95
111
  "name": "@mchp-mcc/crypto-authentication-library",
96
112
  "version": "*",
@@ -105,7 +121,7 @@
105
121
  ],
106
122
  "name": "CryptoAuthentication Library",
107
123
  "category": "Libraries",
108
- "deviceFilterRegEx": "^PIC(18.*F[0-9]{2}(Q10|Q40|Q41|Q43|Q83|Q84))$|^(AVR.*D(A|B).*)|^(dsPIC(33C.*|33E.*|33F.*)|PIC24.*)",
124
+ "deviceFilterRegEx": "^PIC(18.*F[0-9]{2}(Q10|Q40|Q41|Q43|Q83|Q84))$|^(AVR.*D(A|B).*)|^(dsPIC(33A.*|33C.*|33E.*|33F.*)|PIC24.*)",
109
125
  "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.",
110
126
  "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.CAL.RELEASENOTES&version=latest&redirect=true"
111
127
  }