summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2006-12-19Preparation for disks >137 GB, use BigLBA 48 bit addressing if necessary. Onl...Jörg Hohensohn1-16/+65
2006-12-19Woops. Missed a file.Michael Sevakis1-4/+4
2006-12-19Convert queues to use intptr_t for event data and return values as most of th...Michael Sevakis12-75/+77
2006-12-19Add working dual-boot bootloaders for H10 and Sansa, which allow booting the ...Barry Wardell8-112/+218
2006-12-19Forgot to remove the ata_address_detect() declaration.Jens Arnold1-1/+0
2006-12-19Archos: Moved the ata_address_detect() code into ata_device_init(), removing ...Jens Arnold3-22/+17
2006-12-18Add support for Sansa scrollwheel backlight. Turn light on when scrollwheel i...Barry Wardell1-1/+32
2006-12-18Hardcode a value for the battery level until we figure out the power manageme...Barry Wardell1-1/+5
2006-12-18Fix more warnings. Don't compile PortalPlayer pcm code in bootloader builds.Barry Wardell2-1/+3
2006-12-18Fix more compile errors/warnings.Barry Wardell2-1/+7
2006-12-18Fix compile errors.Barry Wardell2-4/+4
2006-12-18Fix some warnings from previous commit.Barry Wardell2-2/+2
2006-12-18FS#6096. Recording on PortalPlayer targets (H10, iPod Video, iPod 4g, iPod Co...Barry Wardell18-360/+918
2006-12-17Fix freeze/crash problems when scrolling very long strings (like filenames or...Magnus Holmgren2-3/+4
2006-12-17Attempt at fixing 64-bit sim warning.Michael Sevakis1-0/+4
2006-12-17I2S_MASTER is bit 25, not 0x25Barry Wardell1-1/+1
2006-12-17Coldfire: More efficient and compact peaking code. Hope the build doesn't whi...Michael Sevakis1-138/+89
2006-12-17SWCODEC recording: More cleanup of stuff after queue additions and audio driv...Michael Sevakis4-60/+33
2006-12-17SWCODEC: More recording simplifications and less UI hanging in some cases usi...Michael Sevakis1-37/+16
2006-12-16Commit the kinds of changes that queue_send is mean for.Michael Sevakis1-58/+33
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 Sevakis5-20/+262
2006-12-16Add support for scroll wheel to Sansa button driver. Should be replaced with ...Barry Wardell1-1/+61
2006-12-13Some fixes and additions to sscanf - Still has bugs but it works for doom cur...Karl Kurbjun1-1/+26
2006-12-12Coldfire: Put DMA1 priority back at level 7 as that seems to be the cause of ...Michael Sevakis1-6/+7
2006-12-10Improved charger detection for SansaDaniel Ankers2-2/+7
2006-12-10Charger detection for SansaDaniel Ankers2-3/+13
2006-12-10Remove useless code from rolo.cDaniel Ankers1-3/+0
2006-12-10Slightly improved RoLo for PortalPlayer targetsDaniel Ankers1-7/+8
2006-12-10Place all recording functionality on pcmrec thread to serialize all recording...Michael Sevakis4-262/+478
2006-12-10Remove unused code in (and hence simplify) the ipod bootloader - the image he...Dave Chapman1-4/+0
2006-12-09Move I2S initialisation out of the Wolfson codec driverDaniel Ankers1-0/+1
2006-12-09Move I2S initialisation out of the Wolfson codec driverDaniel Ankers8-54/+130
2006-12-09Fix some comments, and make code consistent with comments (CSMR2 was set to 1...Jens Arnold1-4/+3
2006-12-08iRiver: Clearing CRSEL bit when using default CPU frequency caused audio chip...Michael Sevakis1-2/+2
2006-12-08Add "m4b" to the list of supported filename extensions.Magnus Holmgren1-1/+1
2006-12-07Oops, that'll just keep resetting the timeout to 20s every time sys_poweroff ...Michael Sevakis1-4/+6
2006-12-07SWCODEC Recording: 1) Fix minor bug of not subtracting line aligment adjustme...Michael Sevakis2-39/+41
2006-12-07Small delay before cutting off power to allow all hardware (especiallyMiika Pekkarinen1-0/+5
2006-12-06Coldfire targets: Fixed performance-hitting bug for unaligned transfers. Now ...Jens Arnold1-5/+5
2006-12-06Removed extraneous #ifdef.Jens Arnold1-4/+0
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 Hirschberg12-166/+179
2006-12-06Fix settings not saving to disk correctly, (fixes FS#6408)Jonathan Gordon2-3/+6
2006-12-06Fix for FS#6328. Simulator battery level now goes down in roughly 1% incremen...Dan Everton1-3/+2
2006-12-06first step in audio driver unification: renaming the functions to audio_* (mi...Marcoen Hirschberg1-1/+1
2006-12-06first step in audio driver unification: renaming the functions to audio_*Marcoen Hirschberg19-217/+206
2006-12-06PLL was incorrectly initialized causing system to crash when ran fromMiika Pekkarinen3-6/+6
2006-12-06Small change to PCM recording API for low latency effects. Latency can be as ...Michael Sevakis4-71/+57
2006-12-05And this too.Miika Pekkarinen1-3/+3