summaryrefslogtreecommitdiffstats
path: root/firmware/export
AgeCommit message (Expand)AuthorFilesLines
2007-01-13Setup LCD ourselves; move LCD buffer and TTB to free up 1.7MB of memoryGreg White3-5/+10
2007-01-12Updated bootloader for H120/H140 and entirely disabled flashing code for H100...Miika Pekkarinen1-5/+8
2007-01-12Prepare core support for the iriver bootloader supporting ROM imagesMiika Pekkarinen3-5/+17
2007-01-09Removed executable flagLinus Nielsen Feltzing4-0/+0
2007-01-08Updated buttonlights for the Gigabeat port. Added LCD controller off and on f...Steve Gotthardt1-0/+2
2007-01-07Allow one more thread on swcodec to make mpegplayer work on targets with remo...Jens Arnold1-1/+1
2007-01-04Fix simulator buildGreg White1-3/+3
2007-01-04Move invalidate_icache macro to function in GB target tree, GB onlyGreg White1-0/+7
2007-01-04Use DMA for Blit to screen/clearGreg White1-0/+6
2007-01-04Added HAVE_BACKLIGHT_SET_FADING because the Gigabeat backlight works that way.Steve Gotthardt1-0/+4
2007-01-04Moved the HAVE_USB_POWER into the !Simulator section so that the simulator bu...Steve Gotthardt1-3/+3
2007-01-01Split the enable_fiq(fiq_handler) function into separate set_fiq_handler(fiq_...Dave Chapman1-1/+4
2006-12-31Another modified-build simplification: Just uncomment the #define for an ATA ...Jens Arnold1-0/+4
2006-12-30Made building for backlight-modded Ondios a bit easier: Just uncomment the #d...Jens Arnold2-0/+6
2006-12-29merge a big part of the unofficial gigabeat cvs back. Includes working bootlo...Marcoen Hirschberg2-18/+35
2006-12-22Make AB mode uable on the ipods. In AB mode select is used to set/resetJonathan Gordon6-0/+6
2006-12-20iPod 3G is also PortalPlayer so should use the common USB driver.Barry Wardell1-0/+6
2006-12-20Combine USB code for all PortalPlayer targets since they most likely all use ...Barry Wardell1-3/+5
2006-12-19Convert queues to use intptr_t for event data and return values as most of th...Michael Sevakis1-7/+8
2006-12-19Add working dual-boot bootloaders for H10 and Sansa, which allow booting the ...Barry Wardell3-0/+3
2006-12-18FS#6096. Recording on PortalPlayer targets (H10, iPod Video, iPod 4g, iPod Co...Barry Wardell10-8/+54
2006-12-17Fix freeze/crash problems when scrolling very long strings (like filenames or...Magnus Holmgren1-1/+2
2006-12-17SWCODEC recording: More cleanup of stuff after queue additions and audio driv...Michael Sevakis1-0/+5
2006-12-16Goofed some preprocessor stuff finalizing things.Michael Sevakis1-2/+4
2006-12-16Add queue_send synchronous message sending. Right now only for SWCODEC. Actua...Michael Sevakis3-2/+36
2006-12-10Improved charger detection for SansaDaniel Ankers1-2/+2
2006-12-10Charger detection for SansaDaniel Ankers1-3/+3
2006-12-10Place all recording functionality on pcmrec thread to serialize all recording...Michael Sevakis3-8/+49
2006-12-09Move I2S initialisation out of the Wolfson codec driverDaniel Ankers2-1/+20
2006-12-06put back the return types which got lost in the previous commitMarcoen Hirschberg2-3/+3
2006-12-06move some audio driver specific code to the correspoding filesMarcoen Hirschberg6-0/+46
2006-12-06first step in audio driver unification: renaming the functions to audio_*Marcoen Hirschberg6-74/+74
2006-12-06Small change to PCM recording API for low latency effects. Latency can be as ...Michael Sevakis2-7/+11
2006-12-05Removed the cpu boost tracking debug feature for now because ofMiika Pekkarinen1-26/+0
2006-12-04Much simpler implementation of large virtual sector support, not needing larg...Jens Arnold2-10/+6
2006-12-03Add support (runtime detection) for 2048 bytes/sector filesystem.Miika Pekkarinen1-2/+11
2006-11-29PCM: A few tiny changes. 1) Recording a) Flush all pending files if filename ...Michael Sevakis2-0/+25
2006-11-29Prevent the click of death when connecting an ipod to usb.Miika Pekkarinen1-0/+1
2006-11-28SWCODEC: Audio-related threads must be free of further tasks before returning...Michael Sevakis1-2/+2
2006-11-27Moved archos button reading to target tree. * Cleanup of button.[ch]. * Deact...Jens Arnold1-121/+6
2006-11-26Backdrop support in the X5 remote LCD driver. Still needs to be wired to the ...Jens Arnold1-0/+5
2006-11-26dont allow the ata callbacks to be run less than once every 30s unlessJonathan Gordon1-2/+2
2006-11-24Recording, SWCODEC: Put config value string in the wrong order.Michael Sevakis1-1/+1
2006-11-24Recording: Add AIFF recording to SWCODEC. Note: AIFF playback chokes on sampl...Michael Sevakis2-1/+10
2006-11-23iRiver/iAudio: Added audio_set_recording gain and sound_default to plugin API...Michael Sevakis2-4/+13
2006-11-22Sansa doesn't use a Wolfson codec. Various other changes to allow Sansa to c...Daniel Ankers1-2/+4
2006-11-22Change if CONFIG_CPU==PP50XX to ifdef CPU_PP where appropriateDaniel Ankers3-4/+3
2006-11-21H100 series: Adjusted gray scale balance and default contrast for more linear...Michael Sevakis2-2/+2
2006-11-20BMP loader: Remote LCD format support.Jens Arnold1-1/+2
2006-11-18Changed #ifdef USE_IRAM to #ifdef IRAM_STEAL. Also want to check if results a...Michael Sevakis1-1/+1