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