-
Notifications
You must be signed in to change notification settings - Fork 1
/
touch.yml
69 lines (63 loc) · 2.81 KB
/
touch.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# yaml-language-server: $schema=./harmony-catalog.schema.json
#
# This file must be updated only by Microchip employees
#
catalog:
format-version: "3.0.0"
name: "Microchip MPLAB Harmony 3 - Capacitive Touch solutions"
host:
url: "github.com"
path: "/Microchip-MPLAB-Harmony/"
raw_file_url_pattern: "https://raw.githubusercontent.com/Microchip-MPLAB-Harmony/{REPO_NAME}/{BRANCH-NAME/TAG-NAME}/{FILE-NAME}"
packages:
- name: "touch"
title: "Harmony 3 - Capacitive Touch solutions"
package_group: "Harmony 3 Capacitive Touch solutions"
type: "api"
category: "touch"
required: "false"
tag-check: true
package-check: true
third_party: false
description: "https://github.com/Microchip-MPLAB-Harmony/touch/blob/master/readme.md"
licenses:
- {name: "Microchip Software License Agreement", path: "Microchip_SLA001.md"}
- name: "touch_apps"
# title: "Harmony 3 Touch Apps"
parent: "touch"
package_group: "Harmony 3 Capacitive Touch solutions"
type: "application"
category: "touch"
required: "false"
tag-check: true
package-check: true
third_party: false
description: "https://github.com/Microchip-MPLAB-Harmony/touch_apps/blob/master/readme.md"
licenses:
- {name: "Microchip Software License Agreement", path: "Microchip_SLA001.md"}
- name: "touch_host_driver"
# title: "Harmony 3 - Touch Host Driver"
parent: "touch"
package_group: "Harmony 3 Capacitive Touch solutions"
type: "api"
category: "touch"
required: "false"
tag-check: true
package-check: true
third_party: false
description: "https://github.com/Microchip-MPLAB-Harmony/touch_host_driver/blob/master/readme.md"
licenses:
- {name: "Microchip Software License Agreement", path: "Microchip_SLA001.md"}
- name: "touch_host_driver_apps"
# title: "Harmony 3 - Touch Host Driver Applications"
parent: "touch"
package_group: "Harmony 3 Capacitive Touch solutions"
type: "application"
category: "touch"
required: "false"
tag-check: true
package-check: true
third_party: false
description: "https://github.com/Microchip-MPLAB-Harmony/touch_host_driver_apps/blob/master/readme.md"
licenses:
- {name: "Microchip Software License Agreement", path: "Microchip_SLA001.md"}