summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2002-08-20added functions to get the current marginsMarkus Braun2-0/+12
2002-08-20Faster, 8-bit bitswap by Magnus HolmgrenLinus Nielsen Feltzing3-61/+104
2002-08-20use the gcc option -ffreestanding: (quote from the gcc man page)Daniel Stenberg1-2/+2
2002-08-19Added support for the unofficial MPEG version 2.5 format that uses a somewhatDaniel Stenberg1-18/+37
2002-08-19Fall back to fixed font if loadable font is not presentBjörn Stenberg1-7/+11
2002-08-19Merged Hardeep's resume fix. Also mpeg_is_playing() now returns true even whe...Björn Stenberg1-6/+13
2002-08-16Added resume. Works in dirs and playlists, shuffled or not. Resumes mid-song,...Björn Stenberg4-28/+53
2002-08-16win32 makefileFelix Arends1-0/+59
2002-08-16less stack means more mem for fun and games ;-)Daniel Stenberg1-1/+1
2002-08-16No DAC3550A in the recorderLinus Nielsen Feltzing5-2/+21
2002-08-15VBR ID3 info works again. (I mistakenly left out a line from Hardeep's patch.)Björn Stenberg1-0/+1
2002-08-15Correction for fast-forward/rewindBjörn Stenberg1-2/+23
2002-08-15New backlight settings with always-offLinus Nielsen Feltzing1-5/+19
2002-08-15Removed warningBjörn Stenberg1-0/+1
2002-08-15Added delayed write for settings. Doesn't write until someone else accesses t...Björn Stenberg2-6/+32
2002-08-15Fixed font target for loadable fontsBjörn Stenberg1-3/+5
2002-08-15avoid flickering of battery level during the first minute of uptime by taking...Heikki Hannikainen1-0/+3
2002-08-15Now doesn't truncate the lenght when comparing path componentsLinus Nielsen Feltzing1-2/+1
2002-08-15tags target added for emacs-etags powerDaniel Stenberg1-0/+5
2002-08-15time/date setting works now with loadable and proportional fontsMarkus Braun1-0/+4
2002-08-15Killed a simulator warningLinus Nielsen Feltzing1-1/+1
2002-08-14Added Balance settingLinus Nielsen Feltzing2-25/+53
2002-08-14Removed section .pad, since it's no longer requiredBjörn Stenberg1-5/+0
2002-08-14Removed noteBjörn Stenberg1-1/+0
2002-08-14Added fast forward and rewind (without sound). Patch by Hardeep Sidhu.Björn Stenberg4-40/+191
2002-08-14fat_read() now reads multiple sectors per ATA commandBjörn Stenberg1-9/+18
2002-08-14Added support for reading/writing 256 sectorsBjörn Stenberg2-7/+14
2002-08-14Removed verbose debug messageBjörn Stenberg1-2/+0
2002-08-14Allow (slow) reading to odd addressBjörn Stenberg1-2/+15
2002-08-14Another strike against the evil distortion problemLinus Nielsen Feltzing3-2/+24
2002-08-14Skip id3v1 tag when loading mp3 dataBjörn Stenberg1-1/+4
2002-08-14Skip past id3v2 tag when loading mp3 dataBjörn Stenberg2-9/+10
2002-08-14Corrected the PLL valuesLinus Nielsen Feltzing1-6/+7
2002-08-13Gained about 128 KB buffer space by removing malloc() and the heapBjörn Stenberg5-25/+16
2002-08-13Removed warningBjörn Stenberg1-3/+1
2002-08-13Replaced busy loop with sleep()Björn Stenberg1-10/+6
2002-08-13If we're having loadable/proportional fonts, use them for everythingBjörn Stenberg1-4/+11
2002-08-13Use average of two samples at both ends of the range for calculating smoother...Heikki Hannikainen1-2/+6
2002-08-13Don't save settings on disk if it has no partition tableBjörn Stenberg2-0/+6
2002-08-13Added LCD contrast settingLinus Nielsen Feltzing2-15/+22
2002-08-12Big lcd_width only for simulator without HAVE_LCD_BITMAP.Mats Lidell1-1/+1
2002-08-12Mats Lidell joins the listRobert Hak1-0/+1
2002-08-12Changed lcd_width for simulator to match size of big font.Mats Lidell1-0/+4
2002-08-12Remote control support addedBjörn Stenberg3-39/+84
2002-08-12Tune charging algorithm: use more voltage samples (4 per minute) and discardHeikki Hannikainen2-32/+44
2002-08-12Code makeupBjörn Stenberg1-3/+3
2002-08-12Updated conventionsBjörn Stenberg1-10/+33
2002-08-11Removed extra pixel btwn charsBjörn Stenberg1-2/+1
2002-08-11Forgot to add the new filesBjörn Stenberg13-0/+31076
2002-08-11First version of loadable fonts patch by Alex GitelmanBjörn Stenberg7-38/+230