summaryrefslogtreecommitdiff
path: root/firmware (follow)
Commit message (Collapse)AuthorAge
...
* Initialize return code at start of loop, not at the end.Björn Stenberg2003-03-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3440 a1c6a512-1295-4272-9138-f99709370657
* Removed CPU Sleep setting. It's now permanently enabled.Björn Stenberg2003-03-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3434 a1c6a512-1295-4272-9138-f99709370657
* flush_cache() failure should still return error.Björn Stenberg2003-03-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3433 a1c6a512-1295-4272-9138-f99709370657
* Bug fix: If head bytes were read but sector read failed, return head byte ↵Björn Stenberg2003-03-12
| | | | | | count instead of error. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3432 a1c6a512-1295-4272-9138-f99709370657
* Killed compiling error on debug buildsLinus Nielsen Feltzing2003-03-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3425 a1c6a512-1295-4272-9138-f99709370657
* Killed a warningLinus Nielsen Feltzing2003-03-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3423 a1c6a512-1295-4272-9138-f99709370657
* Don't accidentally add Xing headers to CBR filesLinus Nielsen Feltzing2003-03-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3419 a1c6a512-1295-4272-9138-f99709370657
* Experimental Xing header generation added. Use with cautionLinus Nielsen Feltzing2003-03-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3418 a1c6a512-1295-4272-9138-f99709370657
* Faster disk updates with the flush() functionLinus Nielsen Feltzing2003-03-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3417 a1c6a512-1295-4272-9138-f99709370657
* Zagor added the flush() functionLinus Nielsen Feltzing2003-03-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3416 a1c6a512-1295-4272-9138-f99709370657
* Ignore duplicate id3v2 tags or frames. Patch by Bill Napier.Björn Stenberg2003-03-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3413 a1c6a512-1295-4272-9138-f99709370657
* I hate it when rippers don't follow the ID3V2 specsLinus Nielsen Feltzing2003-03-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3412 a1c6a512-1295-4272-9138-f99709370657
* New ID3 and MP3 stream parser, plus not-yet-ready Xing header generation codeLinus Nielsen Feltzing2003-03-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3410 a1c6a512-1295-4272-9138-f99709370657
* Updated with new export dirBjörn Stenberg2003-03-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3404 a1c6a512-1295-4272-9138-f99709370657
* Don't reboot if charger is connected when sleep timer expires, just stop the ↵Björn Stenberg2003-03-07
| | | | | | music. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3397 a1c6a512-1295-4272-9138-f99709370657
* update_fat_entry() set the wrong cache line dirty if bpb_resvdseccnt wasn't ↵Linus Nielsen Feltzing2003-03-04
| | | | | | divisible by 32 (didn't compensate for the reserved sector count) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3379 a1c6a512-1295-4272-9138-f99709370657
* Massively code-policed. We keep source lines less than 80 columns...Daniel Stenberg2003-03-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3378 a1c6a512-1295-4272-9138-f99709370657
* if MEM is not set, set it to 2Daniel Stenberg2003-03-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3377 a1c6a512-1295-4272-9138-f99709370657
* Found the only one point that led to imcompatibility of the CVS code with a ↵Uwe Freese2003-03-03
| | | | | | 8MB AJB. Finally, CVS is 8 MB-mod compliant. :-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3374 a1c6a512-1295-4272-9138-f99709370657
* estimate 22 percent longer runtime when having 8 MB, assuming 192 kbps files ↵Uwe Freese2003-03-03
| | | | | | again git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3372 a1c6a512-1295-4272-9138-f99709370657
* export MEM variable in firmware and appsUwe Freese2003-03-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3371 a1c6a512-1295-4272-9138-f99709370657
* Even more return code checking when recordingLinus Nielsen Feltzing2003-03-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3366 a1c6a512-1295-4272-9138-f99709370657
* Now correctly skips ID3V1 tags to avoid gaps between tracksLinus Nielsen Feltzing2003-03-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3365 a1c6a512-1295-4272-9138-f99709370657
* Added three new channel modes: Stereo narrow, Stereo wide, and Karaoke ↵Björn Stenberg2003-02-27
| | | | | | (voice filter). Patch by Remo Hofer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3356 a1c6a512-1295-4272-9138-f99709370657
* New option: Invert display. Patch by Mark Hillebrand.Björn Stenberg2003-02-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3355 a1c6a512-1295-4272-9138-f99709370657
* An attempt to get rid of the "red freeze" problem: Perform a soft reset on ↵Björn Stenberg2003-02-27
| | | | | | read error. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3351 a1c6a512-1295-4272-9138-f99709370657
* code policeRobert Hak2003-02-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3350 a1c6a512-1295-4272-9138-f99709370657
* set mp3end correctly depending on memory sizeDaniel Stenberg2003-02-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3349 a1c6a512-1295-4272-9138-f99709370657
* not used anymore, see app.ldsDaniel Stenberg2003-02-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3348 a1c6a512-1295-4272-9138-f99709370657
* Moved to one single .lds file for ALL builds.Daniel Stenberg2003-02-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3347 a1c6a512-1295-4272-9138-f99709370657
* The new preprocessed version of this file allows us to use #definesDaniel Stenberg2003-02-26
| | | | | | | and macros, and we now take advantage of that to set DRAM size. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3346 a1c6a512-1295-4272-9138-f99709370657
* this is not being used anymoreDaniel Stenberg2003-02-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3343 a1c6a512-1295-4272-9138-f99709370657
* Enhanced error codes for better error trackingLinus Nielsen Feltzing2003-02-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3341 a1c6a512-1295-4272-9138-f99709370657
* rename() didn't close the file if the target name exists, and didn't return ↵Linus Nielsen Feltzing2003-02-26
| | | | | | | | | a negative error code Enhanced the return codes to make it easier to track panics. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3340 a1c6a512-1295-4272-9138-f99709370657
* Faster shutoff with OFF key on FM RecorderLinus Nielsen Feltzing2003-02-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3331 a1c6a512-1295-4272-9138-f99709370657
* Code Police is never wrong. Ugh!Björn Stenberg2003-02-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3325 a1c6a512-1295-4272-9138-f99709370657
* Lame debug outputLinus Nielsen Feltzing2003-02-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3322 a1c6a512-1295-4272-9138-f99709370657
* Safer recording, now closes the file after each successful buffer saveLinus Nielsen Feltzing2003-02-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3321 a1c6a512-1295-4272-9138-f99709370657
* Fixed bug #688807, now the Idle poweroff works on FM recorder. Also disabled ↵Linus Nielsen Feltzing2003-02-21
| | | | | | ATA-poweroff. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3312 a1c6a512-1295-4272-9138-f99709370657
* Decreased the thread context table size to save space in IRAMLinus Nielsen Feltzing2003-02-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3311 a1c6a512-1295-4272-9138-f99709370657
* moved the single-letter wildcard to a single line to prevent the tarball-Daniel Stenberg2003-02-17
| | | | | | | generating script from outputting a minor warning! ;-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3285 a1c6a512-1295-4272-9138-f99709370657
* include "standard" files with <> and not ""Daniel Stenberg2003-02-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3266 a1c6a512-1295-4272-9138-f99709370657
* this fixes the win32 simulator compilationFelix Arends2003-02-14
| | | | | | | | the simulator does not use the firmare\include path, instead it uses standard header files those header files that do not exist in the SDK are placed in the win32 directory (dir.h, sprintf.h) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3264 a1c6a512-1295-4272-9138-f99709370657
* Allow simulators to use battery constantsBjörn Stenberg2003-02-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3262 a1c6a512-1295-4272-9138-f99709370657
* The power-saving SLEEP patch by Simon Elén.Björn Stenberg2003-02-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3259 a1c6a512-1295-4272-9138-f99709370657
* Fixed dependency on moved thread.hBjörn Stenberg2003-02-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3256 a1c6a512-1295-4272-9138-f99709370657
* Fixed the 3-hour time display bug, plus some cosmetic changesLinus Nielsen Feltzing2003-02-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3253 a1c6a512-1295-4272-9138-f99709370657
* Correct saving of channel config (patch by Remo Hofer)Linus Nielsen Feltzing2003-02-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3252 a1c6a512-1295-4272-9138-f99709370657
* Mike Holden's patch that corrects the FM charger plugged symbolUwe Freese2003-02-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3251 a1c6a512-1295-4272-9138-f99709370657
* these are now present in export/Daniel Stenberg2003-02-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3249 a1c6a512-1295-4272-9138-f99709370657