summaryrefslogtreecommitdiff
path: root/firmware (follow)
Commit message (Expand)AuthorAge
...
* Removed the cpu boost tracking debug feature for now because ofMiika Pekkarinen2006-12-05
* add a RTC driver for the Samsung S3C2440 used in the GigabeatMarcoen Hirschberg2006-12-05
* H1x0: Enable optical output to be switched on or off during playback and reco...Michael Sevakis2006-12-05
* Recent fix "Prevent the click of death when connecting an ipod to usb." is us...Barry Wardell2006-12-05
* Much simpler implementation of large virtual sector support, not needing larg...Jens Arnold2006-12-04
* Removed unused variable, and fixed overflow in free/total calculation. There ...Jens Arnold2006-12-03
* Completed target tree move of the ata driver code. Some code cleanup.Jens Arnold2006-12-03
* Fixed the warnings.Miika Pekkarinen2006-12-03
* Add support (runtime detection) for 2048 bytes/sector filesystem.Miika Pekkarinen2006-12-03
* PCM: A few tiny changes. 1) Recording a) Flush all pending files if filename ...Michael Sevakis2006-11-29
* Prevent the click of death when connecting an ipod to usb.Miika Pekkarinen2006-11-29
* SWCODEC: Audio-related threads must be free of further tasks before returning...Michael Sevakis2006-11-28
* forgot to add the RTC driversMarcoen Hirschberg2006-11-27
* iRiver: Channel 2 shouldn't be monitored except for radio playback.Michael Sevakis2006-11-27
* move rtc functions to seperate filesMarcoen Hirschberg2006-11-27
* Moved archos button reading to target tree. * Cleanup of button.[ch]. * Deact...Jens Arnold2006-11-27
* X5: Slightly lower threshold value to reliably disable constant adc reading w...Jens Arnold2006-11-26
* Fixed the errors for H300.Miika Pekkarinen2006-11-26
* Data cache for the EEPROM driver to speed up reading/writing. ThisMiika Pekkarinen2006-11-26
* Backdrop support in the X5 remote LCD driver. Still needs to be wired to the ...Jens Arnold2006-11-26
* dont allow the ata callbacks to be run less than once every 30s unlessJonathan Gordon2006-11-26
* Allow GPIO debug screen on Sansa. Also remove a warning from the NAND driverDaniel Ankers2006-11-25
* Remove some development codeDaniel Ankers2006-11-25
* ATA callback support for SansaDaniel Ankers2006-11-25
* Detect USB inserted on SansaDaniel Ankers2006-11-24
* Recording, SWCODEC: Put config value string in the wrong order.Michael Sevakis2006-11-24
* Recording: Add AIFF recording to SWCODEC. Note: AIFF playback chokes on sampl...Michael Sevakis2006-11-24
* The ADC GPIO init code for the H100 was accidentally put in the H300 driver w...Linus Nielsen Feltzing2006-11-24
* iAudio/iRiver: Bootloader should not compile the audio-*.c files.Michael Sevakis2006-11-24
* Just correct a comment and see if the build goes differently.Michael Sevakis2006-11-23
* iRiver/iAudio: Added audio_set_recording gain and sound_default to plugin API...Michael Sevakis2006-11-23
* Audio bugfixes. Should wait for voice codec to reload before returning buffer...Michael Sevakis2006-11-22
* Sansa doesn't use a Wolfson codec. Various other changes to allow Sansa to c...Daniel Ankers2006-11-22
* Change if CONFIG_CPU==PP50XX to ifdef CPU_PP where appropriateDaniel Ankers2006-11-22
* Add several dummy functions to allow Sansa to build correctlyDaniel Ankers2006-11-22
* Initial NAND driver for Sansa. This has had limited testing, and no testing ...Daniel Ankers2006-11-21
* H100 series: Adjusted gray scale balance and default contrast for more linear...Michael Sevakis2006-11-21
* Coldfire: Add DMA auto alignment to pcm recording.Michael Sevakis2006-11-21
* BMP loader: Remote LCD format support.Jens Arnold2006-11-20
* Add a few missing files to the tarballJonas Häggqvist2006-11-18
* Changed #ifdef USE_IRAM to #ifdef IRAM_STEAL. Also want to check if results a...Michael Sevakis2006-11-18
* SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two...Michael Sevakis2006-11-18
* Fix FS#6322. Battery level gets updated again as it should.Barry Wardell2006-11-15
* Removed anachronisms introduced with low battery shutdown patch.Michael Sevakis2006-11-14
* H100/General: HAL for S/PDIF and refinement/bufixes in optical output powerin...Michael Sevakis2006-11-13
* Backdrop support for greyscale targets. WPS backdrop is untested.Jens Arnold2006-11-13
* Get rid of ages-old interdependency between ata.c and mas.cJens Arnold2006-11-12
* Adjust scrollable lines to varying LCD sizes in the 2bit vertical packing LCD...Jens Arnold2006-11-12
* Split 1 bit LCD code and move appropriate parts to target tree. Only archos c...Jens Arnold2006-11-12
* Fix my warnings with explicit blocking on platforms w/o cpu_boost()Brandon Low2006-11-11