summaryrefslogtreecommitdiff
path: root/firmware/drivers/fat.h (follow)
Commit message (Expand)AuthorAge
* Move publicly (from apps) accessed files from drivers/ to export/.Daniel Stenberg2003-02-07
* The dir code is now reentrant.Björn Stenberg2003-01-29
* Directories can now be renamed too.Björn Stenberg2003-01-27
* Added recalculation of free disk space. Press PLAY in Debug->Disk Info->Free ...Björn Stenberg2002-12-09
* Added rename()Björn Stenberg2002-11-19
* Added longname handling to fat_remove().Björn Stenberg2002-11-18
* Cleaned up dir handling further.Björn Stenberg2002-11-15
* Directories are now handled as files, using fat_readwrite() instead of ata_re...Björn Stenberg2002-11-13
* Added disk space to Info menu item. (Players press + to see it.)Björn Stenberg2002-11-12
* close() now does not truncate the file.Björn Stenberg2002-11-11
* Fat writing update. File creation now works, though still only short filenames.Björn Stenberg2002-10-31
* Fat32 write updates: Nixed some bugs. Basic file creation now works. Todo: Lo...Björn Stenberg2002-10-22
* Snapshot of file writing code. Bugs remain. Only short names are supported yet.Björn Stenberg2002-10-20
* Don't save settings on disk if it has no partition tableBjörn Stenberg2002-08-13
* struct bpb does not have to be globalBjörn Stenberg2002-05-30
* Fixed compiler warningsBjörn Stenberg2002-05-14
* Changed to global 'bpb' structBjörn Stenberg2002-05-03
* Added disk/partition handlingBjörn Stenberg2002-05-03
* Renamed get_bpb() into fat_mount() and added it to the API.Björn Stenberg2002-04-29
* Added longname handlingBjörn Stenberg2002-04-27
* Added fat_seek()Björn Stenberg2002-04-27
* Added fat_open() and fat_read().Björn Stenberg2002-04-27
* Cluster chaining now works.Björn Stenberg2002-04-27
* FAT updateBjörn Stenberg2002-04-26
* Moved driver to 'drivers' subdirBjörn Stenberg2002-04-23