forked from FreeRTOS/iot-reference-arm-corstone3xx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.yml
197 lines (197 loc) · 6.44 KB
/
manifest.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
name : "IoT Reference Integration for Corstone-3xx"
version: "v202403.00"
description: |-
"Reference IoT integration projects using the Arm Corstone platforms and FreeRTOS libraries"
dependencies:
- name: "FreeRTOS-Kernel"
license: "MIT"
tpip-category: "category-2"
version: "V11.1.0"
repository:
type: "git"
url: "https://github.com/FreeRTOS/FreeRTOS-Kernel.git"
path: "components/freertos_kernel/library"
- name: "arm-corstone-platform-bsp"
license: "Apache-2.0"
tpip-category: "category-2"
version: "v0.3.0"
repository:
type: "git"
url: "https://git.gitlab.arm.com/iot/open-iot-sdk/arm-corstone-platform-bsp.git"
path: "bsp/library"
- name: "trusted-firmware-m"
license: "BSD-3-Clause"
tpip-category: "category-2"
version: "TF-Mv2.1.0"
repository:
type: "git"
url: "https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git"
path: "components/security/trusted_firmware-m/library"
- name: "mbedtls"
license: "Apache-2.0"
tpip-category: "category-2"
version: "v3.6.0"
repository:
type: "git"
url: "https://github.com/Mbed-TLS/mbedtls.git"
path: "components/security/mbedtls/library"
- name: "IoT_Socket"
license: "Apache-2.0"
tpip-category: "category-2"
version: "1e15f55ae08c2169c0e4a59216e78a4906a66af8"
repository:
type: "git"
url: "https://github.com/MDK-Packs/IoT_Socket.git"
path: "components/connectivity/iot_socket/library"
- name: "AVH"
license: "Apache-2.0"
tpip-category: "category-2"
version: "ab37f6126c94fee7bbd061f77716745dfbb77592"
repository:
type: "git"
url: "https://github.com/ARM-software/AVH.git"
path: "components/connectivity/iot_vsocket/library"
- name: "freertos-pkcs11-psa"
license: "MIT"
tpip-category: "category-2"
version: "6caaf973920df9ae6823ef9be42f7e86aa91d168"
repository:
type: "git"
url: "https://github.com/Linaro/freertos-pkcs11-psa.git"
path: "components/security/freertos_pkcs11_psa/library"
- name: "freertos-ota-pal-psa"
license: "MIT"
tpip-category: "category-2"
version: "08e6c6eeb978f28d873f9a12c58882b88f1b7235"
repository:
type: "git"
url: "https://github.com/Linaro/freertos-ota-pal-psa.git"
path: "components/security/freertos_ota_pal_psa/library"
- name: "coreMQTT-Agent"
license: "MIT"
tpip-category: "category-2"
version: "v1.2.0"
repository:
type: "git"
url: "https://github.com/FreeRTOS/coreMQTT-Agent.git"
path: "components/aws_iot/coremqtt_agent/library"
- name: "coreMQTT"
license: "MIT"
tpip-category: "category-2"
version: "v2.1.1"
repository:
type: "git"
url: "https://github.com/FreeRTOS/coreMQTT.git"
path: "components/aws_iot/coremqtt/library"
- name: "coreJSON"
license: "MIT"
tpip-category: "category-2"
version: "v3.2.0"
repository:
type: "git"
url: "https://github.com/FreeRTOS/coreJSON.git"
path: "components/aws_iot/corejson/library"
- name: "corePKCS11"
license: "MIT"
tpip-category: "category-2"
version: "v3.5.0"
repository:
type: "git"
url: "https://github.com/FreeRTOS/corePKCS11.git"
path: "components/aws_iot/corepkcs11/library"
- name: "coreSNTP"
license: "MIT"
tpip-category: "category-2"
version: "v1.2.0"
repository:
type: "git"
url: "https://github.com/FreeRTOS/coreSNTP.git"
path: "components/aws_iot/coresntp/library"
- name: "backoffAlgorithm"
license: "MIT"
tpip-category: "category-2"
version: "v1.3.0"
repository:
type: "git"
url: "https://github.com/FreeRTOS/backoffAlgorithm.git"
path: "components/connectivity/backoff_algorithm/library"
- name: "ota-for-aws-iot-embedded-sdk"
license: "MIT"
tpip-category: "category-2"
version: "v3.4.0"
repository:
type: "git"
url: "https://github.com/aws/ota-for-aws-iot-embedded-sdk.git"
path: "components/aws_iot/ota_for_aws_iot_embedded_sdk/library"
- name: "tinycbor"
license: "MIT"
tpip-category: "category-2"
version: "9924cfed3b95ad6de299ae675064430fdb886216"
repository:
type: "git"
url: "https://github.com/intel/tinycbor"
path: "components/aws_iot/tinycbor/library"
- name: "toolchains"
license: "Apache-2.0"
tpip-category: "category-2"
version: "f77e1ba2bb830f6950a88c34849cf3df9af4ad32"
repository:
type: "git"
url: "https://git.gitlab.arm.com/iot/open-iot-sdk/toolchain.git"
path: "components/tools/open_iot_sdk_toolchain/library"
- name: "FreeRTOS-Libraries-Integration-Tests"
license: "MIT"
tpip-category: "category-2"
version: "202210.01"
repository:
type: "git"
url: "https://github.com/FreeRTOS/FreeRTOS-Libraries-Integration-Tests"
path: "components/tools/freertos_libraries_integration_tests/library"
- name: "Unity"
license: "MIT"
tpip-category: "category-2"
version: "v2.5.2"
repository:
type: "git"
url: "https://github.com/ThrowTheSwitch/Unity.git"
path: "components/tools/unity/library"
- name: "FreeRTOS-Plus-TCP"
license: "MIT"
tpip-category: "category-2"
version: "ba4e25c350020abcb787a3a319fdf991bef70538"
repository:
type: "git"
url: "https://github.com/FreeRTOS/FreeRTOS-Plus-TCP.git"
path: "components/connectivity/freertos_plus_tcp/library"
- name: "ml-embedded-evaluation-kit"
license: "Apache-2.0"
tpip-category: "category-2"
version: "24.05"
repository:
type: "git"
url: "https://review.mlplatform.org/ml/ethos-u/ml-embedded-evaluation-kit.git"
path: "components/ai/ml_embedded_evaluation_kit/library"
- name: "speexdsp"
license: "BSD-3-Clause"
tpip-category: "category-2"
version: "738e17905e1ca2a1fa932ddd9c2a85d089f4e845"
repository:
type: "git"
url: "https://gitlab.xiph.org/xiph/speexdsp.git"
path: "components/ai/speexdsp/library"
- name: "isp_mali-c55"
license: "BSD-3-Clause"
tpip-category: "category-2"
version: "r0p0_1.0"
repository:
type: "git"
url: "https://git.gitlab.arm.com/iot/m-class/drivers/isp_mali-c55.git"
path: "bsp/isp_mali-c55/library"
- name: "arm-2d"
license: "Apache-2.0"
tpip-category: "category-2"
version: "v1.1.5"
repository:
type: "git"
url: "https://github.com/ARM-software/Arm-2D.git"
path: "components/graphics/arm-2d/library"