summaryrefslogtreecommitdiff
path: root/firmware/drivers (unfollow)
Commit message (Expand)Author
2004-08-01Fixed player buildsJens Arnold
2004-08-01More const policeing step 1Jens Arnold
2004-07-24Now doesn't generate extraneous key-down events when releasing one key in a c...Linus Nielsen Feltzing
2004-07-24Removed nasty lvalue castLinus Nielsen Feltzing
2004-07-21Added raw button reading functionalityLinus Nielsen Feltzing
2004-07-20Extra LCD updates for the player LCD simulationLinus Nielsen Feltzing
2004-07-19Const'ed the logo, the bitmaps and the credits (optimization for running from...Jens Arnold
2004-07-14Added bookmark icon for the Player/StudioLinus Nielsen Feltzing
2004-07-14Disable the backlight before powering off the Player/StudioLinus Nielsen Feltzing
2004-07-13Removed lvalue cast, which generates warnings on newer gcc versionsLinus Nielsen Feltzing
2004-07-09Simplified the recorder scrolling code a littleLinus Nielsen Feltzing
2004-07-05Enabled assembler optimized disk reading and writing (approx. 2 times as fast)Jens Arnold
2004-06-30New screen dump feature for recordersLinus Nielsen Feltzing
2004-06-22Patch #881887 by Gerald Vanbaren. The red LED is now ON when recording and bl...Linus Nielsen Feltzing
2004-06-22Added reset_poweroff_timer(), which can be used to prevent idle poweroff. Thi...Linus Nielsen Feltzing
2004-06-16remove C++/C99 commentDaniel Stenberg
2004-06-11Disabled automatic disk spindown (by the drive). Updated comments regarding t...Jens Arnold
2004-05-15Fixed a warningJens Arnold
2004-05-15TABs again...Jens Arnold
2004-05-14Fixed lcd_putsxyofs() for the new lcd_bitmap()Jens Arnold
2004-05-14Some TAB characters slipped in...Jens Arnold
2004-05-14Fixed lcd_bitmap() to use the bitmap format generated by bmp2rb correctly. No...Jens Arnold
2004-05-11Corrected the charset for old lcd of players after an incorrect changeKjell Ericson
2004-05-10Fully assembler optimized lcd driver (another 10% real-world speedup on recor...Jens Arnold
2004-05-06Faster LCD transfer routines (+35% for the player, +8% for the recorder)Jens Arnold
2004-04-21Fixed player sim warningJens Arnold
2004-04-21Unified usage of lcd transfer codeJens Arnold
2004-04-16New function: rmdir(). Also some changes in the fat code, to track the parent...Linus Nielsen Feltzing
2004-04-06Added some missing character substitutions, prompted by Eric Lassauge.Björn Stenberg
2004-04-06Added cluster size to the disk debug screenLinus Nielsen Feltzing
2004-04-01patch #922836 by Jens: way faster disk writing, in assembler. The code is in,...Jörg Hohensohn
2004-03-22No need to turn on the backlight for remote button presses.Björn Stenberg
2004-03-19A hip shot trying to make the Red LED Death situation a little betterLinus Nielsen Feltzing
2004-03-10- no second ata_hard_reset() call, saves ~2.5 seconds flash boot time (please...Jörg Hohensohn
2004-03-09Reverted the STANDBY fix from 2004-02-15, rev 1.106Linus Nielsen Feltzing
2004-03-02Removed compiler warningLinus Nielsen Feltzing
2004-03-02Made set_irq_level() an inline function, and optimized it by removing the bit...Linus Nielsen Feltzing
2004-03-02Removed the interrupt disabling in lcd_write_data()Linus Nielsen Feltzing
2004-03-02Now sets the highest possible PIO mode in set_features()Linus Nielsen Feltzing
2004-02-25The cli()/sti() functions are not safe. We should have removed them long ago.Linus Nielsen Feltzing
2004-02-17fixed compiling errorsLinus Nielsen Feltzing
2004-02-17set_features() is now called from ata_power_on()Linus Nielsen Feltzing
2004-02-16Silly me, I forgot to remove my debugging codeLinus Nielsen Feltzing
2004-02-16Bug 1: The STANDBY mode is now explicitly disabled, since it could be set to ...Linus Nielsen Feltzing
2004-02-15Assembly code for copy_read_sectors() disabled: Tests with Trent showed that ...Jörg Hohensohn
2004-02-09Assembly code for copy_read_sectors() reworked: I've spread the ATA reads apa...Jörg Hohensohn
2004-02-05Better charging feedback for FM/V2 devicesLinus Nielsen Feltzing
2004-01-27no code change, I just forgot to take my template disassembly out (a big comm...Jörg Hohensohn
2004-01-27Assembler optimized copy_read_sectors() gives another speedup of factor 1.4 f...Jörg Hohensohn
2004-01-26Really squeezed lcd_write_data() with tricky assembler optimization. Now it d...Jörg Hohensohn