summaryrefslogtreecommitdiff
path: root/firmware (follow)
Commit message (Expand)AuthorAge
* Coldfire: Partially revert buffered writes, and enable them explicitly for th...Jens Arnold2007-10-17
* Turns out you can boot the main build by copying apps/rockbox.bin to /rockbox...Karl Kurbjun2007-10-17
* Fix core_sleep for targets that have not implemented it yetKarl Kurbjun2007-10-17
* Apply Akio Idehara's fix for FS#7972 - Fix ARM's swp (xchg) inline assembly f...Michael Sevakis2007-10-17
* Take out some NOCACHEBSS_ATTR's that were accidentally left. Put some threadi...Michael Sevakis2007-10-16
* Parts of FS #7951 by Andree Buschmann. Faster YUV BLIT (means faster mpegplay...Thom Johansen2007-10-16
* Improved H10 ADC driver. We now do things exactly as the OF does. This includ...Barry Wardell2007-10-16
* Oops made a mistake that messed up test_and_set selection.Michael Sevakis2007-10-16
* Finish the conversion to packed i2s for PP502x. Karl Kurbjun-approved for Min...Michael Sevakis2007-10-16
* Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis2007-10-16
* Coldfire targets: enable buffered writes by default. Speeds up all sorts of I...Jens Arnold2007-10-15
* Remove the "invert scroll" code since it's not used anywhere anymore (and it ...Antoine Cellerier2007-10-15
* Fix coldfire PCF50606 I2C driver, and iriver FM radio I2C driver. Both driver...Jens Arnold2007-10-15
* Fix some plugins that use NULL instead of -1 when not using a voice id in str...Michael Sevakis2007-10-15
* Bugfix: The solid colour and gradient selector no longer extends to the left ...Jens Arnold2007-10-15
* H300, X5: Optimised lcd_yuv_blit(), using line-pair zig-zag writing to the LC...Jens Arnold2007-10-14
* Fix warnings by being stricter about declaring volume min/maxDan Everton2007-10-13
* Fix broken sims by defining default volume min and max.Dan Everton2007-10-13
* Make the volume range in the simulator match the target being simulated.Dan Everton2007-10-13
* M:Robe - Fix compilation and remove some warningsKarl Kurbjun2007-10-13
* H10 LCD driver size reductions: Un-inline a function for H10 20GB, and introd...Jens Arnold2007-10-12
* PP LCD drivers: * Optimised and cleaned up PP colour LCD drivers. Immeasurabl...Jens Arnold2007-10-12
* These functions haven't been implemented yet - remove their content to get Gi...Will Robertson2007-10-11
* Fix FS #5852 by trying to properly close and update the recorded file, and gi...Peter D'Hoye2007-10-10
* Enable recording for Sansa c200, the keymap is usable but maybe could still b...Marianne Arnold2007-10-10
* Increase step size of stereo width to 5% to avoid tediously long list in sett...Thom Johansen2007-10-09
* fix yellow and some house cleaningRobert Kukla2007-10-09
* Packed I2S for ipod Color (tested) and ipod 4G (untested, but assumed to be t...Dave Chapman2007-10-09
* FS#7487 - mpegplayer - video start time seek with resumeRobert Kukla2007-10-09
* Change c200 and e200 to use the same IIS FIFO format as seems to be working f...Michael Sevakis2007-10-09
* Packed I2S for iPod Mini G2.Jens Arnold2007-10-09
* FS #7917 by Andree Buschmann. Packed I2S also for Ipod Video.Thom Johansen2007-10-09
* Keep track of the number of opened files in the sim to enforce the same limit...Nicolas Pennequin2007-10-09
* Unbloat the PCM changes on PortalPlayerMichael Sevakis2007-10-09
* Make Ipod Nano use packed 16 bit IIS FIFO transfers as well.Thom Johansen2007-10-08
* Red-out on the e200/c200 sims.Michael Sevakis2007-10-08
* Hopefully take care of FS#7806 - Current Sansapatcher fails to boot OF by rem...Michael Sevakis2007-10-08
* Make sure that audio_resume() is not called in interrupt context when car ada...Linus Nielsen Feltzing2007-10-08
* Still on the post-big-commit policing. Correct a function call order. Comment...Michael Sevakis2007-10-07
* Finally get packed samples to work in a nice way on H10 in IIS mode. Add some...Michael Sevakis2007-10-07
* c200: First implemention of lcd_yuv_blit(). mpegplayer works now, but speed c...Jens Arnold2007-10-07
* * Use proper definitions for the PP (mono) LCD bridge. * Clean up pp5002.h a ...Jens Arnold2007-10-07
* Name all button light functions and variables consistently starting with butt...Jens Arnold2007-10-07
* Fix red bootloader build.Jens Arnold2007-10-07
* c200: Make the backlight react on unlocking hold as intended.Jens Arnold2007-10-07
* c200: Switch the 'menu' button light as well.Jens Arnold2007-10-07
* Use halfword IIS FIFO mode for H10. Won't save interrupts but seems it should...Michael Sevakis2007-10-07
* Oops. Correct reversed DSP mode A/B bits for WM8731/21.Michael Sevakis2007-10-07
* Remove a setting of a register during H10 reset that shouldn't have been incl...Michael Sevakis2007-10-07
* Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis2007-10-06