summaryrefslogtreecommitdiff
path: root/firmware/events.c (follow)
Commit message (Expand)AuthorAge
* Make thirty functions static to reduce binary sizeThomas Jarosch2015-01-05
* Fix stupid typo in 470989b that triggered panics easily.Thomas Martitz2014-03-15
* events: Rework event subsystem (add_event, send_event) to be more versatile.Thomas Martitz2014-03-14
* Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz2009-10-20
* Correct wrong usage of event callbacks all over the place. It's not supposed ...Thomas Martitz2009-10-20
* Raise MAX_SYS_EVENTS to fix FS#10105 (*PANIC* event line full)Thomas Martitz2009-04-08
* Apply FS#9155 (Simplified battery bench). This is a simplification/rework of ...Bertrik Sikken2008-08-14
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Increased MAX_SYS_EVENTS from 10 to 16, since there are potentially more than...Bertrik Sikken2008-05-26
* Made events table static and moved MAX_SYS_EVENTS from events.c to events.h t...Bertrik Sikken2008-05-20
* Updated panicf in remove_event. Also fixed some comments.Bertrik Sikken2008-04-27
* It makes more sense for the callback registrar to decide if its a "oneshot" t...Jonathan Gordon2008-03-17
* Implement the playback event handling as a system-wide multi-purpose event sy...Miika Pekkarinen2008-03-16