summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Experiment to cure the strange sound wuality problem with Line In recordingLinus Nielsen Feltzing2002-11-21
* In sync with default.Mats Lidell2002-11-21
* cruft removalRobert Hak2002-11-21
* Now uses timefuncs.h instead of time.hLinus Nielsen Feltzing2002-11-20
* More MAS voodoo resulting in more stable, maybe even working, recordingLinus Nielsen Feltzing2002-11-20
* Added mas_readver()Linus Nielsen Feltzing2002-11-20
* Instantaneous start of recordingLinus Nielsen Feltzing2002-11-20
* Only Recorders have RTCLinus Nielsen Feltzing2002-11-20
* New filename generation based on date/timeLinus Nielsen Feltzing2002-11-20
* Added rtc_read_multiple()Linus Nielsen Feltzing2002-11-20
* New time functionsLinus Nielsen Feltzing2002-11-20
* More recording stability, plus some feedbackLinus Nielsen Feltzing2002-11-19
* Now sets the correct frequencyLinus Nielsen Feltzing2002-11-19
* Removed some debug output.Björn Stenberg2002-11-19
* Added rename()Björn Stenberg2002-11-19
* Fixed some sim build errorsLinus Nielsen Feltzing2002-11-19
* Now uses IRQ for DEMAND instead of polling. This should improve the playback ...Linus Nielsen Feltzing2002-11-19
* 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
* Flush sector cache before truncating.Björn Stenberg2002-11-14
* Added close() return code checks, and an eof-write test.Björn Stenberg2002-11-14
* Added translated disk strings & recording stringArnaud de Bonald2002-11-14
* creat() now includes the O_TRUNC flag.Björn Stenberg2002-11-13
* Slightly more correct saving when recordingLinus Nielsen Feltzing2002-11-13
* Directories are now handled as files, using fat_readwrite() instead of ata_re...Björn Stenberg2002-11-13
* mpeg_stop() now yields to ensure that the mpeg is stopped when it returnsLinus Nielsen Feltzing2002-11-13
* Forgot to set the gain when entering the recording screenLinus Nielsen Feltzing2002-11-13
* No stops MP3 playback when entering the recording screenLinus Nielsen Feltzing2002-11-12
* Fixed broken unicode_munge()Linus Nielsen Feltzing2002-11-12
* Added extra safety checks.Björn Stenberg2002-11-12
* Added dummy fat_size() to make it linkDaniel 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
* will rockbox support other players?Robert Hak2002-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
* Now reloads the dir when leaving the recording screenLinus Nielsen Feltzing2002-11-11
* Mic gain was improperly savedLinus Nielsen Feltzing2002-11-11
* Bug fix for previous commit: write() always returned 0 on even sector writes.Björn Stenberg2002-11-11