History for mbed-os / events
2018-08-03
@Martin Kojtal
events: astyle fix
Martin Kojtal committed on 3 Aug 2018
2018-05-18
@Kimmo Vaisanen
Introduce API to query how much time is left for delayed event ...
Kimmo Vaisanen committed on 18 May 2018
2018-04-20
@Kevin Bracey
Make event queue use RTOS tick count ...
Kevin Bracey committed on 20 Apr 2018
2018-03-15
@Cruz Monrreal
Merge pull request #6238 from pauluap/break_dispatch_flag ...
Cruz Monrreal authored on 15 Mar 2018 GitHub committed on 15 Mar 2018
@Cruz Monrreal
Merge pull request #6149 from bmcdonnell-ionx/typos ...
Cruz Monrreal authored on 15 Mar 2018 GitHub committed on 15 Mar 2018
@Cruz Monrreal
Merge pull request #6274 from geky/events-doc-periodic ...
Cruz Monrreal authored on 15 Mar 2018 GitHub committed on 15 Mar 2018
2018-03-08
@Martin Kojtal
Merge pull request #6286 from delftswa2018/feature-typo-fixes ...
Martin Kojtal authored on 8 Mar 2018 GitHub committed on 8 Mar 2018
2018-03-06
@Jasper de Winkel
Small typo fixes in readme.md files
Jasper de Winkel committed on 6 Mar 2018
2018-03-05
@Paul Thompson
Flip order of comparison
Paul Thompson committed on 5 Mar 2018
@Christopher Haster
events: Added note about immediate firing of periodic events
Christopher Haster committed on 5 Mar 2018
2018-03-04
@Paul Thompson
Clarify intention between comparison to zero and the shift operation ...
Paul Thompson committed on 4 Mar 2018
2018-03-02
@Paul Thompson
style fixups
Paul Thompson committed on 2 Mar 2018
@Paul Thompson
Add test to cover break_dispatch windup
Paul Thompson committed on 2 Mar 2018
@Paul Thompson
Clear the break requested flag if the dispatch loop is being broken due to a timeout condition
Paul Thompson committed on 2 Mar 2018
@Paul Thompson
Remove windup behavior from break_dispatch
Paul Thompson committed on 2 Mar 2018
2018-02-20
@Brendan McDonnell
typos
Brendan McDonnell committed on 20 Feb 2018
2018-02-16
@Cruz Monrreal
Merge pull request #6118 from ARMmbed/g-note-global-equeue-irq ...
Cruz Monrreal authored on 16 Feb 2018 GitHub committed on 16 Feb 2018
@Christopher Haster
equeue: Added note about using global event queues in irq
Christopher Haster authored on 16 Feb 2018 GitHub committed on 16 Feb 2018
2018-02-15
@Christopher Haster
equeue: Removed RTOS dependencies when RTOS not present
Christopher Haster committed on 15 Feb 2018
2017-10-30
@Michael Kaplan
equeue: some refactoring to meet coding rules
Michael Kaplan committed on 30 Oct 2017
2017-10-18
@Michael Kaplan
equeue: added help text for new config option use-lowpower-timer-ticker
Michael Kaplan committed on 18 Oct 2017
2017-10-17
@Michael Kaplan
equeue: added config option which tells equeue_mbed.cpp if it shall use LowPowerTimer, LowPowerTimeout and LowPowerTicker instead of Timer/Timeout/Ticker. ...
Michael Kaplan committed on 17 Oct 2017
2017-09-04
@Russ Butler
Remove use of internal RTX types ...
Russ Butler committed on 4 Sep 2017
2017-09-01
@Kevin Bracey
Add ability to request a shared event queue ...
Kevin Bracey committed on 1 Sep 2017
2017-06-29
@Jimmy Brisson
Merge pull request #4571 from geky/events-use-rtx-event-flags ...
Jimmy Brisson authored on 29 Jun 2017 GitHub committed on 29 Jun 2017
2017-06-20
@Vincent Coubard
event: Make the event queue non copyable.
Vincent Coubard committed on 20 Jun 2017
2017-06-15
@Christopher Haster
events: Adopt osEventFlags from RTX 5 ...
Christopher Haster committed on 15 Jun 2017
2017-06-07
@Kevin Gilbert
EventQueue.h Doxygen doc fixed up. Moved overloaded callback arguments documentation to overloaded functions to fix warnings. B0..B4 were not documentated additionally, only bulk docs for a0..a4 and c0..c4 were moved around.
Kevin Gilbert committed on 7 Jun 2017
@Kevin Gilbert
Removed Doxygen errors from Event.h ...
Kevin Gilbert committed on 7 Jun 2017
2017-05-30
@Bartek Szatkowski
Update codebase for CMSIS5/RTX5 ...
Bartek Szatkowski authored on 15 May 2017 Martin Kojtal committed on 30 May 2017