summaryrefslogtreecommitdiff
path: root/firmware (follow)
Commit message (Expand)AuthorAge
* Simulator fixLinus Nielsen Feltzing2002-09-23
* Auto-poweroff, by Lee MarlowLinus Nielsen Feltzing2002-09-23
* Now exports last_disk_activity, for auto-poweroffLinus Nielsen Feltzing2002-09-23
* Added timestamps of key presses, for auto-poweroffLinus Nielsen Feltzing2002-09-23
* Split lcd driver into lcd-player and lcd-recorder. Player simulator still nee...Björn Stenberg2002-09-23
* Bug fix: The LED was not on during writesBjörn Stenberg2002-09-23
* updated makefile with fonts and .lang supportFelix Arends2002-09-21
* Removed old font issuesBjörn Stenberg2002-09-21
* New full ISO-8859-1 system font.Björn Stenberg2002-09-20
* Added Philipp Pertermanns oscillograph demoBjörn Stenberg2002-09-19
* Better handling of tagless tracks with VBR headersLinus Nielsen Feltzing2002-09-19
* Another strike in the battle against glitches between tracksLinus Nielsen Feltzing2002-09-18
* Another strike in the battle against glitches between tracksLinus Nielsen Feltzing2002-09-18
* Philipp's fix .eq loading patchEric Linenberg2002-09-17
* no C99 stuff here ;-)Daniel Stenberg2002-09-17
* 1. Update the playlist index when starting the list (fixes invalid track num ...Hardeep Sidhu2002-09-17
* added memcmp function to make rockbox compilable with latest gcc versions wit...Felix Arends2002-09-16
* Now skips garbage padding after the ID3V2 tag, along with Xing and LAME headersLinus Nielsen Feltzing2002-09-16
* Removing the ID3V1 tag could give a negative len variableLinus Nielsen Feltzing2002-09-16
* removed redundant size checksDaniel Stenberg2002-09-16
* When getting tag contents, we might read a tag which has a part of it withinDaniel Stenberg2002-09-16
* if the id3v2 tags avaiable are bigger than our buffer size, at least tryDaniel Stenberg2002-09-16
* lcd_setfont() is for bitmap LCDs onlyDaniel Stenberg2002-09-16
* Daniel, Eric Linenberg2002-09-16
* Added pitch setting screen for recorders. Hold ON in wps to see it. Pitch ran...Björn Stenberg2002-09-13
* mpeg_set_pitch() was backwardsLinus Nielsen Feltzing2002-09-13
* bye bye chartables, you have served us wellDaniel Stenberg2002-09-13
* Greg Haerr's font patch 3:Daniel Stenberg2002-09-13
* moved the 12x16 font from the chartables to the bounce code, as that isDaniel Stenberg2002-09-13
* undef MAX_PATH before defining it makes it play the simulator game betterDaniel Stenberg2002-09-13
* no longer include unicode.h, we've removed that fileDaniel Stenberg2002-09-12
* Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg2002-09-12
* Pitch control for RecorderLinus Nielsen Feltzing2002-09-12
* Flush and reload preloaded tracks if playlist changesHardeep Sidhu2002-09-10
* define away lcd_update_rect() too on playersDaniel Stenberg2002-09-10
* lcd_puts() now clears to end-of-lineBjörn Stenberg2002-09-09
* Read tracknum from id3v1.1 tag (Kenneth Kiraly)Björn Stenberg2002-09-09
* Fixed sim buildLinus Nielsen Feltzing2002-09-09
* Mono right had the wrong levelLinus Nielsen Feltzing2002-09-09
* Added channel configurationLinus Nielsen Feltzing2002-09-09
* Changed screen outputLinus Nielsen Feltzing2002-09-09
* now also build without parametersFelix Arends2002-09-08
* Fixes for binutils 2.13Linus Nielsen Feltzing2002-09-08
* a new firmware makefile for windows (GNUSH) supporting DISABLE_GAMES and diff...Felix Arends2002-09-07
* Made the sleep code a little bit less aggressive.Björn Stenberg2002-09-06
* Now runs SET_MULTIPLE_MODE after usb disconnect, since the windows driver set...Björn Stenberg2002-09-06
* Optimized ata_read_sectors() a littleLinus Nielsen Feltzing2002-09-06
* Moved the LCD frame buffer back to DRAMLinus Nielsen Feltzing2002-09-06
* changed REPEAT_INTERVAL_START back to 4 as it originally wasEric Linenberg2002-09-06
* added button repeat accelerationEric Linenberg2002-09-05