@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.
- package/Microchip_SLA001.md +37 -0
- package/aerospace.yml +56 -0
- package/aiml.yml.stale +28 -0
- package/arm-software.yml +83 -0
- package/audio.yml +56 -0
- package/aws_cloud.yml.stale +28 -0
- package/azure_rtos.yml +29 -0
- package/bootloader.yml +196 -0
- package/catalog.yml +67 -0
- package/cec173x_soteria.yml +28 -0
- package/classb.yml +97 -0
- package/core.yml +533 -0
- package/crypto.yml +94 -0
- package/crypto_v4.yml +67 -0
- package/csp.yml +574 -0
- package/eclipse_threadx.yml +57 -0
- package/freertos.yml +27 -0
- package/graphics.yml +222 -0
- package/harmony-catalog.schema.json +179 -0
- package/kudelski.yml +28 -0
- package/littlefs.yml +29 -0
- package/microchiptech.yml +56 -0
- package/motorcontrol.yml +140 -0
- package/net.yml +266 -0
- package/openthread.yml +27 -0
- package/package.json +10 -0
- package/pmci.yml.stale +42 -0
- package/ra_qd.yml +42 -0
- package/readme.md +17 -0
- package/rtos.yml.stale +29 -0
- package/shd.yml +27 -0
- package/smart_energy.yml +125 -0
- package/spi_uhf_transceiver.yml +41 -0
- package/third_parties.yml +71 -0
- package/tools.yml +40 -0
- package/touch.yml +69 -0
- package/usb.yml +84 -0
- package/vision.yml +28 -0
- package/wireless.yml +257 -0
- package/wolfssl.yml +59 -0
- package/zlib.yml +28 -0
package/classb.yml
ADDED
@@ -0,0 +1,97 @@
|
|
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 - Class B"
|
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: "classb_sam_e5x_d5x"
|
17
|
+
title: "Harmony 3 - Class B solutions for SAM E5x/D5x"
|
18
|
+
package_group: "Harmony 3 Class B"
|
19
|
+
type: "api"
|
20
|
+
category: "safety"
|
21
|
+
required: "false"
|
22
|
+
tag-check: true
|
23
|
+
package-check: true
|
24
|
+
third_party: false
|
25
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/classb_sam_e5x_d5x/blob/master/readme.md"
|
26
|
+
licenses:
|
27
|
+
- {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
|
28
|
+
|
29
|
+
- name: "classb_pic32cm_mc"
|
30
|
+
# title: "Harmony Class B solutions for PIC32CM MC"
|
31
|
+
parent: "classb_sam_e5x_d5x"
|
32
|
+
package_group: "Harmony 3 Class B"
|
33
|
+
type: "api"
|
34
|
+
category: "safety"
|
35
|
+
required: "false"
|
36
|
+
tag-check: true
|
37
|
+
package-check: true
|
38
|
+
third_party: false
|
39
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/classb_pic32cm_mc/blob/master/readme.md"
|
40
|
+
licenses:
|
41
|
+
- {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
|
42
|
+
|
43
|
+
- name: "classb_pic32mzw1_wfi32e01"
|
44
|
+
# title: "Harmony Class B solutions for PIC32MZ W1 and WFI32E01"
|
45
|
+
parent: "classb_sam_e5x_d5x"
|
46
|
+
package_group: "Harmony 3 Class B"
|
47
|
+
type: "api"
|
48
|
+
category: "safety"
|
49
|
+
required: "false"
|
50
|
+
tag-check: true
|
51
|
+
package-check: true
|
52
|
+
third_party: false
|
53
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/classb_pic32mzw1_wfi32e01/blob/master/readme.md"
|
54
|
+
licenses:
|
55
|
+
- {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
|
56
|
+
|
57
|
+
- name: "classb_sam_e70_s70_v70_v71"
|
58
|
+
# title: "Harmony Class B solutions for SAM S70/E70/V70/V71"
|
59
|
+
parent: "classb_sam_e5x_d5x"
|
60
|
+
package_group: "Harmony 3 Class B"
|
61
|
+
type: "api"
|
62
|
+
category: "safety"
|
63
|
+
required: "false"
|
64
|
+
tag-check: true
|
65
|
+
package-check: true
|
66
|
+
third_party: false
|
67
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/classb_sam_e70_s70_v70_v71/blob/master/readme.md"
|
68
|
+
licenses:
|
69
|
+
- {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
|
70
|
+
|
71
|
+
- name: "classb_pic32cm_jh"
|
72
|
+
# title: "Harmony Class B solutions for PIC32CM JH"
|
73
|
+
parent: "classb_sam_e5x_d5x"
|
74
|
+
package_group: "Harmony 3 Class B"
|
75
|
+
type: "api"
|
76
|
+
category: "safety"
|
77
|
+
required: "false"
|
78
|
+
tag-check: true
|
79
|
+
package-check: true
|
80
|
+
third_party: false
|
81
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/classb_pic32cm_jh/blob/master/readme.md"
|
82
|
+
licenses:
|
83
|
+
- {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
|
84
|
+
|
85
|
+
- name: "classb_pic32mk_mc"
|
86
|
+
# title: "Harmony Class B solution for PIC32MK MC"
|
87
|
+
parent: "classb_sam_e5x_d5x"
|
88
|
+
package_group: "Harmony 3 Class B"
|
89
|
+
type: "api"
|
90
|
+
category: "safety"
|
91
|
+
required: "false"
|
92
|
+
tag-check: true
|
93
|
+
package-check: true
|
94
|
+
third_party: false
|
95
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/classb_pic32mk_mc/blob/master/readme.md"
|
96
|
+
licenses:
|
97
|
+
- {name: "Microchip Software License Agreement", path: "Microchip_SLA001.md"}
|
package/core.yml
ADDED
@@ -0,0 +1,533 @@
|
|
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 - Core"
|
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: "core"
|
17
|
+
title: "Harmony 3 - Core"
|
18
|
+
package_group: "Harmony 3 Core"
|
19
|
+
type: "api"
|
20
|
+
category: "foundations"
|
21
|
+
required: "false"
|
22
|
+
tag-check: true
|
23
|
+
package-check: true
|
24
|
+
third_party: false
|
25
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core/blob/master/readme.md"
|
26
|
+
licenses:
|
27
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
28
|
+
- {name: "FatFS license", path: "system/fs/fat_fs/readme_fatfs_license.md"}
|
29
|
+
- {name: "exFAT license", path: "system/fs/fat_fs/readme_exfat_license.md"}
|
30
|
+
|
31
|
+
- name: "bsp"
|
32
|
+
# title: "Harmony 3 Board Support Package"
|
33
|
+
parent: "core"
|
34
|
+
package_group: "Harmony 3 Core"
|
35
|
+
type: "api"
|
36
|
+
category: "foundations"
|
37
|
+
required: "false"
|
38
|
+
tag-check: true
|
39
|
+
package-check: true
|
40
|
+
third_party: false
|
41
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/bsp/blob/master/readme.md"
|
42
|
+
licenses:
|
43
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
44
|
+
|
45
|
+
- name: "core_apps_cec173x"
|
46
|
+
# title: "Harmony 3 driver and system service application examples for CEC173X family"
|
47
|
+
parent: "core"
|
48
|
+
package_group: "Harmony 3 Core"
|
49
|
+
type: "application"
|
50
|
+
category: "foundations"
|
51
|
+
required: "false"
|
52
|
+
tag-check: true
|
53
|
+
package-check: true
|
54
|
+
third_party: false
|
55
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_cec173x/blob/master/readme.md"
|
56
|
+
licenses:
|
57
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
58
|
+
|
59
|
+
- name: "core_apps_pic32ck_sg_gc"
|
60
|
+
# title: "Harmony 3 driver and system service application examples for PIC32CK-GC/SG family"
|
61
|
+
parent: "core"
|
62
|
+
package_group: "Harmony 3 Core"
|
63
|
+
type: "application"
|
64
|
+
category: "foundations"
|
65
|
+
required: "false"
|
66
|
+
tag-check: true
|
67
|
+
package-check: true
|
68
|
+
third_party: false
|
69
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_pic32ck_sg_gc/blob/master/readme.md"
|
70
|
+
licenses:
|
71
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
72
|
+
|
73
|
+
- name: "core_apps_pic32cm_jh00_jh01"
|
74
|
+
# title: "Harmony 3 driver and system service application examples for PIC32CMJH00/JH01 family"
|
75
|
+
parent: "core"
|
76
|
+
package_group: "Harmony 3 Core"
|
77
|
+
type: "application"
|
78
|
+
category: "foundations"
|
79
|
+
required: "false"
|
80
|
+
tag-check: true
|
81
|
+
package-check: true
|
82
|
+
third_party: false
|
83
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_pic32cm_jh00_jh01/blob/master/readme.md"
|
84
|
+
licenses:
|
85
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
86
|
+
|
87
|
+
- name: "core_apps_pic32cm_le_ls"
|
88
|
+
# title: "Harmony 3 driver and system service application examples for PIC32CMLE/LS family"
|
89
|
+
parent: "core"
|
90
|
+
package_group: "Harmony 3 Core"
|
91
|
+
type: "application"
|
92
|
+
category: "foundations"
|
93
|
+
required: "false"
|
94
|
+
tag-check: true
|
95
|
+
package-check: true
|
96
|
+
third_party: false
|
97
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_pic32cm_le_ls/blob/master/readme.md"
|
98
|
+
licenses:
|
99
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
100
|
+
|
101
|
+
- name: "core_apps_pic32cm_mc00"
|
102
|
+
# title: "Harmony 3 driver and system service application examples for PIC32CMMC00 family"
|
103
|
+
parent: "core"
|
104
|
+
package_group: "Harmony 3 Core"
|
105
|
+
type: "application"
|
106
|
+
category: "foundations"
|
107
|
+
required: "false"
|
108
|
+
tag-check: true
|
109
|
+
package-check: true
|
110
|
+
third_party: false
|
111
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_pic32cm_mc00/blob/master/readme.md"
|
112
|
+
licenses:
|
113
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
114
|
+
|
115
|
+
- name: "core_apps_pic32cx_mt"
|
116
|
+
# title: "Harmony 3 driver and system service application examples for PIC32CX-MT family"
|
117
|
+
parent: "core"
|
118
|
+
package_group: "Harmony 3 Core"
|
119
|
+
type: "application"
|
120
|
+
category: "foundations"
|
121
|
+
required: "false"
|
122
|
+
tag-check: true
|
123
|
+
package-check: true
|
124
|
+
third_party: false
|
125
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_pic32cx_mt/blob/master/readme.md"
|
126
|
+
licenses:
|
127
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
128
|
+
|
129
|
+
- name: "core_apps_pic32cxbz2_wbz45"
|
130
|
+
# title: "Harmony 3 driver and system service application examples for PIC32CXBZ2/WBZ451 family"
|
131
|
+
parent: "core"
|
132
|
+
package_group: "Harmony 3 Core"
|
133
|
+
type: "application"
|
134
|
+
category: "foundations"
|
135
|
+
required: "false"
|
136
|
+
tag-check: true
|
137
|
+
package-check: true
|
138
|
+
third_party: false
|
139
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_pic32cxbz2_wbz45/blob/master/readme.md"
|
140
|
+
licenses:
|
141
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
142
|
+
|
143
|
+
- name: "core_apps_pic32cxbz3_wbz3"
|
144
|
+
# title: "Harmony 3 driver and system service application examples for PIC32CXBZ3/WBZ351 family"
|
145
|
+
parent: "core"
|
146
|
+
package_group: "Harmony 3 Core"
|
147
|
+
type: "application"
|
148
|
+
category: "foundations"
|
149
|
+
required: "false"
|
150
|
+
tag-check: true
|
151
|
+
package-check: true
|
152
|
+
third_party: false
|
153
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_pic32cxbz3_wbz3/blob/master/readme.md"
|
154
|
+
licenses:
|
155
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
156
|
+
|
157
|
+
- name: "core_apps_pic32cz_ca8x_ca9x"
|
158
|
+
# title: "Harmony 3 driver and system service application examples for PIC32CZ CA8x/CA9x family"
|
159
|
+
parent: "core"
|
160
|
+
package_group: "Harmony 3 Core"
|
161
|
+
type: "application"
|
162
|
+
category: "foundations"
|
163
|
+
required: "false"
|
164
|
+
tag-check: true
|
165
|
+
package-check: true
|
166
|
+
third_party: false
|
167
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_pic32cz_ca8x_ca9x/blob/master/readme.md"
|
168
|
+
licenses:
|
169
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
170
|
+
|
171
|
+
- name: "core_apps_pic32mk"
|
172
|
+
# title: "Harmony 3 driver and system service application examples for PIC32MK family"
|
173
|
+
parent: "core"
|
174
|
+
package_group: "Harmony 3 Core"
|
175
|
+
type: "application"
|
176
|
+
category: "foundations"
|
177
|
+
required: "false"
|
178
|
+
tag-check: true
|
179
|
+
package-check: true
|
180
|
+
third_party: false
|
181
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_pic32mk/blob/master/readme.md"
|
182
|
+
licenses:
|
183
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
184
|
+
|
185
|
+
- name: "core_apps_pic32mm"
|
186
|
+
# title: "Harmony 3 driver and system service application examples for PIC32MM family"
|
187
|
+
parent: "core"
|
188
|
+
package_group: "Harmony 3 Core"
|
189
|
+
type: "application"
|
190
|
+
category: "foundations"
|
191
|
+
required: "false"
|
192
|
+
tag-check: true
|
193
|
+
package-check: true
|
194
|
+
third_party: false
|
195
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_pic32mm/blob/master/readme.md"
|
196
|
+
licenses:
|
197
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
198
|
+
|
199
|
+
- name: "core_apps_pic32mx"
|
200
|
+
# title: "Harmony 3 driver and system service application examples for PIC32MX family"
|
201
|
+
parent: "core"
|
202
|
+
package_group: "Harmony 3 Core"
|
203
|
+
type: "application"
|
204
|
+
category: "foundations"
|
205
|
+
required: "false"
|
206
|
+
tag-check: true
|
207
|
+
package-check: true
|
208
|
+
third_party: false
|
209
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_pic32mx/blob/master/readme.md"
|
210
|
+
licenses:
|
211
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
212
|
+
|
213
|
+
- name: "core_apps_pic32mz_da"
|
214
|
+
# title: "Harmony 3 driver and system service application examples for PIC32MZ-DA family"
|
215
|
+
parent: "core"
|
216
|
+
package_group: "Harmony 3 Core"
|
217
|
+
type: "application"
|
218
|
+
category: "foundations"
|
219
|
+
required: "false"
|
220
|
+
tag-check: true
|
221
|
+
package-check: true
|
222
|
+
third_party: false
|
223
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_pic32mz_da/blob/master/readme.md"
|
224
|
+
licenses:
|
225
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
226
|
+
|
227
|
+
- name: "core_apps_pic32mz_ef"
|
228
|
+
# title: "Harmony 3 driver and system service application examples for PIC32MZ-EF family"
|
229
|
+
parent: "core"
|
230
|
+
package_group: "Harmony 3 Core"
|
231
|
+
type: "application"
|
232
|
+
category: "foundations"
|
233
|
+
required: "false"
|
234
|
+
tag-check: true
|
235
|
+
package-check: true
|
236
|
+
third_party: false
|
237
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_pic32mz_ef/blob/master/readme.md"
|
238
|
+
licenses:
|
239
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
240
|
+
|
241
|
+
- name: "core_apps_pic32mz_w1"
|
242
|
+
# title: "Harmony 3 driver and system service application examples for PIC32MZ-W1 family"
|
243
|
+
parent: "core"
|
244
|
+
package_group: "Harmony 3 Core"
|
245
|
+
type: "application"
|
246
|
+
category: "foundations"
|
247
|
+
required: "false"
|
248
|
+
tag-check: true
|
249
|
+
package-check: true
|
250
|
+
third_party: false
|
251
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_pic32mz_w1/blob/master/readme.md"
|
252
|
+
licenses:
|
253
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
254
|
+
|
255
|
+
- name: "core_apps_sam_9x60"
|
256
|
+
# title: "Harmony 3 driver and system service application examples for SAM9X60 family"
|
257
|
+
parent: "core"
|
258
|
+
package_group: "Harmony 3 Core"
|
259
|
+
type: "application"
|
260
|
+
category: "foundations"
|
261
|
+
required: "false"
|
262
|
+
tag-check: true
|
263
|
+
package-check: true
|
264
|
+
third_party: false
|
265
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_sam_9x60/blob/master/readme.md"
|
266
|
+
licenses:
|
267
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
268
|
+
|
269
|
+
- name: "core_apps_sam_9x7"
|
270
|
+
# title: "Harmony 3 driver and system service application examples for SAM9X7 family"
|
271
|
+
parent: "core"
|
272
|
+
package_group: "Harmony 3 Core"
|
273
|
+
type: "application"
|
274
|
+
category: "foundations"
|
275
|
+
required: "false"
|
276
|
+
tag-check: true
|
277
|
+
package-check: true
|
278
|
+
third_party: false
|
279
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_sam_9x7/blob/master/readme.md"
|
280
|
+
licenses:
|
281
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
282
|
+
|
283
|
+
- name: "core_apps_sam_a5d2"
|
284
|
+
# title: "Harmony 3 driver and system service application examples for SAMA5D2 family"
|
285
|
+
parent: "core"
|
286
|
+
package_group: "Harmony 3 Core"
|
287
|
+
type: "application"
|
288
|
+
category: "foundations"
|
289
|
+
required: "false"
|
290
|
+
tag-check: true
|
291
|
+
package-check: true
|
292
|
+
third_party: false
|
293
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_sam_a5d2/blob/master/readme.md"
|
294
|
+
licenses:
|
295
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
296
|
+
|
297
|
+
- name: "core_apps_sam_a7g5"
|
298
|
+
# title: "Harmony 3 driver and system service application examples for SAMA7G5 family"
|
299
|
+
parent: "core"
|
300
|
+
package_group: "Harmony 3 Core"
|
301
|
+
type: "application"
|
302
|
+
category: "foundations"
|
303
|
+
required: "false"
|
304
|
+
tag-check: true
|
305
|
+
package-check: true
|
306
|
+
third_party: false
|
307
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_sam_a7g5/blob/master/readme.md"
|
308
|
+
licenses:
|
309
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
310
|
+
|
311
|
+
- name: "core_apps_sama7d65"
|
312
|
+
# title: "Harmony 3 driver and system service application examples for SAMA7D65 family"
|
313
|
+
parent: "core"
|
314
|
+
package_group: "Harmony 3 Core"
|
315
|
+
type: "application"
|
316
|
+
category: "foundations"
|
317
|
+
required: "false"
|
318
|
+
tag-check: true
|
319
|
+
package-check: true
|
320
|
+
third_party: false
|
321
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_sama7d65/blob/master/readme.md"
|
322
|
+
licenses:
|
323
|
+
- {name: "Microchip Software License Agreement", path: "Microchip_SLA001.md"}
|
324
|
+
|
325
|
+
- name: "core_apps_sam_c20_c21"
|
326
|
+
# title: "Harmony 3 driver and system service application examples for SAMC20/C21 family"
|
327
|
+
parent: "core"
|
328
|
+
package_group: "Harmony 3 Core"
|
329
|
+
type: "application"
|
330
|
+
category: "foundations"
|
331
|
+
required: "false"
|
332
|
+
tag-check: true
|
333
|
+
package-check: true
|
334
|
+
third_party: false
|
335
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_sam_c20_c21/blob/master/readme.md"
|
336
|
+
licenses:
|
337
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
338
|
+
|
339
|
+
- name: "core_apps_sam_d20"
|
340
|
+
# title: "Harmony 3 driver and system service application examples for SAMD20 family"
|
341
|
+
parent: "core"
|
342
|
+
package_group: "Harmony 3 Core"
|
343
|
+
type: "application"
|
344
|
+
category: "foundations"
|
345
|
+
required: "false"
|
346
|
+
tag-check: true
|
347
|
+
package-check: true
|
348
|
+
third_party: false
|
349
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_sam_d20/blob/master/readme.md"
|
350
|
+
licenses:
|
351
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
352
|
+
|
353
|
+
- name: "core_apps_sam_d21_da1"
|
354
|
+
# title: "Harmony 3 driver and system service application examples for SAMD21/DA1 family"
|
355
|
+
parent: "core"
|
356
|
+
package_group: "Harmony 3 Core"
|
357
|
+
type: "application"
|
358
|
+
category: "foundations"
|
359
|
+
required: "false"
|
360
|
+
tag-check: true
|
361
|
+
package-check: true
|
362
|
+
third_party: false
|
363
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_sam_d21_da1/blob/master/readme.md"
|
364
|
+
licenses:
|
365
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
366
|
+
|
367
|
+
- name: "core_apps_sam_d5x_e5x"
|
368
|
+
# title: "Harmony 3 driver and system service application examples for SAMD5x/E5x family"
|
369
|
+
parent: "core"
|
370
|
+
package_group: "Harmony 3 Core"
|
371
|
+
type: "application"
|
372
|
+
category: "foundations"
|
373
|
+
required: "false"
|
374
|
+
tag-check: true
|
375
|
+
package-check: true
|
376
|
+
third_party: false
|
377
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_sam_d5x_e5x/blob/master/readme.md"
|
378
|
+
licenses:
|
379
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
380
|
+
|
381
|
+
- name: "core_apps_sam_e70_s70_v70_v71"
|
382
|
+
# title: "Harmony 3 driver and system service application examples for SAME70/S70/V70/V71 family"
|
383
|
+
parent: "core"
|
384
|
+
package_group: "Harmony 3 Core"
|
385
|
+
type: "application"
|
386
|
+
category: "foundations"
|
387
|
+
required: "false"
|
388
|
+
tag-check: true
|
389
|
+
package-check: true
|
390
|
+
third_party: false
|
391
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_sam_e70_s70_v70_v71/blob/master/readme.md"
|
392
|
+
licenses:
|
393
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
394
|
+
|
395
|
+
- name: "core_apps_sam_g55"
|
396
|
+
# title: "Harmony 3 driver and system service application examples for SAMG55 family"
|
397
|
+
parent: "core"
|
398
|
+
package_group: "Harmony 3 Core"
|
399
|
+
type: "application"
|
400
|
+
category: "foundations"
|
401
|
+
required: "false"
|
402
|
+
tag-check: true
|
403
|
+
package-check: true
|
404
|
+
third_party: false
|
405
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_sam_g55/blob/master/readme.md"
|
406
|
+
licenses:
|
407
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
408
|
+
|
409
|
+
- name: "core_apps_sam_ha1"
|
410
|
+
# title: "Harmony 3 driver and system service application examples for SAMHA1 family"
|
411
|
+
parent: "core"
|
412
|
+
package_group: "Harmony 3 Core"
|
413
|
+
type: "application"
|
414
|
+
category: "foundations"
|
415
|
+
required: "false"
|
416
|
+
tag-check: true
|
417
|
+
package-check: true
|
418
|
+
third_party: false
|
419
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_sam_ha1/blob/master/readme.md"
|
420
|
+
licenses:
|
421
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
422
|
+
|
423
|
+
- name: "core_apps_sam_l10_l11"
|
424
|
+
# title: "Harmony 3 driver and system service application examples for SAML10/L11 family"
|
425
|
+
parent: "core"
|
426
|
+
package_group: "Harmony 3 Core"
|
427
|
+
type: "application"
|
428
|
+
category: "foundations"
|
429
|
+
required: "false"
|
430
|
+
tag-check: true
|
431
|
+
package-check: true
|
432
|
+
third_party: false
|
433
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_sam_l10_l11/blob/master/readme.md"
|
434
|
+
licenses:
|
435
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
436
|
+
|
437
|
+
- name: "core_apps_sam_l21"
|
438
|
+
# title: "Harmony 3 driver and system service application examples for SAML21 family"
|
439
|
+
parent: "core"
|
440
|
+
package_group: "Harmony 3 Core"
|
441
|
+
type: "application"
|
442
|
+
category: "foundations"
|
443
|
+
required: "false"
|
444
|
+
tag-check: true
|
445
|
+
package-check: true
|
446
|
+
third_party: false
|
447
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_sam_l21/blob/master/readme.md"
|
448
|
+
licenses:
|
449
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
450
|
+
|
451
|
+
- name: "core_apps_sam_l22"
|
452
|
+
# title: "Harmony 3 driver and system service application examples for SAML22 family"
|
453
|
+
parent: "core"
|
454
|
+
package_group: "Harmony 3 Core"
|
455
|
+
type: "application"
|
456
|
+
category: "foundations"
|
457
|
+
required: "false"
|
458
|
+
tag-check: true
|
459
|
+
package-check: true
|
460
|
+
third_party: false
|
461
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_sam_l22/blob/master/readme.md"
|
462
|
+
licenses:
|
463
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
464
|
+
|
465
|
+
- name: "core_apps_sam_rh71"
|
466
|
+
# title: "Harmony 3 driver and system service application examples for SAMRH71 family"
|
467
|
+
parent: "core"
|
468
|
+
package_group: "Harmony 3 Core"
|
469
|
+
type: "application"
|
470
|
+
category: "foundations"
|
471
|
+
required: "false"
|
472
|
+
tag-check: true
|
473
|
+
package-check: true
|
474
|
+
third_party: false
|
475
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_sam_rh71/blob/master/readme.md"
|
476
|
+
licenses:
|
477
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
478
|
+
|
479
|
+
- name: "core_apps_sam_rh707"
|
480
|
+
# title: "Harmony 3 driver and system service application examples for SAMRH707 family"
|
481
|
+
parent: "core"
|
482
|
+
package_group: "Harmony 3 Core"
|
483
|
+
type: "application"
|
484
|
+
category: "foundations"
|
485
|
+
required: "false"
|
486
|
+
tag-check: true
|
487
|
+
package-check: true
|
488
|
+
third_party: false
|
489
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_sam_rh707/blob/master/readme.md"
|
490
|
+
licenses:
|
491
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
492
|
+
|
493
|
+
- name: "core_apps_pic32cm_sg00_gc00"
|
494
|
+
# title: "Harmony 3 driver and system service application examples for PIC32CM-GC/SG family"
|
495
|
+
parent: "core"
|
496
|
+
package_group: "Harmony 3 Chip Support Package"
|
497
|
+
type: "application"
|
498
|
+
category: "foundations"
|
499
|
+
required: "false"
|
500
|
+
tag-check: true
|
501
|
+
package-check: true
|
502
|
+
third_party: false
|
503
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_pic32cm_sg00_gc00/blob/master/readme.md"
|
504
|
+
licenses:
|
505
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
506
|
+
|
507
|
+
- name: "core_apps_pic32cxbz6_wmbz6"
|
508
|
+
# title: "Harmony 3 driver and system service application examples for PIC32CXBZ6/PIC32WM_BZ6204 family"
|
509
|
+
parent: "core"
|
510
|
+
package_group: "Harmony 3 Chip Support Package"
|
511
|
+
type: "application"
|
512
|
+
category: "foundations"
|
513
|
+
required: "false"
|
514
|
+
tag-check: true
|
515
|
+
package-check: true
|
516
|
+
third_party: false
|
517
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_pic32cxbz6_wmbz6/blob/master/readme.md"
|
518
|
+
licenses:
|
519
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
520
|
+
|
521
|
+
- name: "core_apps_pic32cz_ca70"
|
522
|
+
# title: "Harmony 3 driver and system service application examples for PIC32CZCA70 family"
|
523
|
+
parent: "core"
|
524
|
+
package_group: "Harmony 3 Chip Support Package"
|
525
|
+
type: "application"
|
526
|
+
category: "foundations"
|
527
|
+
required: "false"
|
528
|
+
tag-check: true
|
529
|
+
package-check: true
|
530
|
+
third_party: false
|
531
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/core_apps_pic32cz_ca70/blob/master/readme.md"
|
532
|
+
licenses:
|
533
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|