summaryrefslogtreecommitdiff
path: root/firmware/drivers (follow)
Commit message (Expand)AuthorAge
...
* Removed lcd_scroll_pause() and lcd_scroll_resume().Kjell Ericson2003-01-23
* Code for alarm mod. Enable with adding -DHAVE_ALARM_MOD in Makefile (EXTRA_DE...Uwe Freese2003-01-22
* Changed name of lcd_do_puts() to lcd_puts_cont_scroll().Kjell Ericson2003-01-22
* Ludovic Lange's ADC-fix for the FMDaniel Stenberg2003-01-22
* Based on Ludovic Lange excellent work, I've modified things to increaseDaniel Stenberg2003-01-21
* Added lcd_do_puts() as a static function and made lcd_puts() stop any scroll ...Kjell Ericson2003-01-21
* Export info about the charset.Mats Lidell2003-01-20
* Added table for converting unicode page 1 and 2 into ISO 8859-2Björn Stenberg2003-01-17
* Ludovic Lange's initial code for FM Recorder, edited and adjusted by me.Daniel Stenberg2003-01-16
* Use the correct defines to #ifdef on, so that the FM version builds fine tooDaniel Stenberg2003-01-16
* 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