New
7.19
Overview
This release adds fixes and improvements, and more examples.
Important Changes
- Mongoose built-in TCP/IP stack now has a driver for SDIO, e.g.: the Murata Wi-Fi modules in the Arduino Portenta H7 and Infineon CY8CPROTO-062S2-43439
- Added support for Renesas RA8
- Added
MG_ARCH_TREADX, supporting Eclipse ThreadX and NetXDuo. - Function
mg_millis()now autodetects the STM32 HAL, a custom time base function no longer needs to be provided - Added
MG_ARCH_CUBE, this autodetects time base and random number generator, and removes the need to provide custom functions - Renamed
MG_ARCH_NEWLIBtoMG_ARCH_ARMGCC. The former name is still accepted, but it will be deprecated in a further release this year - The
is_tlsflag is now set when callingmg_listen()andmg_connect(), TLS connections no longer need to parse the URL at connect/accept time in order to initiate the handshake; just check that flag. The URL is still needed when host name validation is required - When using Mongoose built-in TCP/IP stack, and now return failure when UDP fails to send a datagram