forked from FreeRTOS/iot-reference-stm32u5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.yml
137 lines (137 loc) · 4.21 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
name : "FreeRTOS STM32U5 Reference Integration"
version: "202210.01"
description: |-
"Reference IoT integration project using the STMicroelectronics STM32U585 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: "coreHTTP"
version: "v3.0.0"
repository:
type: "git"
url: "https://github.com/FreeRTOS/coreHTTP.git"
path: "Middleware/FreeRTOS/coreHTTP"
- name: "coreMQTT"
version: "v2.1.1"
repository:
type: "git"
url: "https://github.com/FreeRTOS/coreMQTT.git"
path: "Middleware/FreeRTOS/coreMQTT"
- name: "coreMQTT-Agent"
version: "v1.2.0"
repository:
type: "git"
url: "https://github.com/FreeRTOS/coreMQTT-Agent.git"
path: "Middleware/FreeRTOS/coreMQTT-Agent"
- name: "corePKCS11"
version: "v3.5.0"
repository:
type: "git"
url: "https://github.com/FreeRTOS/corePKCS11.git"
path: "Middleware/FreeRTOS/corePKCS11"
- 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/IoTDeviceShadow"
- name: "backoffAlgorithm"
version: "v1.3.0"
repository:
type: "git"
url: "https://github.com/FreeRTOS/backoffAlgorithm.git"
path: "Middleware/FreeRTOS/backoffAlgorithm"
- 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/IoTDeviceDefender"
- 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: "jobs"
version: "v1.3.0"
repository:
type: "git"
url: "https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk.git"
path: "Middleware/AWS/IoTJobs"
- 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: "v3.1.0"
repository:
type: "git"
url: "https://github.com/Mbed-TLS/mbedtls.git"
path: "Middleware/ARM/mbedtls"
- name: "mcuboot"
version: "v1.9.0"
repository:
type: "git"
url: "https://github.com/mcu-tools/mcuboot.git"
path: "Middleware/ARM/mcuboot"
- name: "trusted-firmware-m"
version: "30aa9756"
repository:
type: "git"
url: "https://github.com/paulbartell/tfm-staging.git"
path: "Middleware/ARM/trusted-firmware-m"
- name: "tinycbor"
version: "v0.6.0"
repository:
type: "git"
url: "https://github.com/intel/tinycbor.git"
path: "Middleware/tinycbor"
- name: "littlefs"
version: "v2.4.1"
repository:
type: "git"
url: "https://github.com/littlefs-project/littlefs.git"
path: "Middleware/ARM/littlefs"
- name: "ota-pal-psa"
version: "20fcfd1"
repository:
type: "git"
url: "https://github.com/ravibhagavandas/freertos-ota-pal-psa.git"
path: "Middleware/ARM/ota-pal-psa"
- name: "stm32u5_hal"
version: "v1.1.0"
repository:
type: "git"
url: "https://github.com/STMicroelectronics/stm32u5xx_hal_driver.git"
path: "Drivers/STM32U5xx_HAL"
- name: "cmsis_device_u5"
version: "v1.1.0"
repository:
type: "git"
url: "https://github.com/STMicroelectronics/cmsis_device_u5.git"
path: "Drivers/CMSIS/Device/ST/STM32U5xx"
- name: "http-parser"
version: "ec8b5ee"
repository:
type: "git"
url: "https://github.com/nodejs/http-parser.git"
path: "Middleware/http-parser"
- name: "FreeRTOS-Libraries-Integration-Tests"
version: "202210.01"
repository:
type: "git"
url: "https://github.com/FreeRTOS/FreeRTOS-Libraries-Integration-Tests"
path: "Middleware/FreeRTOS/FreeRTOS-Libraries-Integration-Tests"