|
32 | 32 | <td id="projectlogo"><img alt="Logo" src="CMSIS_Logo_Final.png"/></td> |
33 | 33 | <td style="padding-left: 0.5em;"> |
34 | 34 | <div id="projectname">CMSIS-Driver Implementations |
35 | | -  <span id="projectnumber">Version 2.6.0</span> |
| 35 | +  <span id="projectnumber">Version 2.6.1</span> |
36 | 36 | </div> |
37 | 37 | <div id="projectbrief">MCU independent device driver implementations and template files of the CMSIS-Driver API specification</div> |
38 | 38 | </td> |
@@ -150,6 +150,22 @@ <h2>Revision History </h2> |
150 | 150 | <tr> |
151 | 151 | <th>Version </th><th>Description </th></tr> |
152 | 152 | <tr> |
| 153 | +<td>2.6.1 </td><td><ul> |
| 154 | +<li>Updated ESP8266, ESP32 and WizFi360 WiFi drivers:<ul> |
| 155 | +<li>Added auto protocol selection in SocketCreate</li> |
| 156 | +<li>Fixed socket default timeout (zero == no time out)</li> |
| 157 | +<li>Fixed SocketRecv/RecvFrom non blocking mode when received less than buffer length</li> |
| 158 | +</ul> |
| 159 | +</li> |
| 160 | +<li>Updated Inventek ISM43362 WiFi driver (version 1.9.0):<ul> |
| 161 | +<li>Corrected Initialize function failure if called shortly after reset</li> |
| 162 | +<li>Corrected default protocol selection in SocketCreate function</li> |
| 163 | +<li>Detected STM firmware limitation: SocketConnect does not work if any of IP address octets is 255 (for example IP like x.y.z.255) </li> |
| 164 | +</ul> |
| 165 | +</li> |
| 166 | +</ul> |
| 167 | +</td></tr> |
| 168 | +<tr> |
153 | 169 | <td>2.6.0 </td><td><ul> |
154 | 170 | <li>Updated ESP8266, ESP32 and WizFi360 WiFi drivers:<ul> |
155 | 171 | <li>API V1.1: SocketSend/SendTo and SocketRecv/RecvFrom (support for polling)</li> |
@@ -241,7 +257,7 @@ <h2>Revision History </h2> |
241 | 257 | <!-- start footer part --> |
242 | 258 | <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> |
243 | 259 | <ul> |
244 | | - <li class="footer">Generated on Wed Apr 29 2020 10:30:00 for CMSIS-Driver Implementations by Arm Ltd. All rights reserved. |
| 260 | + <li class="footer">Generated on Mon Jul 13 2020 11:25:48 for CMSIS-Driver Implementations by Arm Ltd. All rights reserved. |
245 | 261 | <!-- |
246 | 262 | <a href="http://www.doxygen.org/index.html"> |
247 | 263 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 |
|
0 commit comments