summaryrefslogtreecommitdiffstats
path: root/firmware/events.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz1-1/+1
2009-10-20Correct wrong usage of event callbacks all over the place. It's not supposed ...Thomas Martitz1-2/+2
2009-04-08Raise MAX_SYS_EVENTS to fix FS#10105 (*PANIC* event line full)Thomas Martitz1-1/+1
2008-08-14Apply FS#9155 (Simplified battery bench). This is a simplification/rework of ...Bertrik Sikken1-2/+0
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-26Increased MAX_SYS_EVENTS from 10 to 16, since there are potentially more than...Bertrik Sikken1-1/+1
2008-05-20Made events table static and moved MAX_SYS_EVENTS from events.c to events.h t...Bertrik Sikken1-1/+3
2008-04-27Updated panicf in remove_event. Also fixed some comments.Bertrik Sikken1-2/+2
2008-03-17It makes more sense for the callback registrar to decide if its a "oneshot" t...Jonathan Gordon1-3/+5
2008-03-16Implement the playback event handling as a system-wide multi-purpose event sy...Miika Pekkarinen1-0/+88