forked from FreeRTOS/iot-reference-nxp-rt1060
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.yml
103 lines (102 loc) · 3.12 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
name : "NXP i.MXRT1060 and EdgeLock® SE050 Reference Integration"
version: "v202210.01"
description: |-
"Reference IoT integration project using NXP i.MX RT1060 with EdgeLock® SE050 secure element and FreeRTOS LTS libraries"
dependencies:
- name: "FreeRTOS-Kernel"
version: "V10.5.1"
repository:
type: "git"
url: "https://github.com/FreeRTOS/FreeRTOS-Kernel.git"
path: "/Middleware/FreeRTOS/kernel"
- name: "coreJSON"
version: "v3.2.0"
repository:
type: "git"
url: "https://github.com/FreeRTOS/coreJSON.git"
path: "/Middleware/FreeRTOS/coreJSON"
- name: "coreMQTT"
version: "v2.1.1"
repository:
type: "git"
url: "https://github.com/FreeRTOS/coreMQTT.git"
path: "/Middleware/FreeRTOS/coreMQTT"
- name: "corePKCS11"
version: "v3.5.0"
repository:
type: "git"
url: "https://github.com/FreeRTOS/corePKCS11.git"
path: "/Middleware/FreeRTOS/corePKCS11"
- name: "backoffAlgorithm"
version: "v1.3.0"
repository:
type: "git"
url: "https://github.com/FreeRTOS/backoffAlgorithm"
path: "/Middleware/FreeRTOS/backoffAlgorithm"
- name: "coreMQTT-Agent"
version: "v1.2.0"
repository:
type: "git"
url: "https://github.com/FreeRTOS/coreMQTT-Agent.git"
path: "/Middleware/FreeRTOS/coreMQTT-Agent"
- name: "device-defender"
version: "v1.3.0"
repository:
type: "git"
url: "https://github.com/aws/Device-Defender-for-AWS-IoT-embedded-sdk.git"
path: "/Middleware/AWS/device-defender"
- name: "ota"
version: "v3.4.0"
repository:
type: "git"
url: "https://github.com/aws/ota-for-AWS-IoT-embedded-sdk.git"
path: "/Middleware/AWS/ota"
- name: "device-shadow"
version: "v1.3.0"
repository:
type: "git"
url: "https://github.com/aws/Device-Shadow-for-AWS-IoT-embedded-sdk.git"
path: "/Middleware/AWS/device-shadow"
- name: "mcux-sdk"
version: "MCUX_2.10.0"
repository:
type: "git"
url: "https://github.com/NXPmicro/mcux-sdk.git"
path: "/core"
- name: "lwip"
version: "STABLE-2_1_2_RELEASE"
repository:
type: "git"
url: "https://github.com/lwip-tcpip/lwip.git"
path: "/Middleware/lwip"
- name: "mbedtls"
version: "v2.26.0"
repository:
type: "git"
url: "https://github.com/Mbed-TLS/mbedtls.git"
path: "/Middleware/mbedtls"
- name: "mcuboot"
version: "v1.7.2"
repository:
type: "git"
url: "https://github.com/mcu-tools/mcuboot.git"
path: "/Middleware/mcuboot"
- name: "tinycbor"
version: "v0.6.0"
repository:
type: "git"
url: "https://github.com/intel/tinycbor.git"
path: "/Middleware/tinycbor"
- name: "unity"
version: "db878ccaedaea3d07b3c5443a00d131ecacd30b3"
repository:
type: "git"
url: "https://github.com/ThrowTheSwitch/Unity.git"
path: "/Middleware/unity"
- name: "FreeRTOS-Libraries-Integration-Tests"
version: "202210.01"
repository:
type: "git"
url: "https://github.com/FreeRTOS/FreeRTOS-Libraries-Integration-Tests"
path: "/Middleware/FreeRTOS/tests"
license: "MIT"