summaryrefslogtreecommitdiff
path: root/firmware/drivers (unfollow)
Commit message (Expand)Author
2002-11-18Bug fixes: 1) add_dir_entry() would update end-of-dir marker even when not su...Björn Stenberg
2002-11-18Added longname handling to fat_remove().Björn Stenberg
2002-11-15Long filename support added. (fat_remove() not updated yet.)Björn Stenberg
2002-11-15Cleaned up dir handling further.Björn Stenberg
2002-11-14Added check to avoid FAT sector 0 panic.Björn Stenberg
2002-11-13Directories are now handled as files, using fat_readwrite() instead of ata_re...Björn Stenberg
2002-11-12Added extra safety checks.Björn Stenberg
2002-11-12Added disk space to Info menu item. (Players press + to see it.)Björn Stenberg
2002-11-11Added ftruncate().Björn Stenberg
2002-11-11close() now does not truncate the file.Björn Stenberg
2002-11-09Greg's improved fat_cache_sector() function, now updates the second FATLinus Nielsen Feltzing
2002-11-08fat_cache_sector() wrote to the wrong sector when flushing an entry. Thanks t...Linus Nielsen Feltzing
2002-11-07Changed return code of ata_write_sectors() to be the same as for ata_read_sec...Björn Stenberg
2002-11-05Bug fixes: fat_seek(0) would sometimes start at sector 1. find_free_cluster()...Björn Stenberg
2002-11-04Bugfix: lseek() did not invalidate sector cache when seeking to start of file.Björn Stenberg
2002-11-04Bugfix: If last sector of a requested transfer was nonconsecutive, it would n...Björn Stenberg
2002-11-01Added remove()Björn Stenberg
2002-11-01Removed warning.Björn Stenberg
2002-10-31Fixed lseek().Björn Stenberg
2002-10-31More graceful handling when running out of space.Björn Stenberg
2002-10-31Fat writing update. File creation now works, though still only short filenames.Björn Stenberg
2002-10-30Some peak meter optimizationsLinus Nielsen Feltzing
2002-10-30Improved find_free_cluster(). Split readwrite() in two to simplify debugging.Björn Stenberg
2002-10-28The lcd_ascii-pointer is global for a while in order to be reachable fromKjell Ericson
2002-10-28New height for teh player simulator. The default is pixels of 4x4 in order toKjell Ericson
2002-10-23Fixed bug where first sector was skipped on reads.Björn Stenberg
2002-10-22Fat32 write updates: Nixed some bugs. Basic file creation now works. Todo: Lo...Björn Stenberg
2002-10-21Dubbled the size of player bitmap. The double height/width will be used toKjell Ericson
2002-10-21Added multiline scroll support.Markus Braun
2002-10-20Snapshot of file writing code. Bugs remain. Only short names are supported yet.Björn Stenberg
2002-10-18Undefined functions supplied for simulator in lcd-playersim.cMats Lidell
2002-10-17New size for the player window.Kjell Ericson
2002-10-16Removed all traces of the repeat and release masksLinus Nielsen Feltzing
2002-10-16Don't reboot unless we are connected to a chargerLinus Nielsen Feltzing
2002-10-15The player firmware now autodetects the LCD type. No need for two player vers...Linus Nielsen Feltzing
2002-10-12BUTTON_OFF was set in the player. my last changed made it apparentRobert Hak
2002-10-12I forgot to fix button masks (thanks hardeep)Robert Hak
2002-10-11declare the lcd_framebuffer "nicer" in the #ifdefDaniel Stenberg
2002-10-11Simulator icons not needed.Mats Lidell
2002-10-09Filters out AN5 keys if UP is pressed. Solves bug #619028.Linus Nielsen Feltzing
2002-10-08New analog button levels (again)Linus Nielsen Feltzing
2002-10-02Remote control now sends both key-down and key-up eventsLinus Nielsen Feltzing
2002-10-01Support getting width OR height of stringBjörn Stenberg
2002-09-30A lot more stable remote control handlingLinus Nielsen Feltzing
2002-09-27Philip Pertermanns peak meterLinus Nielsen Feltzing
2002-09-25More sensible (but probably still not working) power offLinus Nielsen Feltzing
2002-09-25Improved retry handlingBjörn Stenberg
2002-09-24New scroll code by Björn Fischer.Björn Stenberg
2002-09-24Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_gets...Björn Stenberg
2002-09-24Check status register for errorBjörn Stenberg