summaryrefslogtreecommitdiff
path: root/firmware (follow)
Commit message (Expand)AuthorAge
...
* Coldfire: Assembler optimised memcpy(), 2.4x...10x (avg. 6.8x) as fast as the...Jens Arnold2005-11-12
* More iPod changesDave Chapman2005-11-12
* iPod changesDave Chapman2005-11-12
* Explicitly make int8_t a "signed char" for better portability. e.g. "char" i...Dave Chapman2005-11-12
* Removed monitor option from audio_set_recording_options and the global settin...Andy2005-11-12
* Use ICODE_ATTR instead of __attribute__ ((section(".icode")))Dave Chapman2005-11-12
* Fix for broken simulatorsAndy2005-11-12
* iRiver: Initial support for wav-recording in recording menu. Supports mic/lin...Andy2005-11-12
* Patch #1352575 - Shorten codec from the ffmpeg project. Rockbox implementati...Dave Chapman2005-11-11
* iPod: Code cleanup - the bootloader now compiles with zero warningsDave Chapman2005-11-11
* The ID3v2 parser can now correctly skip to the next frame after parsing a fra...Linus Nielsen Feltzing2005-11-11
* I meant that to be static.Thom Johansen2005-11-10
* Moved all iPod specific code from lcd-16bit.c to lcd-ipod.c.Thom Johansen2005-11-10
* H1x0: Put lcd_blit() intermediate buffers in IRAM instead of the current thre...Jens Arnold2005-11-09
* Fix #define names.Thom Johansen2005-11-09
* A couple of fixes for Nanos.Thom Johansen2005-11-09
* Correct the LCD definition for the NanoDave Chapman2005-11-09
* SH1: Changed UIE() to use the same reset method as on coldfire, using the wat...Jens Arnold2005-11-09
* Removed a redundant commentLinus Nielsen Feltzing2005-11-08
* Quick fix to make the h300 build workLinus Nielsen Feltzing2005-11-08
* 16-bit color for h300 for nowLinus Nielsen Feltzing2005-11-08
* Unified the H100 and H300 startupLinus Nielsen Feltzing2005-11-08
* H1x0: Assembler optimised remote lcd driver routine, used for low CPU frequen...Jens Arnold2005-11-08
* Remove #warning left over from debugging. Sorry about that.Dave Chapman2005-11-08
* 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