3a8a8b1 Added automatic versioning
e3008b2 A number of CI improvements
101f830 Revert explicit equeue_tick initialisation
58113eb events: Don't use OsTimer in SysTick builds
203057c equeue - avoid Kernel::get_ms_count from IRQ
0d67610 equeue: align passed-in buffer
0a84f94 Added test case for verification
74928f2 Corrected destructor loop to clear all pending events
023a1d9 Old pointers of sibling were not cleared
dc80add Memory allocated from parent queue was freed/added to chained queue.
4019f30 Check is allocation in event queue was success or not, and report error / assert when allocation fails.
19ecc11 EventQueue: Add required header file and namespace element instead add all
2bd4aad equeue: Fixed overflow in rtos-less timeout code
db4a347 Introduce API to query how much time is left for delayed event
4dd8c0c Make event queue use RTOS tick count
589fbe8 style fixups
468d312 Add test to cover break_dispatch windup
b1ebdc5 Clear the break requested flag if the dispatch loop is being broken due to a timeout condition
1acddeb Remove windup behavior from break_dispatch
c4e8a61 Flip order of comparison
95f10d9 Clarify intention between comparison to zero and the shift operation
3a5c0c5 equeue: Removed RTOS dependencies when RTOS not present
bf015fd equeue: some refactoring to meet coding rules
ee3a50c equeue: added config option which tells equeue_mbed.cpp if it shall use LowPowerTimer, LowPowerTimeout and LowPowerTicker instead of Timer/Timeout/Ticker. This way, on SiLabs boards the low power sleep states will be used when using event queue.
d2820cf Remove use of internal RTX types
13cadda events: Adopt osEventFlags from RTX 5
9d73d7f Update codebase for CMSIS5/RTX5
d07c9a5 events: Remove strict-aliasing warning
b2a4d7a events: Fixed zero wait condition in non-rtos semaphore
d682378 events: Added better handling of desynchronized timers in platform layer
56b841d events - Fixed overflow of timeout on STM32F4
b6168bf Adopted MBED_STATIC_ASSERT where possible
8f7c69e Added documentation over the equeue's design
74649bd Fixed unchaining of event queues