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

v0.4

Compare
Choose a tag to compare
@geky geky released this 04 Aug 15:56
· 76 commits to master since this release

1657868 Fixed compilation error on Cortex A platforms
f9de0b7 Adopted C api rename for functions on queues
ee453c9 Rename event -> equeue for functions operating on queues
2c4e6a2 Renamed post -> call functions
a3acccc Adopted the EVENTS_EVENT_SIZE define in the C++ api
04af2b4 Added EVENTS_EVENT_SIZE define for calculated queue allocations
f592e82 Renamed events.h -> mbed_events.h to avoid potential name collisions
e249e2d Added c-compatible gaurds to events.h
1fb6a0e Updated license
418a56a Adopted posix semaphore in posix implementation
2cd841c Consolidated on gettimeofday for posix tick implementation
d823d44 Added profiling for cancelling events