summaryrefslogtreecommitdiff
path: root/firmware/drivers (follow)
Commit message (Expand)AuthorAge
...
* the very first adjustment for the Ondio: fix the screen orientationJörg Hohensohn2004-09-09
* button_clear_queue() now works as expectedLinus Nielsen Feltzing2004-09-01
* Fixed new font format: necessity of offset table generation, output of fonts ...Jens Arnold2004-08-27
* Fixed pointer types & struct fontJens Arnold2004-08-26
* New font format (already rotated) saves code, space and time. On the downside...Jörg Hohensohn2004-08-26
* Bug fix: renaming a directory could cause a name clash. New feature: rename()...Linus Nielsen Feltzing2004-08-22
* Const policed pointer arguments to functions, part 2Jens Arnold2004-08-17
* Const policed pointer arguments to functions, part 1Jens Arnold2004-08-16
* More const policeing step 4Jens Arnold2004-08-03
* More const policeing step 3Jens Arnold2004-08-03
* Fixed player buildsJens Arnold2004-08-01
* More const policeing step 1Jens Arnold2004-08-01
* Now doesn't generate extraneous key-down events when releasing one key in a c...Linus Nielsen Feltzing2004-07-24
* Removed nasty lvalue castLinus Nielsen Feltzing2004-07-24
* Added raw button reading functionalityLinus Nielsen Feltzing2004-07-21
* Extra LCD updates for the player LCD simulationLinus Nielsen Feltzing2004-07-20
* Const'ed the logo, the bitmaps and the credits (optimization for running from...Jens Arnold2004-07-19
* Added bookmark icon for the Player/StudioLinus Nielsen Feltzing2004-07-14
* Disable the backlight before powering off the Player/StudioLinus Nielsen Feltzing2004-07-14
* Removed lvalue cast, which generates warnings on newer gcc versionsLinus Nielsen Feltzing2004-07-13
* Simplified the recorder scrolling code a littleLinus Nielsen Feltzing2004-07-09
* Enabled assembler optimized disk reading and writing (approx. 2 times as fast)Jens Arnold2004-07-05
* New screen dump feature for recordersLinus Nielsen Feltzing2004-06-30
* Patch #881887 by Gerald Vanbaren. The red LED is now ON when recording and bl...Linus Nielsen Feltzing2004-06-22
* Added reset_poweroff_timer(), which can be used to prevent idle poweroff. Thi...Linus Nielsen Feltzing2004-06-22
* remove C++/C99 commentDaniel Stenberg2004-06-16
* Disabled automatic disk spindown (by the drive). Updated comments regarding t...Jens Arnold2004-06-11
* Fixed a warningJens Arnold2004-05-15
* TABs again...Jens Arnold2004-05-15
* Fixed lcd_putsxyofs() for the new lcd_bitmap()Jens Arnold2004-05-14
* Some TAB characters slipped in...Jens Arnold2004-05-14
* Fixed lcd_bitmap() to use the bitmap format generated by bmp2rb correctly. No...Jens Arnold2004-05-14
* Corrected the charset for old lcd of players after an incorrect changeKjell Ericson2004-05-11
* Fully assembler optimized lcd driver (another 10% real-world speedup on recor...Jens Arnold2004-05-10
* Faster LCD transfer routines (+35% for the player, +8% for the recorder)Jens Arnold2004-05-06
* Fixed player sim warningJens Arnold2004-04-21
* Unified usage of lcd transfer codeJens Arnold2004-04-21
* New function: rmdir(). Also some changes in the fat code, to track the parent...Linus Nielsen Feltzing2004-04-16
* Added some missing character substitutions, prompted by Eric Lassauge.Björn Stenberg2004-04-06
* Added cluster size to the disk debug screenLinus Nielsen Feltzing2004-04-06
* patch #922836 by Jens: way faster disk writing, in assembler. The code is in,...Jörg Hohensohn2004-04-01
* No need to turn on the backlight for remote button presses.Björn Stenberg2004-03-22
* A hip shot trying to make the Red LED Death situation a little betterLinus Nielsen Feltzing2004-03-19
* - no second ata_hard_reset() call, saves ~2.5 seconds flash boot time (please...Jörg Hohensohn2004-03-10
* Reverted the STANDBY fix from 2004-02-15, rev 1.106Linus Nielsen Feltzing2004-03-09
* Removed compiler warningLinus Nielsen Feltzing2004-03-02
* Made set_irq_level() an inline function, and optimized it by removing the bit...Linus Nielsen Feltzing2004-03-02
* Removed the interrupt disabling in lcd_write_data()Linus Nielsen Feltzing2004-03-02
* Now sets the highest possible PIO mode in set_features()Linus Nielsen Feltzing2004-03-02
* The cli()/sti() functions are not safe. We should have removed them long ago.Linus Nielsen Feltzing2004-02-25