summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2002-10-30Some peak meter optimizationsLinus Nielsen Feltzing1-8/+1
2002-10-30Improved find_free_cluster(). Split readwrite() in two to simplify debugging.Björn Stenberg1-62/+113
2002-10-30Remodeled as a test applicationBjörn Stenberg1-29/+95
2002-10-30Fat driver test scriptBjörn Stenberg1-0/+81
2002-10-29Better handling of large frames in V2 tagsLinus Nielsen Feltzing1-3/+9
2002-10-28Now reads the tags frame by frame, to avoid missing frames when there are lar...Linus Nielsen Feltzing1-75/+58
2002-10-28The lcd_ascii-pointer is global for a while in order to be reachable fromKjell Ericson1-1/+1
2002-10-28New height for teh player simulator. The default is pixels of 4x4 in order toKjell Ericson1-2/+2
2002-10-28Fast forward near the end of the last song in a playlist didn't activate the ...Linus Nielsen Feltzing1-29/+34
2002-10-27Better skipping of leading garbage. Fixes bug #625868.Linus Nielsen Feltzing3-8/+9
2002-10-23'fat' is now a ommand-line test toolBjörn Stenberg1-78/+70
2002-10-23Fixed bug where first sector was skipped on reads.Björn Stenberg1-30/+22
2002-10-22Fat32 write updates: Nixed some bugs. Basic file creation now works. Todo: Lo...Björn Stenberg5-105/+120
2002-10-21Dubbled the size of player bitmap. The double height/width will be used toKjell Ericson1-3/+3
2002-10-21Added multiline scroll support.Markus Braun3-78/+303
2002-10-21ldebugf() is only present in SIMULATOR, we set LDEBUGF to be the normalDaniel Stenberg1-1/+6
2002-10-21removed use of uninitialized variableDaniel Stenberg1-1/+1
2002-10-20Snapshot of file writing code. Bugs remain. Only short names are supported yet.Björn Stenberg10-292/+610
2002-10-18Added mpeg_set_pitch() stub to simulator.Björn Stenberg1-2/+0
2002-10-18Pitch steps changed to 0.1% instead of 1%.Björn Stenberg1-5/+8
2002-10-18Undefined functions supplied for simulator in lcd-playersim.cMats Lidell1-7/+8
2002-10-17New size for the player window.Kjell Ericson1-2/+4
2002-10-16Removed all traces of the repeat and release masksLinus Nielsen Feltzing2-55/+13
2002-10-16Don't reboot unless we are connected to a chargerLinus Nielsen Feltzing1-7/+5
2002-10-16Faster start of playback when Play/Next/PrevLinus Nielsen Feltzing1-10/+10
2002-10-15Fat32 test codeBjörn Stenberg3-6/+36
2002-10-15Unified player codeLinus Nielsen Feltzing1-2/+0
2002-10-15No longer neededLinus Nielsen Feltzing1-11/+0
2002-10-15Prevent the simulator from locking on play in a dir with all-empty files.Daniel Stenberg1-2/+4
2002-10-15Norm build fixLinus Nielsen Feltzing1-0/+1
2002-10-15Sim build fixLinus Nielsen Feltzing1-1/+1
2002-10-15The player firmware now autodetects the LCD type. No need for two player vers...Linus Nielsen Feltzing5-28/+57
2002-10-15Hardware compatibility functionsLinus Nielsen Feltzing2-0/+69
2002-10-15Killed a sim warningLinus Nielsen Feltzing1-0/+2
2002-10-15More debug infoLinus Nielsen Feltzing2-8/+18
2002-10-14Swapping is now done without the MPEG_SWAP message. Added some debugging func...Linus Nielsen Feltzing2-78/+128
2002-10-12BUTTON_OFF was set in the player. my last changed made it apparentRobert Hak1-1/+1
2002-10-12I forgot to fix button masks (thanks hardeep)Robert Hak1-1/+7
2002-10-11declare the lcd_framebuffer "nicer" in the #ifdefDaniel Stenberg1-4/+3
2002-10-11Simulator icons not needed.Mats Lidell1-4/+0
2002-10-11Enable status bar in usb mode.Markus Braun4-65/+43
2002-10-10Added fonts/*.bdfBjörn Stenberg1-0/+1
2002-10-10Missed a fontBjörn Stenberg1-3186/+0
2002-10-10Removed unused fonts.Björn Stenberg8-27600/+0
2002-10-10Partition debug screen added, and jumped to when no fat32 partition is found ...Björn Stenberg2-0/+7
2002-10-09'Reset settings' now also resets wps, font and language (although you have to...Björn Stenberg2-1/+7
2002-10-09Better handling of bad playlists, and when all tracks fit in memoryLinus Nielsen Feltzing1-0/+6
2002-10-09New version of the DMA underrun handlingLinus Nielsen Feltzing1-12/+17
2002-10-09Filters out AN5 keys if UP is pressed. Solves bug #619028.Linus Nielsen Feltzing1-10/+16
2002-10-09Buffer underrun handlingLinus Nielsen Feltzing1-5/+17