summaryrefslogtreecommitdiff
path: root/firmware/drivers (follow)
Commit message (Expand)AuthorAge
...
* 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
* fixed compiling errorsLinus Nielsen Feltzing2004-02-17
* set_features() is now called from ata_power_on()Linus Nielsen Feltzing2004-02-17
* Silly me, I forgot to remove my debugging codeLinus Nielsen Feltzing2004-02-16
* Bug 1: The STANDBY mode is now explicitly disabled, since it could be set to ...Linus Nielsen Feltzing2004-02-16
* Assembly code for copy_read_sectors() disabled: Tests with Trent showed that ...Jörg Hohensohn2004-02-15
* Assembly code for copy_read_sectors() reworked: I've spread the ATA reads apa...Jörg Hohensohn2004-02-09
* Better charging feedback for FM/V2 devicesLinus Nielsen Feltzing2004-02-05
* no code change, I just forgot to take my template disassembly out (a big comm...Jörg Hohensohn2004-01-27
* Assembler optimized copy_read_sectors() gives another speedup of factor 1.4 f...Jörg Hohensohn2004-01-27
* Really squeezed lcd_write_data() with tricky assembler optimization. Now it d...Jörg Hohensohn2004-01-26
* Oops. Wrong arguments to memset(). Thanks to Mike Wilson for pointing that out.Linus Nielsen Feltzing2004-01-26
* Reverted to the old ADC driver, since it appeared to cause fake OFF keypresse...Linus Nielsen Feltzing2004-01-20
* warning + obsolete variable removedJörg Hohensohn2004-01-16
* Optimized the sector read loop as much as C allows. I measured an overall spe...Jörg Hohensohn2004-01-16
* Ooops. Forgot to clear the newly allocated cluster in mkdir()Linus Nielsen Feltzing2004-01-15
* Second bug in mkdir() :-)Linus Nielsen Feltzing2004-01-15
* Implemented the mkdir() function in the FAT32 driverLinus Nielsen Feltzing2004-01-15
* Added acoustic management, power management and read look-ahead.Björn Stenberg2004-01-14
* Craig Sather's patch #849405:Daniel Stenberg2004-01-13
* Faster, simplified A/D driver. The previous batch convert in init_adc() produ...Linus Nielsen Feltzing2004-01-13
* nicer handling of button_flip(), swap stored value, too, and avoid race condi...Jörg Hohensohn2004-01-01
* oops, optimized lcd_bitmap() too much, obey the clear flagJörg Hohensohn2003-12-24
* Screen buffer transposed, such that bytes in X-direction are consecutive. Thi...Jörg Hohensohn2003-12-23
* Upside Down option for display (and buttons) now wired into the display setti...Jörg Hohensohn2003-12-20
* Improved timing in soft_reset. This hopefully cures spontaneous Red Led freezes.Björn Stenberg2003-12-17
* xoffset is only when not building for a simulator (for now)Daniel Stenberg2003-12-15
* Ooops! I forgot to remove my debugging changesLinus Nielsen Feltzing2003-12-15
* Now correctly informs gcc that r0 is clobbered in lcd_write_data(). The video...Linus Nielsen Feltzing2003-12-15
* Fix for the LED problem in lcd_write_data(). The r0 register was not preserve...Linus Nielsen Feltzing2003-12-15
* LCD flip (upside down) and a high-performance blit functionJörg Hohensohn2003-12-12
* adjustments for NeoDaniel Stenberg2003-12-12
* Added viewer for currently playing playlist. Accessed from Menu->Playlist Op...Hardeep Sidhu2003-12-10
* Fix for the occasional problem on FMR devices, when the device can't be turne...Linus Nielsen Feltzing2003-12-04
* oops, a typo made the player build failJörg Hohensohn2003-12-03
* No more spinning disk while charging flashed FM+V2 (you need the new bootload...Jörg Hohensohn2003-12-03
* a side effect in usb_enable() (writing back a "1" while reading a pulled-up i...Jörg Hohensohn2003-11-07