summaryrefslogtreecommitdiff
path: root/firmware/export/ata_idle_notify.h (follow)
Commit message (Expand)AuthorAge
* events: Rework event subsystem (add_event, send_event) to be more versatile.Thomas Martitz2014-03-14
* fix database toolThomas Martitz2012-07-18
* hosted: disable USING_STORAGE_CALLBACK againThomas Martitz2012-06-15
* Fix broken logic for enabling USING_STORAGE_CALLBACK.Frank Gevaerts2012-05-26
* Enable USING_STORAGE_CALLBACK on hosted targets. Fixes config.cfg not written...Thomas Martitz2012-05-13
* Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz2010-06-21
* undo the last commit... I'm too tired to fgure out how to make batt bench wor...Jonathan Gordon2010-01-19
* Dont use the disk spindown notification on the mini2440, undo this if/when we...Jonathan Gordon2010-01-19
* Correct wrong usage of event callbacks all over the place. It's not supposed ...Thomas Martitz2009-10-20
* CONFIG_NAND is not a bitfieldDave Chapman2009-10-04
* Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts2008-11-01
* cleanup storage definesFrank Gevaerts2008-10-31
* Bootloaders don't need idle callbacks.Jens Arnold2008-09-23
* Comment/line length/spelling policeBertrik Sikken2008-07-27
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Implement the playback event handling as a system-wide multi-purpose event sy...Miika Pekkarinen2008-03-16
* dont allow the ata callbacks to be run less than once every 30s unlessJonathan Gordon2006-11-26
* fixed once again.Jonathan Gordon2006-11-08
* fix booboo in ata.c (SYS_POWEROFF falling into SYS_USB_CONNECTED)Jonathan Gordon2006-11-08
* * changes to ata.c - idle callbacks are called after 2 sec of real idle,Jonathan Gordon2006-11-08
* adds ata_idle_notify system which allows callbacks in apps/ to be calledJonathan Gordon2006-11-06