-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanycloud-wifi-mw-manifest.xml
192 lines (192 loc) · 8.51 KB
/
anycloud-wifi-mw-manifest.xml
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
<middleware>
<middleware>
<name>lwIP</name>
<id>lwip</id>
<uri>https://git.savannah.nongnu.org/git/lwip</uri>
<desc>lwIP is a small independent open source implementation of the TCP/IP protocol suite. Using this library in a project will cause lwIP to be downloaded on your computer. It is your responsibility to understand and accept the lwIP license.</desc>
<category>WiFi Middleware libraries</category>
<req_capabilities>psoc6 cyw43xxx wifi</req_capabilities>
<versions>
<version>
<num>Stable 2.1.2 release</num>
<commit>STABLE-2_1_2_RELEASE</commit>
<desc>Stable 2.1.2 release</desc>
</version>
</versions>
</middleware>
<middleware>
<name>mbedTLS</name>
<id>mbedtls</id>
<uri>https://github.com/ARMmbed/mbedtls</uri>
<desc>ARM mbedTLS is an implementation of the TLS and SSL protocols and the respective cryptographic algorithms. mbedTLS is an open source TLS/SSL library which has cryptographic capabilities. Using this library in a project will cause mbedTLS to be downloaded on your computer. It is your responsibility to understand and accept the mbedTLS license and regional use restrictions (including abiding by all applicable export control laws).</desc>
<category>WiFi Middleware libraries</category>
<req_capabilities>psoc6 cyw43xxx wifi</req_capabilities>
<versions>
<version>
<num>Stable 2.16.6 release</num>
<commit>mbedtls-2.16.6</commit>
<desc>Stable 2.16.6 release</desc>
</version>
<version>
<num>Stable 2.16.3 release</num>
<commit>mbedtls-2.16.3</commit>
<desc>Stable 2.16.3 release</desc>
</version>
</versions>
</middleware>
<middleware>
<name>WHD</name>
<id>whd</id>
<uri>https://github.com/cypresssemiconductorco/wifi-host-driver</uri>
<desc>WHD is an independent, embedded Wi-Fi Host Driver that provides a set of APIs to interact with Cypress WLAN chips.</desc>
<category>WiFi Middleware libraries</category>
<req_capabilities>psoc6 cyw43xxx wifi</req_capabilities>
<versions>
<version>
<num>Latest 1.X release</num>
<commit>latest-v1.X</commit>
<desc>Latest 1.X release</desc>
</version>
<version>
<num>1.90.2 release</num>
<commit>release-v1.90.2</commit>
<desc>1.90.2 release</desc>
</version>
<version>
<num>1.60.0 release</num>
<commit>release-v1.60.0</commit>
<desc>1.60.0 release</desc>
</version>
</versions>
</middleware>
<middleware>
<name>wifi-mw-core</name>
<id>wifi-mw-core</id>
<uri>https://github.com/cypresssemiconductorco/wifi-mw-core/</uri>
<desc>Core components needed for WiFi connectivity support - bundles FreeRTOS, lwIP TCP/IP stack, mbedTLS for security, Cypress WiFi host driver (WHD), configuration files and associated code to bind these components together. These components are bundled as ".lib" entries; each ".lib" points to the respective repositories, where they are hosted. All but lwIP and mbedTLS libraries are hosted on Cypress' Github repository. lwIP and mbedTLS libraries are hosted on their respective external repositories. Includes predefined configuration files for FreeRTOS, lwIP and mbedTLS for typical embedded IoT usecases; and associated glue layer between lwIP and WHD, and mbedTLS and lwIP.</desc>
<category>WiFi Middleware libraries</category>
<req_capabilities>psoc6 cyw43xxx wifi</req_capabilities>
<versions>
<version>
<num>Latest 2.X release</num>
<commit>latest-v2.X</commit>
<desc>Latest 2.X release</desc>
</version>
<version>
<num>2.0.0 release</num>
<commit>release-v2.0.0</commit>
<desc>2.0.0 release</desc>
</version>
<version>
<num>Latest 1.X release</num>
<commit>latest-v1.X</commit>
<desc>Latest 1.X release</desc>
</version>
<version>
<num>1.0.0 release</num>
<commit>release-v1.0.0</commit>
<desc>1.0.0 release</desc>
</version>
</versions>
</middleware>
<middleware>
<name>secure-sockets</name>
<id>secure-sockets</id>
<uri>https://github.com/cypresssemiconductorco/secure-sockets</uri>
<desc>Secure sockets library provides network abstraction APIs for underlying network and security library. Secure sockets library eases application development by exposing a socket like interface for both non-secure (LwIP) and secure (mbedTLS) TCP connections. The APIs are thread safe and enable both client and server mode operations. Secure sockets provide both synchonous and asynchronous APIs for data transfer. Additionally, socket options are supported to configure send/receive timeout, callback for asynchronous mode, TCP keep-alive parameters, certificates/key and TLS extensions. </desc>
<category>WiFi Middleware libraries</category>
<req_capabilities>psoc6 cyw43xxx wifi</req_capabilities>
<versions>
<version>
<num>Latest 1.X release</num>
<commit>latest-v1.X</commit>
<desc>Latest 1.X release</desc>
</version>
<version>
<num>1.0.0 release</num>
<commit>release-v1.0.0</commit>
<desc>1.0.0 release</desc>
</version>
</versions>
</middleware>
<middleware>
<name>LPA</name>
<id>lpa</id>
<uri>https://github.com/cypresssemiconductorco/lpa</uri>
<desc>LPA is Low power assistant middleware library which provides easy way to configure and use low power features of Cypress devices.</desc>
<category>WiFi Middleware libraries</category>
<req_capabilities>psoc6 cyw43xxx wifi</req_capabilities>
<versions>
<version>
<num>Latest 2.X release</num>
<commit>latest-v2.X</commit>
<desc>Latest 2.X release</desc>
</version>
<version>
<num>2.0.0 release</num>
<commit>release-v2.0.0</commit>
<desc>2.0.0 release</desc>
</version>
</versions>
</middleware>
<middleware>
<name>wifi-connection-manager</name>
<id>wcm</id>
<uri>https://github.com/cypresssemiconductorco/wifi-connection-manager</uri>
<desc>Wi-Fi Connection manager (WCM) provides a set of APIs that are useful to establish and monitor Wi-Fi connection on Cypress platforms that support Wi-Fi connectivity. WCM library APIs are easy to use, and the library also provides additional features such Wi-Fi Protected Setup (WPS) and connection monitoring.</desc>
<category>WiFi Middleware libraries</category>
<req_capabilities>psoc6 cyw43xxx wifi</req_capabilities>
<versions>
<version>
<num>Latest 1.X release</num>
<commit>latest-v1.X</commit>
<desc>Latest 1.X release</desc>
</version>
<version>
<num>1.0.0 release</num>
<commit>release-v1.0.0</commit>
<desc>1.0.0 release</desc>
</version>
</versions>
</middleware>
<middleware>
<name>MQTT</name>
<id>mqtt</id>
<uri>https://github.com/cypresssemiconductorco/mqtt</uri>
<desc>This repo contains the MQTT client library that can work with the family of Cypress connectivity chips. This library uses the AWS IoT Device SDK MQTT client library and implements the glue layer that is required for that library to work with Cypress connectivity platforms. Using this library in a project will cause AWS IoT Device SDK to be downloaded on your computer. It is your responsibility to understand and accept the AWS IoT Device SDK license.</desc>
<category>WiFi Middleware libraries</category>
<req_capabilities>psoc6 cyw43xxx wifi</req_capabilities>
<versions>
<version>
<num>Latest 1.X release</num>
<commit>latest-v1.X</commit>
<desc>Latest 1.X release</desc>
</version>
<version>
<num>1.0.0 release</num>
<commit>release-v1.0.0</commit>
<desc>1.0.0 release</desc>
</version>
</versions>
</middleware>
<middleware>
<name>OTA</name>
<id>ota</id>
<uri>https://github.com/cypresssemiconductorco/anycloud-ota</uri>
<desc>OTA is a simple mechanism for updating your device's firmware Over The Air.</desc>
<category>WiFi Middleware libraries</category>
<req_capabilities>psoc6 cyw43xxx wifi</req_capabilities>
<versions>
<version>
<num>Latest 1.X release</num>
<commit>latest-v1.X</commit>
<desc>Latest 1.x release</desc>
</version>
<version>
<num>1.2.0 release</num>
<commit>release-v1.2.0</commit>
<desc>1.2.0 release</desc>
</version>
</versions>
</middleware>
</middleware>