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