summaryrefslogtreecommitdiffstats
path: root/firmware/SOURCES
AgeCommit message (Expand)AuthorFilesLines
2006-03-07iAudio X5 target-specific ATA driver codeLinus Nielsen Feltzing1-0/+1
2006-03-05Basic battery monitoring for ipod 5g, should work on other ipods as well, but...Brandon Low1-1/+1
2006-02-28Allow building simulators on systems where errno is thread-local by using the...Jens Arnold1-0/+2
2006-02-26iPod 3G - initial (completely untested) attempt at audio supportDave Chapman1-1/+1
2006-02-23ADC driver for iAudio X5Linus Nielsen Feltzing1-0/+3
2006-02-23Include the correct source files for iAudio X5Linus Nielsen Feltzing1-0/+11
2006-02-22ARM optimised memset from Linux.Thom Johansen1-0/+4
2006-02-22Added memset16() for filling memory regions with 16 bit values, needed for up...Jens Arnold1-0/+5
2006-02-13iPod: Audio driver for iPod Video/5G. Rename wm8971_* functions to wmcodec_*...Dave Chapman1-0/+2
2006-02-10Fix iPod 4G grayscale warningsDave Chapman1-1/+1
2006-02-09Create an SDL sim for the iPod 4G Grayscale and also create an IPOD_ARCH defi...Dave Chapman1-2/+4
2006-02-06Added memmove() to the rockbox core. C implementation taken from newlib. Full...Jens Arnold1-0/+2
2006-02-05Create config file for iPod 4G greyscale and various iPod 3G/4G greyscale fixesDave Chapman1-1/+1
2006-02-05Further iPod 3G work from Seven Le MesleDave Chapman1-5/+11
2006-01-25First steps towards SDL sim for windowsLinus Nielsen Feltzing1-1/+1
2006-01-25GDB stub for ARMTomasz Malesinski1-0/+4
2006-01-18Profiling support, tools and documentation.Brandon Low1-0/+3
2006-01-12Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman1-0/+6
2005-12-22H300: RTC supportLinus Nielsen Feltzing1-1/+1
2005-12-18New target - iPod Video.Dave Chapman1-1/+4
2005-12-16iPod - Initial skeleton of an audio driverDave Chapman1-0/+2
2005-12-11iPod: Cleanup of i2c code and addition of RTC driverDave Chapman1-0/+3
2005-12-06move some code from .h files to .c files and polish unicode.c a bitMarcoen Hirschberg1-0/+1
2005-12-06waiting is over: initial unicode commitMarcoen Hirschberg1-0/+3
2005-12-04Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC define...Dave Chapman1-2/+0
2005-12-04Split the HAVE_RTC define into HAVE_RTC, HAVE_RTC_RAM and CONFIG_RTC - in pre...Dave Chapman1-0/+2
2005-11-21Backlight handling: * Added 'Caption Backlight' and 'Backlight On When Chargi...Jens Arnold1-2/+0
2005-11-20removed old statusbar and buttonbar codeKevin Ferrare1-2/+0
2005-11-1516bit colour support (H300) for the win32 simulator.Jens Arnold1-3/+3
2005-11-14H300 LCD and PCF50606 driversLinus Nielsen Feltzing1-0/+6
2005-11-14No .S files should be compiled in the simulator buildsLinus Nielsen Feltzing1-2/+2
2005-11-12Coldfire: Assembler optimised memcpy(), 2.4x...10x (avg. 6.8x) as fast as the...Jens Arnold1-4/+1
2005-11-10Moved all iPod specific code from lcd-16bit.c to lcd-ipod.c.Thom Johansen1-0/+3
2005-11-07Initial commit of work-in-progress iPod portDave Chapman1-0/+4
2005-10-08Fixed a problem with dircache where filetree modified dircacheMiika Pekkarinen1-0/+2
2005-10-07Implemented directory caching. No more waiting for disk to spin up whileMiika Pekkarinen1-0/+1
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold1-4/+4
2005-08-08Patch #783877 by Gadi Cohen updated by Naftali Goldstein - Bidirectional text...Linus Nielsen Feltzing1-0/+1
2005-08-06iAudio: First unfinished attempt for tlv320 driver and rockbox integrationChristian Gmeiner1-1/+3
2005-07-31iAudio, iRiver: As both platforms use the same i2c interface i have renamed i...Christian Gmeiner1-2/+2
2005-07-26Moved implementation of user timer to the firmware layer, implemented it for ...Jens Arnold1-0/+1
2005-07-24ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.Magnus Holmgren1-0/+3
2005-07-19Renamed MAX_LEVEL to LCD_MAX_LEVEL to match the naming scheme. Preparations f...Jens Arnold1-2/+2
2005-07-18Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner1-1/+1
2005-07-05Patch #1232549 by Ryan Jackson, adds seeking and comments to Vorbis playbackLinus Nielsen Feltzing1-0/+1
2005-06-30pcm_record.c depends on UDA1380, not h100...Daniel Stenberg1-1/+1
2005-06-29for now, the build assumes a LCD_S1D15E06 display on the h300Daniel Stenberg1-1/+0
2005-06-21Assembler optimised memset() for coldfire. Speed increase ranging from a few ...Jens Arnold1-2/+5
2005-06-19Iriver: First attempt at recording. Use Info->Debug->PCM recording to test re...Andy1-0/+3
2005-06-18pcm_playback.c is not for simsDaniel Stenberg1-1/+1