summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
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-11Empty file/dir names are now rejected by open() and mkdir()Linus Nielsen Feltzing
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-30hope I killed that warning nowJörg Hohensohn
2004-01-30inconsistent argument type for backlight_set_timeout() fixedJörg Hohensohn
2004-01-30mp3 playback "engine" now in plugin API, rocks can make soundJörg Hohensohn
2004-01-28preparation for running directly from flash ROMJörg Hohensohn
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
2004-01-26Oops. Wrong arguments to memset(). Thanks to Mike Wilson for pointing that out.Linus Nielsen Feltzing
2004-01-21New feature: NOw you can store the recorded files in either /recordings (the ...Linus Nielsen Feltzing
2004-01-20Reverted to the old ADC driver, since it appeared to cause fake OFF keypresse...Linus Nielsen Feltzing
2004-01-16warning + obsolete variable removedJörg Hohensohn
2004-01-16Optimized the sector read loop as much as C allows. I measured an overall spe...Jörg Hohensohn
2004-01-15Ooops. Forgot to clear the newly allocated cluster in mkdir()Linus Nielsen Feltzing
2004-01-15Second bug in mkdir() :-)Linus Nielsen Feltzing
2004-01-15Added mpeg_next_track(), which returns a pointer to the id3 struct of theDaniel Stenberg
2004-01-15First mkdir() bug killed :-)Linus Nielsen Feltzing
2004-01-15Implemented the mkdir() function in the FAT32 driverLinus Nielsen Feltzing
2004-01-14Added acoustic management, power management and read look-ahead.Björn Stenberg
2004-01-13Craig Sather's patch #849405:Daniel Stenberg
2004-01-13Slightly improved VBR fixer, now uses the same template header throughout the...Linus Nielsen Feltzing
2004-01-13mpeg_stop() now clears the paused flag in the simulatorLinus Nielsen Feltzing
2004-01-13Increased the mp3 buffer for the simulator, to avoid crash when running the X...Linus Nielsen Feltzing
2004-01-13Faster, simplified A/D driver. The previous batch convert in init_adc() produ...Linus Nielsen Feltzing
2004-01-10next round of playback function split: everything in place, working and used;...Jörg Hohensohn
2004-01-09Removed mallocBjörn Stenberg
2004-01-09The Unicode parser now handles unterminated strings, plus it tries to guess t...Linus Nielsen Feltzing
2004-01-08ancient experimental test code not used for 2+ years, removedDaniel Stenberg
2004-01-08prehistoric stuff never usedDaniel Stenberg
2004-01-08malloc is not used in RockboxDaniel Stenberg
2004-01-08not usedDaniel Stenberg
2004-01-08Fixed the newly introduced hang when leaving the recording screenLinus Nielsen Feltzing
2004-01-08add newline at end of file as older gcc compilers warn about thisDaniel Stenberg
2004-01-06typo: one create_thread() too many, caused crashJörg Hohensohn
2004-01-05still trying to fix the sim (blindfolded)Jörg Hohensohn
2004-01-05fixes the red builds, I hopeJörg Hohensohn
2004-01-05Moved the low-level playback functionality into a new, separate module "mp3_p...Jörg Hohensohn
2004-01-04Got rid of the reset parameter to xxx_unsynched()Linus Nielsen Feltzing
2004-01-04ID3v2.3 treats the global unsynch flag in a silly way, so we have to unsynch ...Linus Nielsen Feltzing
2004-01-01nicer handling of button_flip(), swap stored value, too, and avoid race condi...Jörg Hohensohn
2003-12-31New recording feature: Prerecord up to 30 seconds before you press the Play k...Linus Nielsen Feltzing
2003-12-28Fixed yellow and red buildsLinus Nielsen Feltzing
2003-12-28Internal code cleanup - the header template is not taken from the stream if a...Linus Nielsen Feltzing
2003-12-28Internal code cleanup - the header template for the Xing header generation is...Linus Nielsen Feltzing