summaryrefslogtreecommitdiff
path: root/firmware/drivers (follow)
Commit message (Expand)AuthorAge
* reverted kjer's lcd_clear_display() change that stops the scrollDaniel Stenberg2003-01-14
* Made unicode2iso() static.Björn Stenberg2003-01-14
* Added unicode conversion from cyrillic, greek, hebrew, arabic and thai.Björn Stenberg2003-01-14
* Stop scrolling text when lcd_clear_display() has been called.Kjell Ericson2003-01-14
* Bidirectional scroll ala recorder.Mats Lidell2003-01-14
* Fixed the mapping between software mapped patterns and hardware LCD.Kjell Ericson2003-01-13
* Resolved last_pat and last_used_pat.Mats Lidell2003-01-13
* Bugfix2 of the bidirectional scroll. Sorry...Kjell Ericson2003-01-10
* Bugfix of the bidirectional scrolling.Kjell Ericson2003-01-10
* Fixed spelling misstakes.Kjell Ericson2003-01-10
* Function lcd_allow_bidirectictional_scrolling() implemented so we can turn it...Kjell Ericson2003-01-10
* Bidirectional scrolling implemented. The text will go back and forthKjell Ericson2003-01-10
* Fixed the scroll_delay.Kjell Ericson2003-01-10
* Changed debug code.Kjell Ericson2003-01-10
* Removed warnings.Kjell Ericson2003-01-10
* First official version.Kjell Ericson2003-01-10
* Implementing the Rocklatin character set for Rockbox player.Kjell Ericson2003-01-10
* Merged Uwe Freese's bidirectional scrolling patch. Added configurable scroll ...Björn Stenberg2002-12-12
* Added recalculation of free disk space. Press PLAY in Debug->Disk Info->Free ...Björn Stenberg2002-12-09
* Bug fix: Don't cut the power during spinup...Björn Stenberg2002-12-06
* Fixed a race condition between sleep thread and spinup code.Björn Stenberg2002-12-06
* Fixed spinup clocking. Also updating last_disk_activity more frequently, to a...Björn Stenberg2002-12-05
* Added disk spinup clockingBjörn Stenberg2002-12-04
* Bug fix: Master/slave was not always properly selected after powerdown.Björn Stenberg2002-12-03
* Added 'Disk info' to debug menuBjörn Stenberg2002-12-03
* use the proper #ifdef for a featureDaniel Stenberg2002-12-03
* Added a >2ms delay in ata_hard_reset() before reading status, as per ATA spec...Björn Stenberg2002-12-03
* Bug fix: A failed read could return OK.Björn Stenberg2002-12-03
* Updated power-on procedureBjörn Stenberg2002-12-02
* HAVE_ATA_POWER_OFF is now defined and used if the platform has support forDaniel Stenberg2002-11-29
* Added option to enable/disable disk poweroff (for diagnostic purposes)Björn Stenberg2002-11-28
* Added disk poweroff 2s after spindown. (Only for recorders yet.)Björn Stenberg2002-11-27
* Removed a potential I2C deadlockLinus Nielsen Feltzing2002-11-24
* Erroneous commit.Björn Stenberg2002-11-22
* Fixed warnings.Björn Stenberg2002-11-22
* Added creation and last-modified timestamps.Björn Stenberg2002-11-22
* Added mas_readver()Linus Nielsen Feltzing2002-11-20
* Added rtc_read_multiple()Linus Nielsen Feltzing2002-11-20
* Removed some debug output.Björn Stenberg2002-11-19
* Added rename()Björn Stenberg2002-11-19
* Bug fixes: 1) add_dir_entry() would update end-of-dir marker even when not su...Björn Stenberg2002-11-18
* Added longname handling to fat_remove().Björn Stenberg2002-11-18
* Long filename support added. (fat_remove() not updated yet.)Björn Stenberg2002-11-15
* Cleaned up dir handling further.Björn Stenberg2002-11-15
* Added check to avoid FAT sector 0 panic.Björn Stenberg2002-11-14
* Directories are now handled as files, using fat_readwrite() instead of ata_re...Björn Stenberg2002-11-13
* Added extra safety checks.Björn Stenberg2002-11-12
* Added disk space to Info menu item. (Players press + to see it.)Björn Stenberg2002-11-12
* Added ftruncate().Björn Stenberg2002-11-11
* close() now does not truncate the file.Björn Stenberg2002-11-11