-
Notifications
You must be signed in to change notification settings - Fork 1
/
eclipse_threadx.yml
57 lines (51 loc) · 2.04 KB
/
eclipse_threadx.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
# 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 - Eclipse ThreadX"
host:
url: "github.com"
path: "/eclipse-threadx/"
raw_file_url_pattern: "https://raw.githubusercontent.com/eclipse-threadx/{REPO_NAME}/{BRANCH-NAME/TAG-NAME}/{FILE-NAME}"
packages:
- name: "threadx"
# title: "Eclipse ThreadX"
# parent: "eclipse_threadx"
package_group: "Eclipse ThreadX"
type: external
category: "rtos"
required: "false"
tag-check: false
package-check: false
third_party: true
description: "https://github.com/eclipse-threadx/threadx/blob/master/README.md"
licenses:
- { name: "Microsoft Software License", path: "LICENSE.txt"}
- name: "netxduo"
# title: "Eclipse ThreadX NetX Duo"
parent: "threadx"
package_group: "Eclipse ThreadX"
type: external
category: "network"
required: "false"
tag-check: false
package-check: false
third_party: true
description: "https://github.com/eclipse-threadx/netxduo/blob/master/README.md"
licenses:
- { name: "Microsoft Software License", path: "LICENSE.txt"}
# - name: "filex"
## title: "Eclipse ThreadX FileX"
# parent: "threadx"
# package_group: "Eclipse ThreadX"
# type: external
# category: "filesystem"
# required: "false"
# tag-check: false
# package-check: false
# third_party: true
# description: "https://github.com/eclipse-threadx/filex/blob/master/README.md"
# licenses:
# - { name: "Microsoft Software License", path: "LICENSE.txt"}