summaryrefslogtreecommitdiff
path: root/firmware (unfollow)
Commit message (Expand)Author
2005-11-08Fixed the bug in ata.c preventing files from being read correctly.Miika Pekkarinen
2005-11-08Removed tabsHardeep Sidhu
2005-11-08If no previous track found, check if we're really at the end of playback or i...Hardeep Sidhu
2005-11-08Remove unnecessary #ifdefDave Chapman
2005-11-07Removed unused ata_standby(), changed return type of ata_sleep() to void, rem...Jens Arnold
2005-11-07Initial commit of work-in-progress iPod portDave Chapman
2005-11-07Overlooked this one when changing sound_set() calls to the individual functions.Jens Arnold
2005-11-07Adjusted MAX_THREADS to be 2 more than the number of standard threads on all ...Jens Arnold
2005-11-07Enable bidirectional text support for remote lcd.Jens Arnold
2005-11-06The const police strikes and hits itself.Jens Arnold
2005-11-06Fixed recorder v2 simulators.Jens Arnold
2005-11-06Sound settings rework: * Put all fixed parameters (unit, decimals, step, min,...Jens Arnold
2005-11-06Corrected the bug with boolean settings (the inverted screen that couldn't be...Kevin Ferrare
2005-11-06Set remote LCD invert state in a clean way.Jens Arnold
2005-11-05System reboot from UIE() now works in all cases, even from a debug interrupt ...Jens Arnold
2005-11-05Fixup of the MCF5249 memory mapped register definitions.Jens Arnold
2005-11-03Coldfire: The memory guard configuration routine didn't correctly return the ...Jens Arnold
2005-11-03Coldfire: Properly handle the SDRAM refresh timing on CPU frequency changes. ...Jens Arnold
2005-11-02Allow bigger delay setting in LAME header.Thom Johansen
2005-10-31Oops. Forgot to increase the codec size for H100.Dave Chapman
2005-10-31Increase codec size to 512KB in preparation for AAC codecDave Chapman
2005-10-31Add AAC audio typeDave Chapman
2005-10-31SH1 memcpy(): Slightly changed loop concept: saved 4 bytes, and the long+1 ca...Jens Arnold
2005-10-30Further optimised SH1 memcpy(): Lower latency for very small blocks, faster l...Jens Arnold
2005-10-30Skip ID3v2 tags at the start of a FLAC file.Dave Chapman
2005-10-28USB power mode: Made the code ignore the power button (On for recorder fm/v2,...Jens Arnold
2005-10-22Seeking support for AC3/A52 files. We assume they are always CBR.Dave Chapman
2005-10-22Coldfire: slight optimisations of memset().Jens Arnold
2005-10-20Now correctly interrupting the dircache rebuilding.Miika Pekkarinen
2005-10-19Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR at...Jens Arnold
2005-10-18Coldfire: More compact init code.Jens Arnold
2005-10-18SH1: More compact init code, only doing the special vector copy for debug bui...Jens Arnold
2005-10-18H110/H115: Slightly longer initial SDRAM refresh cycle, correct comment.Jens Arnold
2005-10-14Removed unused variable.Jens Arnold
2005-10-14Coldfire: (1) Keep the correct CRSEL and CLSEL values in the PLLCR register f...Jens Arnold
2005-10-13Fixed non-working treble & bass settings in radio mode.Jens Arnold
2005-10-10Iriver: No write protection for flash ROM area, correct number of waitstates.Jens Arnold
2005-10-09Do not try to read from dircache if directory was opened when cache was notMiika Pekkarinen
2005-10-08Ported the memory guard debug feature to coldfire, using the breakpoint logic...Jens Arnold
2005-10-08Fixed a problem with dircache where filetree modified dircacheMiika Pekkarinen
2005-10-07Fixed the bootloader compile failure by disabling new directory cacheMiika Pekkarinen
2005-10-07Implemented directory caching. No more waiting for disk to spin up whileMiika Pekkarinen
2005-10-06Cosmetic correction (doesn't affect compiled code) - use letohNN instead of h...Dave Chapman
2005-10-06Fix channel-swapping bug in iriver recordings. Left and Right channels shoul...Dave Chapman
2005-10-06Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - leto...Dave Chapman
2005-10-03iRiver: remove some code that isn't needed any more.Magnus Holmgren
2005-10-03Coldfire: New timer handling on CPU frequency change, adjusting the prescaler...Jens Arnold
2005-09-30Ooops, forgot to fix that comment.Jens Arnold
2005-09-30H1x0: Changed lcd_blit() and the grayscale library to use the same internal f...Jens Arnold
2005-09-25Rather obvious simplification of the mpeg frametime fraction calculation.Jens Arnold