summaryrefslogtreecommitdiff
path: root/firmware (follow)
Commit message (Expand)AuthorAge
* killed an overlooked warningJörg Hohensohn2004-03-14
* First step of the voice-UI: the menus can talk. You need a "voicefont" file i...Jörg Hohensohn2004-03-14
* Skipping unknown ID3V2 frames didn't work as expected with global unsynch. Th...Linus Nielsen Feltzing2004-03-13
* We had a few set_irq_level(15) left in the code, instead of the new set_irq_l...Jörg Hohensohn2004-03-13
* nice hint by Jens Arnold: using RAS Down Mode for the DRAM makes the box 10-1...Jörg Hohensohn2004-03-13
* Feature for recording: Delayed file open avoids disk spinup as long as the bu...Jörg Hohensohn2004-03-11
* patch #910193 by Jens Arnold: smaller and faster descramble/RoLoJörg Hohensohn2004-03-11
* You can't open() a directory as a file (at least not for writing)Linus Nielsen Feltzing2004-03-10
* - 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
* 14% faster bitswap, thanks JensJörg Hohensohn2004-03-03
* wasteful alignment fixed, thanks JensJörg Hohensohn2004-03-03
* 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
* Empty file/dir names are now rejected by open() and mkdir()Linus Nielsen Feltzing2004-02-11
* 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
* hope I killed that warning nowJörg Hohensohn2004-01-30
* inconsistent argument type for backlight_set_timeout() fixedJörg Hohensohn2004-01-30
* mp3 playback "engine" now in plugin API, rocks can make soundJörg Hohensohn2004-01-30
* preparation for running directly from flash ROMJörg Hohensohn2004-01-28
* 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
* New feature: NOw you can store the recorded files in either /recordings (the ...Linus Nielsen Feltzing2004-01-21
* 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
* Added mpeg_next_track(), which returns a pointer to the id3 struct of theDaniel Stenberg2004-01-15
* First mkdir() bug killed :-)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
* Slightly improved VBR fixer, now uses the same template header throughout the...Linus Nielsen Feltzing2004-01-13
* mpeg_stop() now clears the paused flag in the simulatorLinus Nielsen Feltzing2004-01-13
* Increased the mp3 buffer for the simulator, to avoid crash when running the X...Linus Nielsen Feltzing2004-01-13
* Faster, simplified A/D driver. The previous batch convert in init_adc() produ...Linus Nielsen Feltzing2004-01-13
* next round of playback function split: everything in place, working and used;...Jörg Hohensohn2004-01-10
* Removed mallocBjörn Stenberg2004-01-09