summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2004-03-16Increased the maximum battery capacityLinus Nielsen Feltzing1-1/+1
2004-03-14killed an overlooked warningJörg Hohensohn1-0/+1
2004-03-14First step of the voice-UI: the menus can talk. You need a "voicefont" file i...Jörg Hohensohn3-0/+246
2004-03-13Skipping unknown ID3V2 frames didn't work as expected with global unsynch. Th...Linus Nielsen Feltzing1-1/+1
2004-03-13We had a few set_irq_level(15) left in the code, instead of the new set_irq_l...Jörg Hohensohn2-3/+3
2004-03-13nice hint by Jens Arnold: using RAS Down Mode for the DRAM makes the box 10-1...Jörg Hohensohn1-2/+2
2004-03-11Feature for recording: Delayed file open avoids disk spinup as long as the bu...Jörg Hohensohn1-5/+22
2004-03-11patch #910193 by Jens Arnold: smaller and faster descramble/RoLoJörg Hohensohn1-65/+56
2004-03-10You can't open() a directory as a file (at least not for writing)Linus Nielsen Feltzing1-1/+8
2004-03-10- no second ata_hard_reset() call, saves ~2.5 seconds flash boot time (please...Jörg Hohensohn1-72/+105
2004-03-09Reverted the STANDBY fix from 2004-02-15, rev 1.106Linus Nielsen Feltzing1-2/+0
2004-03-0314% faster bitswap, thanks JensJörg Hohensohn1-40/+41
2004-03-03wasteful alignment fixed, thanks JensJörg Hohensohn1-2/+2
2004-03-02Removed compiler warningLinus Nielsen Feltzing1-2/+0
2004-03-02Made set_irq_level() an inline function, and optimized it by removing the bit...Linus Nielsen Feltzing7-21/+23
2004-03-02Removed the interrupt disabling in lcd_write_data()Linus Nielsen Feltzing1-8/+8
2004-03-02Now sets the highest possible PIO mode in set_features()Linus Nielsen Feltzing1-1/+21
2004-02-25The cli()/sti() functions are not safe. We should have removed them long ago.Linus Nielsen Feltzing6-44/+39
2004-02-17fixed compiling errorsLinus Nielsen Feltzing1-0/+3
2004-02-17set_features() is now called from ata_power_on()Linus Nielsen Feltzing1-2/+6
2004-02-16Silly me, I forgot to remove my debugging codeLinus Nielsen Feltzing1-2/+0
2004-02-16Bug 1: The STANDBY mode is now explicitly disabled, since it could be set to ...Linus Nielsen Feltzing1-1/+9
2004-02-15Assembly code for copy_read_sectors() disabled: Tests with Trent showed that ...Jörg Hohensohn1-0/+3
2004-02-11Empty file/dir names are now rejected by open() and mkdir()Linus Nielsen Feltzing2-6/+20
2004-02-09Assembly code for copy_read_sectors() reworked: I've spread the ATA reads apa...Jörg Hohensohn1-20/+39
2004-02-05Better charging feedback for FM/V2 devicesLinus Nielsen Feltzing3-6/+34
2004-01-30hope I killed that warning nowJörg Hohensohn1-1/+1
2004-01-30inconsistent argument type for backlight_set_timeout() fixedJörg Hohensohn2-3/+3
2004-01-30mp3 playback "engine" now in plugin API, rocks can make soundJörg Hohensohn2-1/+8
2004-01-28preparation for running directly from flash ROMJörg Hohensohn2-0/+23
2004-01-27no code change, I just forgot to take my template disassembly out (a big comm...Jörg Hohensohn1-53/+2
2004-01-27Assembler optimized copy_read_sectors() gives another speedup of factor 1.4 f...Jörg Hohensohn1-7/+103
2004-01-26Really squeezed lcd_write_data() with tricky assembler optimization. Now it d...Jörg Hohensohn1-6/+110
2004-01-26Oops. Wrong arguments to memset(). Thanks to Mike Wilson for pointing that out.Linus Nielsen Feltzing1-2/+2
2004-01-21New feature: NOw you can store the recorded files in either /recordings (the ...Linus Nielsen Feltzing2-2/+4
2004-01-20Reverted to the old ADC driver, since it appeared to cause fake OFF keypresse...Linus Nielsen Feltzing1-37/+48
2004-01-16warning + obsolete variable removedJörg Hohensohn1-2/+0
2004-01-16Optimized the sector read loop as much as C allows. I measured an overall spe...Jörg Hohensohn1-15/+34
2004-01-15Ooops. Forgot to clear the newly allocated cluster in mkdir()Linus Nielsen Feltzing1-4/+21
2004-01-15Second bug in mkdir() :-)Linus Nielsen Feltzing2-1/+7
2004-01-15Added mpeg_next_track(), which returns a pointer to the id3 struct of theDaniel Stenberg2-0/+13
2004-01-15First mkdir() bug killed :-)Linus Nielsen Feltzing1-0/+3
2004-01-15Implemented the mkdir() function in the FAT32 driverLinus Nielsen Feltzing5-18/+172
2004-01-14Added acoustic management, power management and read look-ahead.Björn Stenberg1-1/+44
2004-01-13Craig Sather's patch #849405:Daniel Stenberg1-10/+25
2004-01-13Slightly improved VBR fixer, now uses the same template header throughout the...Linus Nielsen Feltzing1-8/+19
2004-01-13mpeg_stop() now clears the paused flag in the simulatorLinus Nielsen Feltzing1-0/+1
2004-01-13Increased the mp3 buffer for the simulator, to avoid crash when running the X...Linus Nielsen Feltzing1-1/+1
2004-01-13Faster, simplified A/D driver. The previous batch convert in init_adc() produ...Linus Nielsen Feltzing1-48/+37
2004-01-10next round of playback function split: everything in place, working and used;...Jörg Hohensohn4-188/+256