summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2005-11-14H300: Correct LCD type and CODEC buffer sizeLinus Nielsen Feltzing1-2/+2
2005-11-14iPod: Add backlight functions for NanoDave Chapman1-0/+12
2005-11-13First attempt at iPod threading.Thom Johansen2-17/+29
2005-11-13iPod fixes. Stack starts at stackend. Munge stack with 0xdeadbeef.Thom Johansen1-3/+10
2005-11-13Implement (unreliable) button detection using code from ipodlinux bootloader ...Dave Chapman1-3/+3
2005-11-13Allow S/PDIF as recording source in the archos simsLinus Nielsen Feltzing3-9/+9
2005-11-13removed set audio status method - will be using different approachAnton Oleynikov1-16/+0
2005-11-13Force -mlong-calls for iPod builds. This issue still needs investigating as ...Dave Chapman1-6/+0
2005-11-13new function to set audio status (to be used later)Anton Oleynikov1-0/+16
2005-11-13Add LCD_LIGHTGRAY and LCD_DARKGRAY macros and correctly use LCD_LIGHTGRAY in ...Dave Chapman1-0/+4
2005-11-13iPod: Remove duplicate placeholder #ifdefDave Chapman1-7/+0
2005-11-12Coldfire: Assembler optimised memcpy(), 2.4x...10x (avg. 6.8x) as fast as the...Jens Arnold2-19/+649
2005-11-12More iPod changesDave Chapman4-121/+157
2005-11-12iPod changesDave Chapman4-4/+14
2005-11-12Explicitly make int8_t a "signed char" for better portability. e.g. "char" i...Dave Chapman1-1/+1
2005-11-12Removed monitor option from audio_set_recording_options and the global settin...Andy3-11/+6
2005-11-12Use ICODE_ATTR instead of __attribute__ ((section(".icode")))Dave Chapman2-11/+8
2005-11-12Fix for broken simulatorsAndy2-1/+5
2005-11-12iRiver: Initial support for wav-recording in recording menu. Supports mic/lin...Andy10-322/+587
2005-11-11Patch #1352575 - Shorten codec from the ffmpeg project. Rockbox implementati...Dave Chapman2-0/+2
2005-11-11iPod: Code cleanup - the bootloader now compiles with zero warningsDave Chapman17-58/+111
2005-11-11The ID3v2 parser can now correctly skip to the next frame after parsing a fra...Linus Nielsen Feltzing1-0/+4
2005-11-10I meant that to be static.Thom Johansen1-1/+1
2005-11-10Moved all iPod specific code from lcd-16bit.c to lcd-ipod.c.Thom Johansen4-325/+337
2005-11-09H1x0: Put lcd_blit() intermediate buffers in IRAM instead of the current thre...Jens Arnold1-2/+2
2005-11-09Fix #define names.Thom Johansen1-2/+2
2005-11-09A couple of fixes for Nanos.Thom Johansen1-1/+9
2005-11-09Correct the LCD definition for the NanoDave Chapman1-1/+1
2005-11-09SH1: Changed UIE() to use the same reset method as on coldfire, using the wat...Jens Arnold3-20/+34
2005-11-08Removed a redundant commentLinus Nielsen Feltzing1-1/+0
2005-11-08Quick fix to make the h300 build workLinus Nielsen Feltzing1-0/+18
2005-11-0816-bit color for h300 for nowLinus Nielsen Feltzing1-1/+1
2005-11-08Unified the H100 and H300 startupLinus Nielsen Feltzing4-8/+13
2005-11-08H1x0: Assembler optimised remote lcd driver routine, used for low CPU frequen...Jens Arnold1-19/+133
2005-11-08Remove #warning left over from debugging. Sorry about that.Dave Chapman1-1/+0
2005-11-08Fixed the bug in ata.c preventing files from being read correctly.Miika Pekkarinen1-1/+1
2005-11-08Removed tabsHardeep Sidhu1-9/+9
2005-11-08If no previous track found, check if we're really at the end of playback or i...Hardeep Sidhu1-3/+18
2005-11-08Remove unnecessary #ifdefDave Chapman1-4/+0
2005-11-07Removed unused ata_standby(), changed return type of ata_sleep() to void, rem...Jens Arnold3-56/+3
2005-11-07Initial commit of work-in-progress iPod portDave Chapman24-21/+2178
2005-11-07Overlooked this one when changing sound_set() calls to the individual functions.Jens Arnold1-1/+1
2005-11-07Adjusted MAX_THREADS to be 2 more than the number of standard threads on all ...Jens Arnold1-0/+5
2005-11-07Enable bidirectional text support for remote lcd.Jens Arnold1-0/+4
2005-11-06The const police strikes and hits itself.Jens Arnold4-8/+8
2005-11-06Fixed recorder v2 simulators.Jens Arnold1-2/+2
2005-11-06Sound settings rework: * Put all fixed parameters (unit, decimals, step, min,...Jens Arnold13-304/+223
2005-11-06Corrected the bug with boolean settings (the inverted screen that couldn't be...Kevin Ferrare2-105/+208
2005-11-06Set remote LCD invert state in a clean way.Jens Arnold1-1/+1
2005-11-05System reboot from UIE() now works in all cases, even from a debug interrupt ...Jens Arnold1-2/+10