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