summaryrefslogtreecommitdiff
path: root/firmware (follow)
Commit message (Expand)AuthorAge
* Fixed broken unicode_munge()Linus Nielsen Feltzing2002-11-12
* 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
* Fixed file creation test case for new flags.Björn Stenberg2002-11-12
* Added '*PANIC*' string. Line is now wrapped on recorders. LED blinks slowly t...Björn Stenberg2002-11-12
* use the protos on the simulator as well, this should kill a warningDaniel Stenberg2002-11-11
* Correct flags to the open() call when recordingLinus Nielsen Feltzing2002-11-11
* Cosmetic: Replaced dozens of openfiles[fd] with 'file' pointers.Björn Stenberg2002-11-11
* Bugfix: Flags work better when they're binary...Björn Stenberg2002-11-11
* Added a truckload of test code.Björn Stenberg2002-11-11
* Added support for O_CREAT, O_APPEND and O_TRUNC.Björn Stenberg2002-11-11
* Added ftruncate().Björn Stenberg2002-11-11
* Added support for O_RDWR and lseek() while writing.Björn Stenberg2002-11-11
* Added a timeout debug panic for the recording DMA protocolLinus Nielsen Feltzing2002-11-11
* Bug fix for previous commit: write() always returned 0 on even sector writes.Björn Stenberg2002-11-11
* close() now does not truncate the file.Björn Stenberg2002-11-11
* An attempt to support older recorder modelsLinus Nielsen Feltzing2002-11-10
* Added recording functionalityLinus Nielsen Feltzing2002-11-10
* 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
* Corrected return value check.Björn Stenberg2002-11-05
* 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
* Added lseek() to chkfile test.Björn Stenberg2002-10-31
* Improved tests.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
* Remodeled as a test applicationBjörn Stenberg2002-10-30
* Fat driver test scriptBjörn Stenberg2002-10-30
* Better handling of large frames in V2 tagsLinus Nielsen Feltzing2002-10-29
* Now reads the tags frame by frame, to avoid missing frames when there are lar...Linus Nielsen Feltzing2002-10-28
* 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
* Fast forward near the end of the last song in a playlist didn't activate the ...Linus Nielsen Feltzing2002-10-28
* Better skipping of leading garbage. Fixes bug #625868.Linus Nielsen Feltzing2002-10-27
* 'fat' is now a ommand-line test toolBjörn Stenberg2002-10-23
* 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
* ldebugf() is only present in SIMULATOR, we set LDEBUGF to be the normalDaniel Stenberg2002-10-21
* removed use of uninitialized variableDaniel Stenberg2002-10-21
* Snapshot of file writing code. Bugs remain. Only short names are supported yet.Björn Stenberg2002-10-20