summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
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
2004-01-09Removed mallocBjörn Stenberg1-4/+0
2004-01-09The Unicode parser now handles unterminated strings, plus it tries to guess t...Linus Nielsen Feltzing1-2/+22
2004-01-08ancient experimental test code not used for 2+ years, removedDaniel Stenberg6-323/+0
2004-01-08prehistoric stuff never usedDaniel Stenberg2-957/+0
2004-01-08malloc is not used in RockboxDaniel Stenberg4-475/+0
2004-01-08not usedDaniel Stenberg9-1792/+0
2004-01-08Fixed the newly introduced hang when leaving the recording screenLinus Nielsen Feltzing1-0/+3
2004-01-08add newline at end of file as older gcc compilers warn about thisDaniel Stenberg1-1/+1
2004-01-06typo: one create_thread() too many, caused crashJörg Hohensohn1-3/+0
2004-01-05still trying to fix the sim (blindfolded)Jörg Hohensohn1-0/+4
2004-01-05fixes the red builds, I hopeJörg Hohensohn1-49/+53
2004-01-05Moved the low-level playback functionality into a new, separate module "mp3_p...Jörg Hohensohn4-912/+1056
2004-01-04Got rid of the reset parameter to xxx_unsynched()Linus Nielsen Feltzing1-12/+8
2004-01-04ID3v2.3 treats the global unsynch flag in a silly way, so we have to unsynch ...Linus Nielsen Feltzing1-26/+79
2004-01-01nicer handling of button_flip(), swap stored value, too, and avoid race condi...Jörg Hohensohn1-11/+21
2003-12-31New recording feature: Prerecord up to 30 seconds before you press the Play k...Linus Nielsen Feltzing2-184/+405
2003-12-28Fixed yellow and red buildsLinus Nielsen Feltzing1-0/+2
2003-12-28Internal code cleanup - the header template is not taken from the stream if a...Linus Nielsen Feltzing1-7/+5
2003-12-28Internal code cleanup - the header template for the Xing header generation is...Linus Nielsen Feltzing1-23/+21
2003-12-24oops, optimized lcd_bitmap() too much, obey the clear flagJörg Hohensohn1-1/+1
2003-12-23Screen buffer transposed, such that bytes in X-direction are consecutive. Thi...Jörg Hohensohn3-23/+26
2003-12-21Moved memset() out of .iramBjörn Stenberg1-6/+0
2003-12-20Upside Down option for display (and buttons) now wired into the display setti...Jörg Hohensohn2-0/+50
2003-12-17Improved timing in soft_reset. This hopefully cures spontaneous Red Led freezes.Björn Stenberg1-2/+2
2003-12-15Without having a clue about the actual platform, I hereby announce that theDaniel Stenberg1-0/+3
2003-12-15kill a compiler warningDaniel Stenberg1-0/+1
2003-12-15xoffset is only when not building for a simulator (for now)Daniel Stenberg1-0/+2
2003-12-15Ooops! I forgot to remove my debugging changesLinus Nielsen Feltzing1-1/+1
2003-12-15Now correctly informs gcc that r0 is clobbered in lcd_write_data(). The video...Linus Nielsen Feltzing1-0/+1
2003-12-15Fix for the LED problem in lcd_write_data(). The r0 register was not preserve...Linus Nielsen Feltzing1-3/+3
2003-12-12LCD flip (upside down) and a high-performance blit functionJörg Hohensohn3-7/+158
2003-12-12restart the byte counter on a new recorded fileDaniel Stenberg1-0/+1
2003-12-12All platforms don't have USBDaniel Stenberg2-4/+11
2003-12-12link support for NeoDaniel Stenberg1-0/+79
2003-12-12Additional Neo supportDaniel Stenberg7-2/+82
2003-12-12first attempt at Neo 35 configDaniel Stenberg1-0/+43