8000 Tags · vineetgarc/circle · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: vineetgarc/circle

Tags

Step28

Toggle Step28's commit message
Step 28 of Circle

* Official Raspberry Pi touch screen supported
* sample/28-touchscreen added
* Digital oscilloscope sample based on uGUI added to addon/

Step27

Toggle Step27's commit message
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

Step26

Toggle Step26's commit message
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

Step25

Toggle Step25's commit message
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

Step24

Toggle Step24's commit message
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

Step23

Toggle Step23's commit message
Step 23 of Circle

* Raspberry Pi 3 supported
* SPI0 master supported
* Can act as UDP server now

Step22

Toggle Step22's commit message
Step 22 of Circle

* Bluetooth Inquiry sample added
* Raspberry Pi Zero supported

Step21

Toggle Step21's commit message
Step 21 of Circle

* HTTP server class added
* EMMC (SD card) driver added to addon/
* Can be source-level debugged on Raspberry Pi 2 now

Step20

Toggle Step20's commit message
Step 20 of Circle

* TCP support added
* DHCP client support added
* UDP broadcast support added

Step19

Toggle Step19's commit message
Step 19 of Circle

* Optional cooperative non-preemtive scheduler added
* Networking code uses the cooperative scheduler
* ZX Spectrum screen emulator code added to addon/
0