Skip to content

CMSIS-Driver Implementations Version 2.6.1

Compare
Choose a tag to compare
@RobertRostohar RobertRostohar released this 13 Jul 14:45
  • Updated ESP8266, ESP32 and WizFi360 WiFi drivers:
    • Added auto protocol selection in SocketCreate
    • Fixed socket default timeout (zero == no time out)
    • Fixed SocketRecv/RecvFrom non blocking mode when received less than buffer length
  • Updated Inventek ISM43362 WiFi driver (version 1.9.0):
    • Corrected Initialize function failure if called shortly after reset
    • Corrected default protocol selection in SocketCreate function
    • Detected STM firmware limitation: SocketConnect does not
      work if any of IP address octets is 255 (for example IP like x.y.z.255)