Skip to content

v1.0

Compare
Choose a tag to compare
@geky geky released this 06 Nov 22:29
· 34 commits to master since this release

454cb02 Added workaround for armc assumptions on integer underflow
b392561 Renamed LICENSE -> LICENSE.md
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