Tags: vineetgarc/circle
Tags
Step 33 of Circle * Build option STDLIB_SUPPORT added (see: doc/stdlib-support.txt) * Syslog sender support (RFC 5424 and 5426) added * sample/33-syslog added * Mouse applications must call CUSBMouseDevice::UpdateCursor() * Applications are linked using libgcc.a by default * Circle type boolean is equivalent to bool now * Saving and restoring FPU registers on task switch * CDNSClient::Resolve() can convert IP address string now * Own incomplete implementation of <stdint.h> removed * Standard header files may be used instead * Main "makeall" script excepts the option "--nosample" * Build option FLOAT_ABI added * FIXED: Circle did not work if built with GCC 7.1
Step 32 of Circle * Console support with line editor added * sample/32-i2cshell added * USB HCI driver supports transaction queueing now * Improved compatibility for low/full-speed USB devices * Improved periodic USB delays with USE_USB_SOF_INTR * System options are separated and documented now * classes CSPIMaster(DMA) improved
Step 31 of Circle * CHTTPClient class and sample/31-webclient added * I2S sound device supported, sample/29-miniorgan updated * FatFs (by ChaN) support added to addon/ * Drivers for HC-SR04 and MPU-6050 addeded to addon/ * FIXED: Memory overrun due to many TCP connections * FIXED: TCP connection may lose data before FIN