Skip to content
This repository has been archived by the owner on Aug 19, 2021. It is now read-only.

v0.6

Latest
Compare
Choose a tag to compare
@geky geky released this 26 Sep 04:13
· 25 commits to master since this release

66f5ee2 Added callback operations to event class
7393a80 Fixed stack-overflow in oversized allocation test
5e99b0f Adopted functional template style in Event
f66a5f3 Added convenience event functions to the EventQueue class
7223e12 Added the Event class for fine-grain control of event dispatch
84d006b Fixed drift in periodic events
847b2f9 Updated mbed implementation to use sleep
3e935f4 Consolidated platform definitions into equeue_platform.h
da9a966 Fixed equeue_cancel behaviour on null id
4d63870 Added rudimentary FreeRTOS implementation
3158e58 Fixed empty-translation-unit errors reported for pedantic build
8f9a251 Added rudimentary Windows implementation
cb97f5f Revised posix semaphore implementation to binary semaphore
3470d88 Revised non-rtos mbed semaphore implementation to return flag
bc0a40d Moved away from global constructors in mbed implementation