@mchp-mcc/melody-common-catalog 1.2.11 → 1.2.14

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 +7 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mchp-mcc/melody-common-catalog",
3
- "version": "1.2.11",
3
+ "version": "1.2.14",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "files": [
6
6
  "LICENSE.txt"
@@ -66,6 +66,8 @@
66
66
  "crypto",
67
67
  "library",
68
68
  "pic8",
69
+ "dspic",
70
+ "pic24",
69
71
  "avr"
70
72
  ],
71
73
  "supportedDeviceFamilies": [
@@ -97,6 +99,7 @@
97
99
  "AVR DA",
98
100
  "PIC16F188XX",
99
101
  "PIC18FxxQ40_Q41",
102
+ "PIC18F2X_4XQ10",
100
103
  "PIC18FXXQ43"
101
104
  ],
102
105
  "name": "RN4870|1 BLE Library",
@@ -182,22 +185,6 @@
182
185
  "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.DELAY.RELEASENOTES&version=latest&redirect=true"
183
186
  }
184
187
  },
185
- {
186
- "name": "@mchp-mcc/i2c-simple-driver",
187
- "version": "*",
188
- "meta": {
189
- "keywords": [
190
- "i2c",
191
- "driver",
192
- "pic8",
193
- "avr"
194
- ],
195
- "name": "I2CSIMPLE",
196
- "category": "Drivers",
197
- "description": "The I2C Simple Driver is an abstraction interface to facilitate seamless I2C integration for PIC and AVR devices",
198
- "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.I2CSIMPLE.RELEASENOTES&version=latest&redirect=true"
199
- }
200
- },
201
188
  {
202
189
  "name": "@mchp-mcc/data-streamer-driver",
203
190
  "version": "*",
@@ -268,12 +255,13 @@
268
255
  "keywords": [
269
256
  "library",
270
257
  "touch",
271
- "avr"
258
+ "avr",
259
+ "pic8"
272
260
  ],
273
261
  "name": "Touch Library",
274
262
  "category": "Libraries",
275
263
  "description": "The Touch Library allows for quick and easy C code generation of Microchip's capacitive sensing software library. ",
276
- "deviceFilterRegEx": "^AVR[0-9]+D[A].*",
264
+ "deviceFilterRegEx": "^AVR[0-9]+D[A].*|^PIC18F.*Q40$|^PIC18F.*Q41$|^PIC18F.*Q10$|^PIC16[L]{0,1}F188.*$|^PIC18F.*Q43$",
277
265
  "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.TOUCH.RELEASENOTES&version=latest&redirect=true"
278
266
  }
279
267
  },