summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2007-04-13Portal Player: Add invalidate_icache and flush_icache. Flush the cache on the...Michael Sevakis
2007-04-13Simplify the readshort/readlong/readstr functions - move the bounds checking ...Dave Chapman
2007-04-12Fix bootloader warning.Jens Arnold
2007-04-12Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC...Jens Arnold
2007-04-12Switch to mi4 format for Rockbox binary on H10 and Sansa. This means we now o...Barry Wardell
2007-04-12simplify UDA1380 bass and treble codeMarcoen Hirschberg
2007-04-12remove Sansa from the todoMarcoen Hirschberg
2007-04-12Fix the backlight and led bugs from my last commitKarl Kurbjun
2007-04-11Oops, forgot to commit 2 new files...Jens Arnold
2007-04-11Moved SH1 system code to target tree. * First shot at hwcompat cleanup.Jens Arnold
2007-04-11Get rid of some old archos debug cruft (USB polarity, PR polarity and ATA add...Jens Arnold
2007-04-11Moved archos USB handling to target tree. Minor simplification for coldfire (...Jens Arnold
2007-04-11Gigabeat: Pin initialization for the USB and ATA interface. This also adds p...Karl Kurbjun
2007-04-10mpegplayer: Get A-V synchronized. Improve frame sync and dropping logic and t...Michael Sevakis
2007-04-10More complete sized integer definitions.Michael Sevakis
2007-04-10Remove unused code (already moved to target tree).Barry Wardell
2007-04-09RTC alarm for Gigabeat. Will be useful one the OF bootloader is no longer re...Karl Kurbjun
2007-04-08minor actions cleanup:Jonathan Gordon
2007-04-07Dircache fixes: Stop scanning properly if shutdown is initiated. Require user...Miika Pekkarinen
2007-04-06Now charcell displays require lcd_update() for updating the main lcd content ...Jens Arnold
2007-04-06Hmpf, these ever-missing svn properties...Jens Arnold
2007-04-06Player: Only use one software definable character for different characters us...Jens Arnold
2007-04-06Optimized lcd_yuv_blit() (used by mpegplayer) for the Sansa E200. This is ju...Dave Chapman
2007-04-05Added missing ae ligature, and fine-tuned some glyphs and replacements.Jens Arnold
2007-04-05Oops, bootfile location for Archos is the root of coursePeter D'Hoye
2007-04-05Fix automatic rolo on new version for archos. Introduces new define in config...Peter D'Hoye
2007-04-05Player: Found two more Latin extended chars on the old LCD, and mapped them.Jens Arnold
2007-04-05Calibrated (discharge) battery percentage table for iAudio X5(L) and M5(L). R...Jens Arnold
2007-04-04Replace obsolete generate_rocklatin tool with player_unifont tool.Jens Arnold
2007-04-03Remove old reference code, better match Old-LCD init with datasheet, and a bi...Jens Arnold
2007-04-03Set svn:keywords properlyJens Arnold
2007-04-03Added command macros for old LCD. Renamed some macros to better match the dat...Jens Arnold
2007-04-03It's not necessary (anymore?) to map lcd_icon() to sim_lcd_icon() for the sim...Jens Arnold
2007-04-02Minor code policing. Correct a comment and remove a stray comment delimiter.Michael Sevakis
2007-04-02Gigabeat: Add an assembly lcd_yuv_blit. Seems to be good for a modest speedup...Michael Sevakis
2007-04-02Player: Add 3 turkish characters which are available in hardware on the old LCD.Jens Arnold
2007-04-01for WPS files with many lines the current wps code will call puts_scroll with...Robert Kukla
2007-04-01Ooops. Bring back the full set of codepages for bitmap targets.Jens Arnold
2007-04-01Player: Reduced the selectable codepages to those which can actually work, an...Jens Arnold
2007-04-01Accidentally enabled core locking mechanism. Now disabled again because it st...Miika Pekkarinen
2007-04-01remove_thread(NULL) contained a null pointer bug causing a crash.Miika Pekkarinen
2007-03-31Recording queue should be set to IRQ safe mode as well.Miika Pekkarinen
2007-03-31Player: Make cursor blinking rate almost independent from scroll speed.Jens Arnold
2007-03-31Charcell lcd driver: Preparations for switching to non-immediate LCD updates,...Jens Arnold
2007-03-31Player: Fixed bug where strings which are only a bit too long wouldn't scroll.Jens Arnold
2007-03-30Correct parsing of the ID3V2 extended headerLinus Nielsen Feltzing
2007-03-30Correct the YCbCr to RGB conversionMarcoen Hirschberg
2007-03-30Patch by Denis Stanishevskiy, prevent endless loop in the ID3 parserLinus Nielsen Feltzing
2007-03-29Missed one variable declaration updating byteswapping functions. Not function...Michael Sevakis
2007-03-29Player: Save a bit of space by only using 7 bytes/char in the glyph table.Jens Arnold