@mchp-harmony/catalog 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microchip_SLA001.md +37 -0
- package/aerospace.yml +56 -0
- package/aiml.yml.stale +28 -0
- package/arm-software.yml +83 -0
- package/audio.yml +56 -0
- package/aws_cloud.yml.stale +28 -0
- package/azure_rtos.yml +29 -0
- package/bootloader.yml +196 -0
- package/catalog.yml +67 -0
- package/cec173x_soteria.yml +28 -0
- package/classb.yml +97 -0
- package/core.yml +533 -0
- package/crypto.yml +94 -0
- package/crypto_v4.yml +67 -0
- package/csp.yml +574 -0
- package/eclipse_threadx.yml +57 -0
- package/freertos.yml +27 -0
- package/graphics.yml +222 -0
- package/harmony-catalog.schema.json +179 -0
- package/kudelski.yml +28 -0
- package/littlefs.yml +29 -0
- package/microchiptech.yml +56 -0
- package/motorcontrol.yml +140 -0
- package/net.yml +266 -0
- package/openthread.yml +27 -0
- package/package.json +10 -0
- package/pmci.yml.stale +42 -0
- package/ra_qd.yml +42 -0
- package/readme.md +17 -0
- package/rtos.yml.stale +29 -0
- package/shd.yml +27 -0
- package/smart_energy.yml +125 -0
- package/spi_uhf_transceiver.yml +41 -0
- package/third_parties.yml +71 -0
- package/tools.yml +40 -0
- package/touch.yml +69 -0
- package/usb.yml +84 -0
- package/vision.yml +28 -0
- package/wireless.yml +257 -0
- package/wolfssl.yml +59 -0
- package/zlib.yml +28 -0
package/crypto.yml
ADDED
@@ -0,0 +1,94 @@
|
|
1
|
+
# yaml-language-server: $schema=./harmony-catalog.schema.json
|
2
|
+
|
3
|
+
#
|
4
|
+
# This file must be updated only by Microchip employees
|
5
|
+
#
|
6
|
+
catalog:
|
7
|
+
format-version: "3.0.0"
|
8
|
+
name: "Microchip MPLAB Harmony 3 - crypto"
|
9
|
+
|
10
|
+
host:
|
11
|
+
url: "github.com"
|
12
|
+
path: "/Microchip-MPLAB-Harmony/"
|
13
|
+
raw_file_url_pattern: "https://raw.githubusercontent.com/Microchip-MPLAB-Harmony/{REPO_NAME}/{BRANCH-NAME/TAG-NAME}/{FILE-NAME}"
|
14
|
+
|
15
|
+
packages:
|
16
|
+
- name: "crypto"
|
17
|
+
title: "Harmony 3 - Cryptography solutions"
|
18
|
+
package_group: "Harmony 3 Crypto solutions"
|
19
|
+
type: "api"
|
20
|
+
category: "cryptography"
|
21
|
+
required: "false"
|
22
|
+
tag-check: true
|
23
|
+
package-check: true
|
24
|
+
third_party: false
|
25
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/crypto/blob/master/readme.md"
|
26
|
+
licenses:
|
27
|
+
- {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
|
28
|
+
|
29
|
+
- name: "crypto_apps_speed_test"
|
30
|
+
parent: "crypto"
|
31
|
+
package_group: "Harmony 3 Crypto solutions"
|
32
|
+
type: "application"
|
33
|
+
category: "cryptography"
|
34
|
+
required: "false"
|
35
|
+
tag-check: true
|
36
|
+
package-check: true
|
37
|
+
third_party: false
|
38
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/crypto_apps_speed_test/blob/master/readme.md"
|
39
|
+
licenses:
|
40
|
+
- {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
|
41
|
+
|
42
|
+
- name: "crypto_hsm"
|
43
|
+
parent: "crypto"
|
44
|
+
package_group: "Harmony 3 Crypto solutions"
|
45
|
+
type: "application"
|
46
|
+
category: "cryptography"
|
47
|
+
required: "false"
|
48
|
+
tag-check: true
|
49
|
+
package-check: true
|
50
|
+
third_party: false
|
51
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/crypto_hsm/blob/master/readme.md"
|
52
|
+
licenses:
|
53
|
+
- {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
|
54
|
+
|
55
|
+
- name: "crypto_apps_pic32ck_sg"
|
56
|
+
parent: "crypto"
|
57
|
+
package_group: "Harmony 3 Crypto solutions"
|
58
|
+
type: "application"
|
59
|
+
category: "cryptography"
|
60
|
+
required: "false"
|
61
|
+
tag-check: true
|
62
|
+
package-check: true
|
63
|
+
third_party: false
|
64
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/crypto_apps_pic32ck_sg/blob/master/readme.md"
|
65
|
+
licenses:
|
66
|
+
- {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
|
67
|
+
|
68
|
+
- name: "crypto_apps_pic32cz_ca90"
|
69
|
+
parent: "crypto"
|
70
|
+
package_group: "Harmony 3 Crypto solutions"
|
71
|
+
type: "application"
|
72
|
+
category: "cryptography"
|
73
|
+
required: "false"
|
74
|
+
tag-check: true
|
75
|
+
package-check: true
|
76
|
+
third_party: false
|
77
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/crypto_apps_pic32cz_ca90/blob/master/readme.md"
|
78
|
+
licenses:
|
79
|
+
- {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
|
80
|
+
|
81
|
+
- name: "cryptoauthlib_apps"
|
82
|
+
parent: "cryptoauthlib"
|
83
|
+
package_group: "Harmony 3 CryptoAuthLib solutions"
|
84
|
+
type: "application"
|
85
|
+
parent: "cryptoauthlib"
|
86
|
+
category: "cryptography"
|
87
|
+
required: "false"
|
88
|
+
tag-check: true
|
89
|
+
package-check: true
|
90
|
+
third_party: false
|
91
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/cryptoauthlib_apps/blob/master/readme.md"
|
92
|
+
licenses:
|
93
|
+
- {name: "MPLAB Harmony license", path: "mplab_harmony_license.md"}
|
94
|
+
|
package/crypto_v4.yml
ADDED
@@ -0,0 +1,67 @@
|
|
1
|
+
# yaml-language-server: $schema=./harmony-catalog.schema.json
|
2
|
+
|
3
|
+
#
|
4
|
+
# This file must be updated only by Microchip employees
|
5
|
+
#
|
6
|
+
catalog:
|
7
|
+
format-version: "3.0.0"
|
8
|
+
name: "Microchip MPLAB Harmony 3 - Crypto v4"
|
9
|
+
|
10
|
+
host:
|
11
|
+
url: "github.com"
|
12
|
+
path: "/Microchip-MPLAB-Harmony/"
|
13
|
+
raw_file_url_pattern: "https://raw.githubusercontent.com/Microchip-MPLAB-Harmony/{REPO_NAME}/{BRANCH-NAME/TAG-NAME}/{FILE-NAME}"
|
14
|
+
|
15
|
+
packages:
|
16
|
+
- name: "crypto_v4"
|
17
|
+
title: "Harmony 3 - Cryptography solutions v4"
|
18
|
+
package_group: "Harmony 3 Crypto v4 solutions"
|
19
|
+
type: "api"
|
20
|
+
category: "cryptography"
|
21
|
+
required: "false"
|
22
|
+
tag-check: true
|
23
|
+
package-check: true
|
24
|
+
third_party: false
|
25
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/crypto_v4/blob/master/readme.md"
|
26
|
+
licenses:
|
27
|
+
- {name: "Microchip Software License Agreement", path: "Microchip_SLA001.md"}
|
28
|
+
|
29
|
+
- name: "crypto_apps_pic32cx_mtg"
|
30
|
+
parent: "crypto_v4"
|
31
|
+
package_group: "Harmony 3 Crypto solutions"
|
32
|
+
type: "application"
|
33
|
+
category: "cryptography"
|
34
|
+
required: "false"
|
35
|
+
tag-check: false
|
36
|
+
package-check: true
|
37
|
+
third_party: false
|
38
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/crypto_apps_pic32cx_mtg/blob/master/readme.md"
|
39
|
+
licenses:
|
40
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
41
|
+
|
42
|
+
- name: "crypto_apps_pic32cm_sg00"
|
43
|
+
parent: "crypto_v4"
|
44
|
+
package_group: "Harmony 3 Crypto solutions"
|
45
|
+
type: "application"
|
46
|
+
category: "cryptography"
|
47
|
+
required: "false"
|
48
|
+
tag-check: false
|
49
|
+
package-check: true
|
50
|
+
third_party: false
|
51
|
+
description: "https://github.com/Microchip-MPLAB-Harmony/crypto_apps_pic32cm_sg00/blob/master/readme.md"
|
52
|
+
licenses:
|
53
|
+
- {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
54
|
+
|
55
|
+
# - name: "crypto_apps_pic32cz_ca9x"
|
56
|
+
# parent: "crypto_v4"
|
57
|
+
# package_group: "Harmony 3 Crypto solutions"
|
58
|
+
# type: "application"
|
59
|
+
# category: "cryptography"
|
60
|
+
# required: "false"
|
61
|
+
# tag-check: false
|
62
|
+
# package-check: true
|
63
|
+
# third_party: false
|
64
|
+
# description: "https://github.com/Microchip-MPLAB-Harmony/crypto_apps_pic32cz_ca9x/blob/master/readme.md"
|
65
|
+
# licenses:
|
66
|
+
# - {name: "MPLAB Harmony license", path: "Microchip_SLA001.md"}
|
67
|
+
|