-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaudio.yml
56 lines (50 loc) · 2.1 KB
/
audio.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
# 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 - Audio 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: "audio"
title: "Harmony 3 - Audio solutions"
package_group: "Harmony 3 Audio solutions"
type: "api"
category: "audio"
required: "false"
tag-check: true
package-check: true
third_party: false
description: "https://github.com/Microchip-MPLAB-Harmony/audio/blob/master/readme.md"
licenses:
- {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
# - name: "bt"
## title: "Harmony 3 Bluetooth solutions"
# parent: "audio"
# package_group: "Harmony 3 Audio solutions"
# type: "api"
# category: "audio"
# required: "false"
# tag-check: true
# package-check: true
# third_party: false
# description: "https://github.com/Microchip-MPLAB-Harmony/bt/blob/master/readme.md"
# licenses:
# - {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
- name: "audio_apps"
# title: "Harmony 3 Audio Application examples"
parent: "audio"
package_group: "Harmony 3 Audio solutions"
type: "application"
category: "audio"
required: "false"
tag-check: true
package-check: true
third_party: false
description: "https://github.com/Microchip-MPLAB-Harmony/audio_apps/blob/master/readme.md"
licenses:
- {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}