0.37.0
Pre-release
Pre-release
Changed
- Moved chrono utilities to the
qindesign::chrononamespace. - Changed
MAIN_TEST_PROGRAMtoQNETHERNET_MAIN_TEST_PROGRAMto detect main program inclusion. - Now starting with MIB counters (RFC 2819) disabled.
- Updated the project to use registers and functions from the
imxrt1060-regslibrary, obviating the need forimxrt.h. - Improved SNTPClient example to retry sending SNTP requests until a response is received
- Added
stratum < 16check to SNTPClient example and updated the RFC reference.
Fixed
- Fixed a
pbufcopy error inByteBuffer::read(pbuf*). - Fixed W5500 input processing to skip the rest of the frame if a
pbufcould not be allocated. - Fixed
Pingto use the current header size instead of a constant. - Moved essential operations out of LWIP_ASSERT() statements because LWIP_NOASSERT may be defined.
- Fixed W5500 driver
ETH_PAD_SIZEhandling. - Fixed STM32 Arduino core 3.0.0 builds. Arduino classes are in the
arduinonamespace;Arduino.hwas included for this architecture.