@mchp-harmony/catalog 1.0.0

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.
@@ -0,0 +1,71 @@
1
+ # yaml-language-server: $schema=./harmony-catalog.schema.json
2
+
3
+ #
4
+ # This file must be updated only by Microchip employees
5
+ #
6
+ catalog:
7
+ format-version: "3.0.0"
8
+ name: "Microchip MPLAB Harmony 3 - Third Parties"
9
+
10
+ host:
11
+ url: "github.com"
12
+ path: "/Microchip-MPLAB-Harmony/"
13
+ raw_file_url_pattern: "https://raw.githubusercontent.com/Microchip-MPLAB-Harmony/{REPO_NAME}/{BRANCH-NAME/TAG-NAME}/{FILE-NAME}"
14
+
15
+ packages:
16
+ # - name: "mbed-os"
17
+ # title: "arm Mbed OS"
18
+ # package_group: "Mbed OS"
19
+ # type: external
20
+ # category: "rtos"
21
+ # required: "false"
22
+ # tag-check: false
23
+ # package-check: false
24
+ # third_party: true
25
+ # description: "https://github.com/Microchip-MPLAB-Harmony/mbed-os/blob/master/README.md"
26
+ # licenses:
27
+ # - { name: "Apache-2.0 License", path: "LICENSE-apache-2.0.txt"}
28
+
29
+ - name: "helix_mp3"
30
+ # title: "Helix MP3 codec"
31
+ parent: "audio"
32
+ package_group: "Harmony 3 Audio solutions"
33
+ type: "api"
34
+ category: "audio"
35
+ required: "false"
36
+ tag-check: false
37
+ package-check: false
38
+ third_party: true
39
+ description: "https://github.com/Microchip-MPLAB-Harmony/helix_mp3/blob/master/README.md"
40
+ licenses:
41
+ - {name: "RealNetworks Community Source license", path: "fixpnt/RCSL.txt"}
42
+ - {name: "RealNetworks Public Source license", path: "fixpnt/RPSL.txt"}
43
+
44
+ - name: "xiph_flac"
45
+ # title: "Xiph Flac codec"
46
+ parent: "audio"
47
+ package_group: "Harmony 3 Audio solutions"
48
+ type: "api"
49
+ category: "audio"
50
+ required: "false"
51
+ tag-check: false
52
+ package-check: false
53
+ third_party: true
54
+ description: "https://github.com/Microchip-MPLAB-Harmony/xiph_flac/blob/master/README.md"
55
+ licenses:
56
+ - {name: "GPL license", path: "COPYING.GPL"}
57
+ - {name: "Xiph license", path: "COPYING.Xiph"}
58
+
59
+ # - name: "tflite-micro"
60
+ ## title: "Harmony 3 - TensorFlow Lite for Microcontroller (TFLM) Solutions"
61
+ # package_group: "Harmony AI/ML"
62
+ # type: external
63
+ # category: "Machine Learning"
64
+ # required: "false"
65
+ # tag-check: false
66
+ # package-check: false
67
+ # third_party: true
68
+ # description: "https://github.com/Microchip-MPLAB-Harmony/tflite-micro/blob/master/README.md"
69
+ # licenses:
70
+ # - { name: "Apache-2.0 License", path: "LICENSE.txt"}
71
+
package/tools.yml ADDED
@@ -0,0 +1,40 @@
1
+ # yaml-language-server: $schema=./harmony-catalog.schema.json
2
+
3
+ #
4
+ # This file must be updated only by Microchip employees
5
+ #
6
+ catalog:
7
+ format-version: "3.0.0"
8
+ name: "Microchip MPLAB Harmony 3 - MPLAB tools"
9
+
10
+ host:
11
+ url: "github.com"
12
+ path: "/Microchip-MPLAB-Harmony/"
13
+ raw_file_url_pattern: "https://raw.githubusercontent.com/Microchip-MPLAB-Harmony/{REPO_NAME}/{BRANCH-NAME/TAG-NAME}/{FILE-NAME}"
14
+
15
+ packages:
16
+ - name: "mplab_event_recorder"
17
+ title: "Harmony 3 - MPLAB Event Recorder"
18
+ package_group: "MPLAB X Tools"
19
+ type: "tool"
20
+ category: "tools"
21
+ required: "false"
22
+ tag-check: true
23
+ package-check: true
24
+ third_party: false
25
+ description: "https://github.com/Microchip-MPLAB-Harmony/mplab_event_recorder/blob/master/readme.md"
26
+ licenses:
27
+ - {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
28
+
29
+ - name: "mplab_dvrt"
30
+ title: "Harmony 3 - MPLAB Data Visualizer Run Time"
31
+ package_group: "MPLAB X Tools"
32
+ type: "tool"
33
+ category: "tools"
34
+ required: "false"
35
+ tag-check: true
36
+ package-check: true
37
+ third_party: false
38
+ description: "https://github.com/Microchip-MPLAB-Harmony/mplab_dvrt/readme.md"
39
+ licenses:
40
+ - {name: "Microchip Software License Agreement", path: "Microchip_SLA001.md"}
package/touch.yml ADDED
@@ -0,0 +1,69 @@
1
+ # yaml-language-server: $schema=./harmony-catalog.schema.json
2
+
3
+ #
4
+ # This file must be updated only by Microchip employees
5
+ #
6
+ catalog:
7
+ format-version: "3.0.0"
8
+ name: "Microchip MPLAB Harmony 3 - Capacitive Touch solutions"
9
+
10
+ host:
11
+ url: "github.com"
12
+ path: "/Microchip-MPLAB-Harmony/"
13
+ raw_file_url_pattern: "https://raw.githubusercontent.com/Microchip-MPLAB-Harmony/{REPO_NAME}/{BRANCH-NAME/TAG-NAME}/{FILE-NAME}"
14
+
15
+ packages:
16
+ - name: "touch"
17
+ title: "Harmony 3 - Capacitive Touch solutions"
18
+ package_group: "Harmony 3 Capacitive Touch solutions"
19
+ type: "api"
20
+ category: "touch"
21
+ required: "false"
22
+ tag-check: true
23
+ package-check: true
24
+ third_party: false
25
+ description: "https://github.com/Microchip-MPLAB-Harmony/touch/blob/master/readme.md"
26
+ licenses:
27
+ - {name: "Microchip Software License Agreement", path: "Microchip_SLA001.md"}
28
+
29
+ - name: "touch_apps"
30
+ # title: "Harmony 3 Touch Apps"
31
+ parent: "touch"
32
+ package_group: "Harmony 3 Capacitive Touch solutions"
33
+ type: "application"
34
+ category: "touch"
35
+ required: "false"
36
+ tag-check: true
37
+ package-check: true
38
+ third_party: false
39
+ description: "https://github.com/Microchip-MPLAB-Harmony/touch_apps/blob/master/readme.md"
40
+ licenses:
41
+ - {name: "Microchip Software License Agreement", path: "Microchip_SLA001.md"}
42
+
43
+ - name: "touch_host_driver"
44
+ # title: "Harmony 3 - Touch Host Driver"
45
+ parent: "touch"
46
+ package_group: "Harmony 3 Capacitive Touch solutions"
47
+ type: "api"
48
+ category: "touch"
49
+ required: "false"
50
+ tag-check: true
51
+ package-check: true
52
+ third_party: false
53
+ description: "https://github.com/Microchip-MPLAB-Harmony/touch_host_driver/blob/master/readme.md"
54
+ licenses:
55
+ - {name: "Microchip Software License Agreement", path: "Microchip_SLA001.md"}
56
+
57
+ - name: "touch_host_driver_apps"
58
+ # title: "Harmony 3 - Touch Host Driver Applications"
59
+ parent: "touch"
60
+ package_group: "Harmony 3 Capacitive Touch solutions"
61
+ type: "application"
62
+ category: "touch"
63
+ required: "false"
64
+ tag-check: true
65
+ package-check: true
66
+ third_party: false
67
+ description: "https://github.com/Microchip-MPLAB-Harmony/touch_host_driver_apps/blob/master/readme.md"
68
+ licenses:
69
+ - {name: "Microchip Software License Agreement", path: "Microchip_SLA001.md"}
package/usb.yml ADDED
@@ -0,0 +1,84 @@
1
+ # yaml-language-server: $schema=./harmony-catalog.schema.json
2
+
3
+ #
4
+ # This file must be updated only by Microchip employees
5
+ #
6
+ catalog:
7
+ format-version: "3.0.0"
8
+ name: "Microchip MPLAB Harmony 3 - USB"
9
+
10
+ host:
11
+ url: "github.com"
12
+ path: "/Microchip-MPLAB-Harmony/"
13
+ raw_file_url_pattern: "https://raw.githubusercontent.com/Microchip-MPLAB-Harmony/{REPO_NAME}/{BRANCH-NAME/TAG-NAME}/{FILE-NAME}"
14
+
15
+ packages:
16
+ - name: "usb"
17
+ title: "Harmony 3 - USB solutions"
18
+ package_group: "Harmony 3 USB"
19
+ type: "api"
20
+ category: "usb"
21
+ required: "false"
22
+ tag-check: true
23
+ package-check: true
24
+ third_party: false
25
+ description: "https://github.com/Microchip-MPLAB-Harmony/usb/blob/master/readme.md"
26
+ licenses:
27
+ - {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
28
+
29
+ - name: "usb_apps_device"
30
+ # title: "Harmony 3 USB Device application examples"
31
+ parent: "usb"
32
+ package_group: "Harmony 3 USB"
33
+ type: "application"
34
+ category: "usb"
35
+ required: "false"
36
+ tag-check: true
37
+ package-check: true
38
+ third_party: false
39
+ description: "https://github.com/Microchip-MPLAB-Harmony/usb_apps_device/blob/master/readme.md"
40
+ licenses:
41
+ - {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
42
+
43
+ - name: "usb_apps_dual_role"
44
+ # title: "Harmony 3 USB Dual-Role application examples"
45
+ parent: "usb"
46
+ package_group: "Harmony 3 USB"
47
+ type: "application"
48
+ category: "usb"
49
+ required: "false"
50
+ tag-check: true
51
+ package-check: true
52
+ third_party: false
53
+ description: "https://github.com/Microchip-MPLAB-Harmony/usb_apps_dual_role/blob/master/readme.md"
54
+ licenses:
55
+ - {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
56
+
57
+ - name: "usb_apps_host"
58
+ # title: "Harmony 3 USB Host application examples"
59
+ parent: "usb"
60
+ package_group: "Harmony 3 USB"
61
+ type: "application"
62
+ category: "usb"
63
+ required: "false"
64
+ tag-check: true
65
+ package-check: true
66
+ third_party: false
67
+ description: "https://github.com/Microchip-MPLAB-Harmony/usb_apps_host/blob/master/readme.md"
68
+ licenses:
69
+ - {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
70
+
71
+ - name: "usb_apps_multi_controller"
72
+ # title: "Harmony 3 USB Multi-Controller application examples"
73
+ parent: "usb"
74
+ package_group: "Harmony 3 USB"
75
+ type: "application"
76
+ category: "usb"
77
+ required: "false"
78
+ tag-check: true
79
+ package-check: true
80
+ third_party: false
81
+ description: "https://github.com/Microchip-MPLAB-Harmony/usb_apps_multi_controller/blob/master/readme.md"
82
+ licenses:
83
+ - {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
84
+
package/vision.yml ADDED
@@ -0,0 +1,28 @@
1
+ # yaml-language-server: $schema=./harmony-catalog.schema.json
2
+
3
+ #
4
+ # This file must be updated only by Microchip employees
5
+ #
6
+ catalog:
7
+ format-version: "3.0.0"
8
+ name: "Microchip MPLAB Harmony 3 - Vision"
9
+
10
+ host:
11
+ url: "github.com"
12
+ path: "/Microchip-MPLAB-Harmony/"
13
+ raw_file_url_pattern: "https://raw.githubusercontent.com/Microchip-MPLAB-Harmony/{REPO_NAME}/{BRANCH-NAME/TAG-NAME}/{FILE-NAME}"
14
+
15
+ packages:
16
+ - name: "vision"
17
+ title: "Harmony 3 - Vision solutions"
18
+ package_group: "Harmony 3 Vision solutions"
19
+ type: "api"
20
+ category: "vision"
21
+ required: "false"
22
+ tag-check: false
23
+ package-check: true
24
+ third_party: false
25
+ description: "https://github.com/Microchip-MPLAB-Harmony/vision/blob/master/readme.md"
26
+ licenses:
27
+ - {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
28
+
package/wireless.yml ADDED
@@ -0,0 +1,257 @@
1
+ # yaml-language-server: $schema=./harmony-catalog.schema.json
2
+
3
+ #
4
+ # This file must be updated only by Microchip employees
5
+ #
6
+ catalog:
7
+ format-version: "3.0.0"
8
+ name: "Microchip MPLAB Harmony 3 - Wireless"
9
+
10
+ host:
11
+ url: "github.com"
12
+ path: "/Microchip-MPLAB-Harmony/"
13
+ raw_file_url_pattern: "https://raw.githubusercontent.com/Microchip-MPLAB-Harmony/{REPO_NAME}/{BRANCH-NAME/TAG-NAME}/{FILE-NAME}"
14
+
15
+ packages:
16
+ - name: "wireless_wifi"
17
+ title: "Harmony 3 - Wireless solutions"
18
+ package_group: "Harmony 3 Wireless solutions"
19
+ type: "api"
20
+ category: "wireless"
21
+ required: "false"
22
+ tag-check: true
23
+ package-check: true
24
+ third_party: false
25
+ description: "https://github.com/Microchip-MPLAB-Harmony/wireless_wifi/blob/master/readme.md"
26
+ licenses:
27
+ - {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
28
+
29
+ - name: "wireless_apps_winc1500"
30
+ # title: "Harmony 3 - Wireless applications for WINC1500"
31
+ parent: "wireless_wifi"
32
+ package_group: "Harmony 3 Wireless solutions"
33
+ type: "application"
34
+ category: "wireless"
35
+ required: "false"
36
+ tag-check: true
37
+ package-check: true
38
+ third_party: false
39
+ description: "https://github.com/Microchip-MPLAB-Harmony/wireless_apps_winc1500/blob/master/readme.md"
40
+ licenses:
41
+ - {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
42
+
43
+ - name: "wireless_apps_winc3400"
44
+ # title: "Harmony 3 - Wireless applications for WINC3400"
45
+ parent: "wireless_wifi"
46
+ package_group: "Harmony 3 Wireless solutions"
47
+ type: "application"
48
+ category: "wireless"
49
+ required: "false"
50
+ tag-check: true
51
+ package-check: true
52
+ third_party: false
53
+ description: "https://github.com/Microchip-MPLAB-Harmony/wireless_apps_winc3400/blob/master/readme.md"
54
+ licenses:
55
+ - {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
56
+
57
+ - name: "wireless_system_pic32mzw1_wfi32e01"
58
+ # title: "Harmony 3 - Wireless applications for PIC32MZ W1 and WFI32E01"
59
+ parent: "wireless_wifi"
60
+ package_group: "Harmony 3 Wireless solutions"
61
+ type: "api"
62
+ category: "wireless"
63
+ required: "false"
64
+ tag-check: true
65
+ package-check: true
66
+ third_party: false
67
+ description: "https://github.com/Microchip-MPLAB-Harmony/wireless_system_pic32mzw1_wfi32e01/blob/master/readme.md"
68
+ licenses:
69
+ - {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
70
+
71
+ - name: "wireless_apps_pic32mzw1_wfi32e01"
72
+ # title: "Harmony 3 - Wireless applications for PIC32MZ W1 and WFI32E01"
73
+ parent: "wireless_wifi"
74
+ package_group: "Harmony 3 Wireless solutions"
75
+ type: "application"
76
+ category: "wireless"
77
+ required: "false"
78
+ tag-check: true
79
+ package-check: true
80
+ third_party: false
81
+ description: "https://github.com/Microchip-MPLAB-Harmony/wireless_apps_pic32mzw1_wfi32e01/blob/master/readme.md"
82
+ licenses:
83
+ - {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
84
+
85
+ - name: "wireless_ble"
86
+ title: "Harmony 3 - Wireless BLE solutions"
87
+ package_group: "Harmony 3 Wireless solutions"
88
+ type: "api"
89
+ category: "wireless"
90
+ required: "false"
91
+ tag-check: true
92
+ package-check: true
93
+ third_party: false
94
+ description: "https://github.com/Microchip-MPLAB-Harmony/wireless_ble/blob/master/readme.md"
95
+ licenses:
96
+ - {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
97
+
98
+ - name: "wireless_pic32cxbz_wbz"
99
+ # title: "Harmony 3 - Wireless PIC32CX-BZ System Services"
100
+ parent: "wireless_ble"
101
+ package_group: "Harmony 3 Wireless solutions"
102
+ type: "api"
103
+ category: "wireless"
104
+ required: "false"
105
+ tag-check: true
106
+ package-check: true
107
+ third_party: false
108
+ description: "https://github.com/Microchip-MPLAB-Harmony/wireless_pic32cxbz_wbz/blob/master/readme.md"
109
+ licenses:
110
+ - {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
111
+
112
+ - name: "wireless_system_pic32cxbz_wbz"
113
+ # title: "Harmony 3 - Wireless BLE applications for PIC32CX BZ and WBZ"
114
+ parent: "wireless_ble"
115
+ package_group: "Harmony 3 Wireless solutions"
116
+ type: "api"
117
+ category: "wireless"
118
+ required: "false"
119
+ tag-check: true
120
+ package-check: true
121
+ third_party: false
122
+ description: "https://github.com/Microchip-MPLAB-Harmony/wireless_system_pic32cxbz_wbz/blob/master/readme.md"
123
+ licenses:
124
+ - {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
125
+
126
+ - name: "wireless_apps_pic32cxbz2_wbz45"
127
+ # title: "Harmony 3 - Wireless BLE applications for PIC32CX BZ2 and WBZ45"
128
+ parent: "wireless_ble"
129
+ package_group: "Harmony 3 Wireless solutions"
130
+ type: "application"
131
+ category: "wireless"
132
+ required: "false"
133
+ tag-check: true
134
+ package-check: true
135
+ third_party: false
136
+ description: "https://github.com/Microchip-MPLAB-Harmony/wireless_apps_pic32cxbz2_wbz45/blob/master/readme.md"
137
+ licenses:
138
+ - {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
139
+
140
+ - name: "wireless_15_4_phy"
141
+ title: "Harmony 3 - Wireless 802.15.4 Transceiver PHY solutions"
142
+ package_group: "Harmony 3 Wireless solutions"
143
+ type: "api"
144
+ category: "wireless"
145
+ required: "false"
146
+ tag-check: true
147
+ package-check: true
148
+ third_party: false
149
+ description: "https://github.com/Microchip-MPLAB-Harmony/wireless_15_4_phy/blob/master/readme.md"
150
+ licenses:
151
+ - {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
152
+
153
+ - name: "wireless_zigbee"
154
+ title: "Harmony 3 - Wireless Zigbee solutions"
155
+ package_group: "Harmony 3 Wireless solutions"
156
+ type: "api"
157
+ category: "wireless"
158
+ required: "false"
159
+ tag-check: true
160
+ package-check: true
161
+ third_party: false
162
+ description: "https://github.com/Microchip-MPLAB-Harmony/wireless_zigbee/blob/master/readme.md"
163
+ licenses:
164
+ - {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
165
+
166
+ - name: "wireless_rnbd"
167
+ title: "Harmony 3 - Wireless RNBD"
168
+ package_group: "Harmony 3 Wireless solutions"
169
+ type: "api"
170
+ category: "wireless"
171
+ required: "false"
172
+ tag-check: true
173
+ package-check: true
174
+ third_party: false
175
+ description: "https://github.com/Microchip-MPLAB-Harmony/wireless_rnbd/blob/master/readme.md"
176
+ licenses:
177
+ - {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
178
+
179
+ - name: "wireless_15_4_mac"
180
+ title: "Harmony 3 - Wireless 802.15.4 MAC solutions"
181
+ package_group: "Harmony 3 Wireless solutions"
182
+ type: "api"
183
+ category: "wireless"
184
+ required: "false"
185
+ tag-check: true
186
+ package-check: true
187
+ third_party: false
188
+ description: "https://github.com/Microchip-MPLAB-Harmony/wireless_15_4_mac/blob/master/readme.md"
189
+ licenses:
190
+ - {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
191
+
192
+ - name: "wireless_thread"
193
+ title: "Harmony 3 - Wireless Thread® solutions"
194
+ package_group: "Harmony 3 Wireless solutions"
195
+ type: "api"
196
+ category: "wireless"
197
+ required: "false"
198
+ tag-check: true
199
+ package-check: true
200
+ third_party: false
201
+ description: "https://github.com/Microchip-MPLAB-Harmony/wireless_thread/blob/master/readme.md"
202
+ licenses:
203
+ - {name: "Microchip SLA", path: "Microchip_SLA001.md"}
204
+ - {name: "BSD 3-Clause License", path: "LICENSE_OT.txt"}
205
+
206
+ - name: "wireless_apps_rnwf"
207
+ title: "Harmony 3 - Wireless RNWF Application solutions"
208
+ parent: "wireless_system_rnwf"
209
+ package_group: "Harmony 3 Wireless solutions"
210
+ type: "application"
211
+ category: "wireless"
212
+ required: "false"
213
+ tag-check: true
214
+ package-check: true
215
+ third_party: false
216
+ description: "https://github.com/Microchip-MPLAB-Harmony/wireless_apps_rnwf/blob/master/readme.md"
217
+ licenses:
218
+ - {name: "Microchip SLA", path: "Microchip_SLA001.md"}
219
+
220
+ - name: "wireless_system_rnwf"
221
+ title: "Harmony 3 - Wireless RNWF Service solution"
222
+ package_group: "Harmony 3 Wireless solutions"
223
+ type: "api"
224
+ category: "wireless"
225
+ required: "false"
226
+ tag-check: true
227
+ package-check: true
228
+ third_party: false
229
+ description: "https://github.com/Microchip-MPLAB-Harmony/wireless_system_rnwf/blob/master/readme.md"
230
+ licenses:
231
+ - {name: "Microchip SLA", path: "Microchip_SLA001.md"}
232
+
233
+ - name: "wireless_apps_pic32cxbz3_wbz35"
234
+ title: "Harmony 3 - Wireless BLE and Zigbee applications for PIC32CX BZ3 and WBZ35"
235
+ package_group: "Harmony 3 Wireless solutions"
236
+ type: "application"
237
+ category: "wireless"
238
+ required: "false"
239
+ tag-check: true
240
+ package-check: true
241
+ third_party: false
242
+ description: "https://github.com/Microchip-MPLAB-Harmony/wireless_apps_pic32cxbz3_wbz35/blob/master/readme.md"
243
+ licenses:
244
+ - {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
245
+
246
+ - name: "wireless_services"
247
+ title: "Harmony 3 - Wireless services"
248
+ package_group: "Harmony 3 Wireless solutions"
249
+ type: "api"
250
+ category: "wireless"
251
+ required: "false"
252
+ tag-check: true
253
+ package-check: true
254
+ third_party: false
255
+ description: "https://github.com/Microchip-MPLAB-Harmony/wireless_services/blob/master/readme.md"
256
+ licenses:
257
+ - {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
package/wolfssl.yml ADDED
@@ -0,0 +1,59 @@
1
+ # yaml-language-server: $schema=./harmony-catalog.schema.json
2
+
3
+ #
4
+ # This file must be updated only by Microchip employees
5
+ #
6
+ catalog:
7
+ format-version: "3.0.0"
8
+ name: "Microchip MPLAB Harmony 3 - WolfSSL solutions"
9
+
10
+ host:
11
+ url: "github.com"
12
+ path: "/Microchip-MPLAB-Harmony/"
13
+ raw_file_url_pattern: "https://raw.githubusercontent.com/Microchip-MPLAB-Harmony/{REPO_NAME}/{BRANCH-NAME/TAG-NAME}/{FILE-NAME}"
14
+
15
+ packages:
16
+ - name: "wolfssl"
17
+ title: "Harmony 3 - WolfSSL solutions"
18
+ package_group: "WolfSSL"
19
+ type: external
20
+ category: "cryptography"
21
+ required: "false"
22
+ tag-check: false
23
+ package-check: false
24
+ third_party: true
25
+ description: "https://github.com/Microchip-MPLAB-Harmony/wolfssl/blob/master/README.md"
26
+ licenses:
27
+ - { name: "GNU GENERAL PUBLIC LICENSE v2", path: "LICENSING"}
28
+ - { name: "Microchip/WolfSSL EULA", path: "WolfSSL_EULicense_Microchip.md"}
29
+
30
+ # - name: "wolfssh"
31
+ ## title: "wolfssh"
32
+ # parent: "wolfssl"
33
+ # package_group: "WolfSSL"
34
+ # type: external
35
+ # category: "cryptography"
36
+ # required: "false"
37
+ # tag-check: false
38
+ # package-check: false
39
+ # third_party: true
40
+ # description: "https://github.com/Microchip-MPLAB-Harmony/wolfssh/blob/master/README.md"
41
+ # licenses:
42
+ # - { name: "GNU GENERAL PUBLIC LICENSE v2", path: "LICENSING"}
43
+ # - { name: "Microchip/WolfSSL EULA", path: "WolfSSL_EULicense_Microchip.md"}
44
+
45
+ - name: "wolfMQTT"
46
+ # title: "wolfMQTT"
47
+ parent: "wolfssl"
48
+ package_group: "WolfSSL"
49
+ type: external
50
+ category: "iot"
51
+ required: "false"
52
+ tag-check: false
53
+ package-check: false
54
+ third_party: true
55
+ description: "https://github.com/Microchip-MPLAB-Harmony/wolfMQTT/blob/master/README.md"
56
+ licenses:
57
+ - { name: "GNU GENERAL PUBLIC LICENSE v2", path: "LICENSE"}
58
+ - { name: "Microchip/WolfSSL EULA", path: "WolfSSL_EULicense_Microchip.md"}
59
+
package/zlib.yml ADDED
@@ -0,0 +1,28 @@
1
+ # yaml-language-server: $schema=./harmony-catalog.schema.json
2
+
3
+ #
4
+ # This file must be updated only by Microchip employees
5
+ #
6
+ catalog:
7
+ format-version: "3.0.0"
8
+ name: "Microchip MPLAB Harmony 3 - zlib"
9
+
10
+ host:
11
+ url: "github.com"
12
+ path: "/madler/"
13
+ raw_file_url_pattern: "https://raw.githubusercontent.com/madler/{REPO_NAME}/{BRANCH-NAME/TAG-NAME}/{FILE-NAME}"
14
+
15
+ packages:
16
+ - name: "zlib"
17
+ title: "Harmony 3 - zlib data-compression library"
18
+ package_group: "zlib"
19
+ type: external
20
+ category: "data compression"
21
+ required: "false"
22
+ tag-check: false
23
+ package-check: false
24
+ third_party: true
25
+ description: "https://github.com/madler/zlib/blob/master/README"
26
+ licenses:
27
+ - {name: "zlib", path: "README"}
28
+