summaryrefslogtreecommitdiff
path: root/firmware (unfollow)
Commit message (Expand)Author
2006-12-19Preparation for disks >137 GB, use BigLBA 48 bit addressing if necessary. Onl...Jörg Hohensohn
2006-12-19Woops. Missed a file.Michael Sevakis
2006-12-19Convert queues to use intptr_t for event data and return values as most of th...Michael Sevakis
2006-12-19Add working dual-boot bootloaders for H10 and Sansa, which allow booting the ...Barry Wardell
2006-12-19Forgot to remove the ata_address_detect() declaration.Jens Arnold
2006-12-19Archos: Moved the ata_address_detect() code into ata_device_init(), removing ...Jens Arnold
2006-12-18Add support for Sansa scrollwheel backlight. Turn light on when scrollwheel i...Barry Wardell
2006-12-18Hardcode a value for the battery level until we figure out the power manageme...Barry Wardell
2006-12-18Fix more warnings. Don't compile PortalPlayer pcm code in bootloader builds.Barry Wardell
2006-12-18Fix more compile errors/warnings.Barry Wardell
2006-12-18Fix compile errors.Barry Wardell
2006-12-18Fix some warnings from previous commit.Barry Wardell
2006-12-18FS#6096. Recording on PortalPlayer targets (H10, iPod Video, iPod 4g, iPod Co...Barry Wardell
2006-12-17Fix freeze/crash problems when scrolling very long strings (like filenames or...Magnus Holmgren
2006-12-17Attempt at fixing 64-bit sim warning.Michael Sevakis
2006-12-17I2S_MASTER is bit 25, not 0x25Barry Wardell
2006-12-17Coldfire: More efficient and compact peaking code. Hope the build doesn't whi...Michael Sevakis
2006-12-17SWCODEC recording: More cleanup of stuff after queue additions and audio driv...Michael Sevakis
2006-12-17SWCODEC: More recording simplifications and less UI hanging in some cases usi...Michael Sevakis
2006-12-16Commit the kinds of changes that queue_send is mean for.Michael Sevakis
2006-12-16Goofed some preprocessor stuff finalizing things.Michael Sevakis
2006-12-16Add queue_send synchronous message sending. Right now only for SWCODEC. Actua...Michael Sevakis
2006-12-16Add support for scroll wheel to Sansa button driver. Should be replaced with ...Barry Wardell
2006-12-13Some fixes and additions to sscanf - Still has bugs but it works for doom cur...Karl Kurbjun
2006-12-12Coldfire: Put DMA1 priority back at level 7 as that seems to be the cause of ...Michael Sevakis
2006-12-10Improved charger detection for SansaDaniel Ankers
2006-12-10Charger detection for SansaDaniel Ankers
2006-12-10Remove useless code from rolo.cDaniel Ankers
2006-12-10Slightly improved RoLo for PortalPlayer targetsDaniel Ankers
2006-12-10Place all recording functionality on pcmrec thread to serialize all recording...Michael Sevakis
2006-12-10Remove unused code in (and hence simplify) the ipod bootloader - the image he...Dave Chapman
2006-12-09Move I2S initialisation out of the Wolfson codec driverDaniel Ankers
2006-12-09Move I2S initialisation out of the Wolfson codec driverDaniel Ankers
2006-12-09Fix some comments, and make code consistent with comments (CSMR2 was set to 1...Jens Arnold
2006-12-08iRiver: Clearing CRSEL bit when using default CPU frequency caused audio chip...Michael Sevakis
2006-12-08Add "m4b" to the list of supported filename extensions.Magnus Holmgren
2006-12-07Oops, that'll just keep resetting the timeout to 20s every time sys_poweroff ...Michael Sevakis
2006-12-07SWCODEC Recording: 1) Fix minor bug of not subtracting line aligment adjustme...Michael Sevakis
2006-12-07Small delay before cutting off power to allow all hardware (especiallyMiika Pekkarinen
2006-12-06Coldfire targets: Fixed performance-hitting bug for unaligned transfers. Now ...Jens Arnold
2006-12-06Removed extraneous #ifdef.Jens Arnold
2006-12-06put back the return types which got lost in the previous commitMarcoen Hirschberg
2006-12-06move some audio driver specific code to the correspoding filesMarcoen Hirschberg
2006-12-06Fix settings not saving to disk correctly, (fixes FS#6408)Jonathan Gordon
2006-12-06Fix for FS#6328. Simulator battery level now goes down in roughly 1% incremen...Dan Everton
2006-12-06first step in audio driver unification: renaming the functions to audio_* (mi...Marcoen Hirschberg
2006-12-06first step in audio driver unification: renaming the functions to audio_*Marcoen Hirschberg
2006-12-06PLL was incorrectly initialized causing system to crash when ran fromMiika Pekkarinen
2006-12-06Small change to PCM recording API for low latency effects. Latency can be as ...Michael Sevakis
2006-12-05And this too.Miika Pekkarinen