-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtools.yml
40 lines (36 loc) · 1.51 KB
/
tools.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
# 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 - MPLAB tools"
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: "mplab_event_recorder"
title: "Harmony 3 - MPLAB Event Recorder"
package_group: "MPLAB X Tools"
type: "tool"
category: "tools"
required: "false"
tag-check: true
package-check: true
third_party: false
description: "https://github.com/Microchip-MPLAB-Harmony/mplab_event_recorder/blob/master/readme.md"
licenses:
- {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
- name: "mplab_dvrt"
title: "Harmony 3 - MPLAB Data Visualizer Run Time"
package_group: "MPLAB X Tools"
type: "tool"
category: "tools"
required: "false"
tag-check: true
package-check: true
third_party: false
description: "https://github.com/Microchip-MPLAB-Harmony/mplab_dvrt/readme.md"
licenses:
- {name: "Microchip Software License Agreement", path: "Microchip_SLA001.md"}