summaryrefslogtreecommitdiff
path: root/firmware (unfollow)
Commit message (Expand)Author
2005-11-15Shave off an instruction by use of conditionals.Thom Johansen
2005-11-15Small optimisation to the lcd_update_rect function - read the framebuffer dat...Dave Chapman
2005-11-15Ensure the 16-bit framebuffer is aligned on a 4-byte boundaryDave Chapman
2005-11-14completed the CONFIG_BACKLIGHT transitionDaniel Stenberg
2005-11-14H300 backlightLinus Nielsen Feltzing
2005-11-14Fixes for new 16-bit framebuffer typeDave Chapman
2005-11-14Fix compile error on iPod build - RGB_PACK resolves to a function on the iPod...Dave Chapman
2005-11-14Added pcf50606 initLinus Nielsen Feltzing
2005-11-14The 16-bit LCD driver is now 16-bit for realLinus Nielsen Feltzing
2005-11-14H300 LCD and PCF50606 driversLinus Nielsen Feltzing
2005-11-14New type for the LCD frame buffer dataLinus Nielsen Feltzing
2005-11-14First version of the H300 LCD driverLinus Nielsen Feltzing
2005-11-14H300: First lame attempt to a pcf50606 driverLinus Nielsen Feltzing
2005-11-14No .S files should be compiled in the simulator buildsLinus Nielsen Feltzing
2005-11-14No assembler LCD driver yet for H300Linus Nielsen Feltzing
2005-11-14H300: Correct LCD type and CODEC buffer sizeLinus Nielsen Feltzing
2005-11-14iPod: Add backlight functions for NanoDave Chapman
2005-11-13First attempt at iPod threading.Thom Johansen
2005-11-13iPod fixes. Stack starts at stackend. Munge stack with 0xdeadbeef.Thom Johansen
2005-11-13Implement (unreliable) button detection using code from ipodlinux bootloader ...Dave Chapman
2005-11-13Allow S/PDIF as recording source in the archos simsLinus Nielsen Feltzing
2005-11-13removed set audio status method - will be using different approachAnton Oleynikov
2005-11-13Force -mlong-calls for iPod builds. This issue still needs investigating as ...Dave Chapman
2005-11-13new function to set audio status (to be used later)Anton Oleynikov
2005-11-13Add LCD_LIGHTGRAY and LCD_DARKGRAY macros and correctly use LCD_LIGHTGRAY in ...Dave Chapman
2005-11-13iPod: Remove duplicate placeholder #ifdefDave Chapman
2005-11-12Coldfire: Assembler optimised memcpy(), 2.4x...10x (avg. 6.8x) as fast as the...Jens Arnold
2005-11-12More iPod changesDave Chapman
2005-11-12iPod changesDave Chapman
2005-11-12Explicitly make int8_t a "signed char" for better portability. e.g. "char" i...Dave Chapman
2005-11-12Removed monitor option from audio_set_recording_options and the global settin...Andy
2005-11-12Use ICODE_ATTR instead of __attribute__ ((section(".icode")))Dave Chapman
2005-11-12Fix for broken simulatorsAndy
2005-11-12iRiver: Initial support for wav-recording in recording menu. Supports mic/lin...Andy
2005-11-11Patch #1352575 - Shorten codec from the ffmpeg project. Rockbox implementati...Dave Chapman
2005-11-11iPod: Code cleanup - the bootloader now compiles with zero warningsDave Chapman
2005-11-11The ID3v2 parser can now correctly skip to the next frame after parsing a fra...Linus Nielsen Feltzing
2005-11-10I meant that to be static.Thom Johansen
2005-11-10Moved all iPod specific code from lcd-16bit.c to lcd-ipod.c.Thom Johansen
2005-11-09H1x0: Put lcd_blit() intermediate buffers in IRAM instead of the current thre...Jens Arnold
2005-11-09Fix #define names.Thom Johansen
2005-11-09A couple of fixes for Nanos.Thom Johansen
2005-11-09Correct the LCD definition for the NanoDave Chapman
2005-11-09SH1: Changed UIE() to use the same reset method as on coldfire, using the wat...Jens Arnold
2005-11-08Removed a redundant commentLinus Nielsen Feltzing
2005-11-08Quick fix to make the h300 build workLinus Nielsen Feltzing
2005-11-0816-bit color for h300 for nowLinus Nielsen Feltzing
2005-11-08Unified the H100 and H300 startupLinus Nielsen Feltzing
2005-11-08H1x0: Assembler optimised remote lcd driver routine, used for low CPU frequen...Jens Arnold
2005-11-08Remove #warning left over from debugging. Sorry about that.Dave Chapman