Tags: vineetgarc/circle
Tags
Step 27 of Circle * USB HID class gamepad support added (sample/27-usbgamepad) * Bluetooth inquiry works with RPi 3 controller (sample/22-btsimple) * Mouse driver supports cursor and handles position (sample/10-usbmouse) * Keyboard driver allows setting LED status (sample/08-usbkeyboard) * Keyboard maps FR, IT and US added * TFTP file server support added to addon/ * Incoming ICMP error messages will be handled now * UDP sockets do not send and receive broadcast messages by default
Step 26 of Circle * "RASPPI = 2" builds a kernel7.img which runs on both RPi 2 and 3 * class CCPUThrottle for CPU clock rate and temperature management added * Kernel options "fast=true" and "socmaxtemp=" added * sample/26-cpustress added * #define REALTIME added, see: doc/realtime.txt * Builds with -O2 by default now
Step 25 of Circle * class CSPIMasterDMA added * sample/25-spidma added * webconsole added to addon/ * Keyboard mapping can be selected using cmdline.txt now * class CGPIOPin allows 2nd interrupt source now * Screen sizes with pitch != width * depth/8 are allowed now * CTimer explicitly supports UTC now * CNTPClient and CNTPDaemon does not care about the time zone any more * Unaligned memory access allowed on RPi 1 by default now * Can run with -O3 now * Fixed: SD card driver did not work with some cards * Fixed: Warnings reported by compilation with clang
Step 24 of Circle * Hardware random number generator supported * MCP7941x RTC driver added to addon/ * spi_dio board by BitWizard.nl supported * Properties library added to addon/ * Several improvements on UDP support * CString::FormatV() supports %f conversion * app/ directory added for user applications * ARM_ALLOW_MULTI_CORE is disabled by default now