-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfreertos.yml
27 lines (24 loc) · 922 Bytes
/
freertos.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
# 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 - FreeRTOS Support"
host:
url: "github.com"
path: "/FreeRTOS/"
raw_file_url_pattern: "https://raw.githubusercontent.com/FreeRTOS/{REPO_NAME}/{BRANCH-NAME/TAG-NAME}/{FILE-NAME}"
packages:
- name: "FreeRTOS-Kernel"
title: "FreeRTOS FreeRTOS-Kernel"
package_group: "FreeRTOS"
type: external
category: "rtos"
required: "false"
tag-check: false
package-check: false
third_party: true
description: "https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/main/README.md"
licenses:
- {name: "MIT License", path: "LICENSE.md"}