summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2007-10-19Save a little space and only initialize the minimum for initial threads at st...Michael Sevakis1-27/+22
2007-10-19Reverse some logic with Peterson's algorithm and cut an instruction. Make C-r...Michael Sevakis1-22/+24
2007-10-19init spi and uart in the main buildJonathan Gordon1-0/+4
2007-10-18slightly better touchpad driver. Still not brilliant, but the bootloader/debu...Jonathan Gordon2-11/+34
2007-10-18Make rockbox think we have a full battery untill this actually works, otherwi...Jonathan Gordon1-1/+1
2007-10-18Some changes to the UART/button driver - reduce the number of interrupts - mo...Karl Kurbjun2-81/+65
2007-10-18PP502x: Get switch_thread back out of IRAM and devise a better core wakeup sy...Michael Sevakis2-55/+103
2007-10-17Coldfire: Partially revert buffered writes, and enable them explicitly for th...Jens Arnold4-6/+7
2007-10-17Turns out you can boot the main build by copying apps/rockbox.bin to /rockbox...Karl Kurbjun2-2/+3
2007-10-17Fix core_sleep for targets that have not implemented it yetKarl Kurbjun1-1/+1
2007-10-17Apply Akio Idehara's fix for FS#7972 - Fix ARM's swp (xchg) inline assembly f...Michael Sevakis1-3/+3
2007-10-16Take out some NOCACHEBSS_ATTR's that were accidentally left. Put some threadi...Michael Sevakis7-8/+15
2007-10-16Parts of FS #7951 by Andree Buschmann. Faster YUV BLIT (means faster mpegplay...Thom Johansen2-120/+94
2007-10-16Improved H10 ADC driver. We now do things exactly as the OF does. This includ...Barry Wardell12-60/+98
2007-10-16Oops made a mistake that messed up test_and_set selection.Michael Sevakis1-3/+3
2007-10-16Finish the conversion to packed i2s for PP502x. Karl Kurbjun-approved for Min...Michael Sevakis2-48/+1
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis30-835/+3295
2007-10-15Coldfire targets: enable buffered writes by default. Speeds up all sorts of I...Jens Arnold7-16/+16
2007-10-15Remove the "invert scroll" code since it's not used anywhere anymore (and it ...Antoine Cellerier3-32/+0
2007-10-15Fix coldfire PCF50606 I2C driver, and iriver FM radio I2C driver. Both driver...Jens Arnold2-63/+60
2007-10-15Fix some plugins that use NULL instead of -1 when not using a voice id in str...Michael Sevakis2-2/+2
2007-10-15Bugfix: The solid colour and gradient selector no longer extends to the left ...Jens Arnold1-2/+2
2007-10-14H300, X5: Optimised lcd_yuv_blit(), using line-pair zig-zag writing to the LC...Jens Arnold4-127/+255
2007-10-13Fix warnings by being stricter about declaring volume min/maxDan Everton1-1/+1
2007-10-13Fix broken sims by defining default volume min and max.Dan Everton1-5/+12
2007-10-13Make the volume range in the simulator match the target being simulated.Dan Everton1-2/+3
2007-10-13M:Robe - Fix compilation and remove some warningsKarl Kurbjun11-53/+59
2007-10-12H10 LCD driver size reductions: Un-inline a function for H10 20GB, and introd...Jens Arnold2-16/+16
2007-10-12PP LCD drivers: * Optimised and cleaned up PP colour LCD drivers. Immeasurabl...Jens Arnold8-172/+142
2007-10-11These functions haven't been implemented yet - remove their content to get Gi...Will Robertson1-65/+0
2007-10-10Fix FS #5852 by trying to properly close and update the recorded file, and gi...Peter D'Hoye3-0/+28
2007-10-10Enable recording for Sansa c200, the keymap is usable but maybe could still b...Marianne Arnold1-1/+1
2007-10-09Increase step size of stereo width to 5% to avoid tediously long list in sett...Thom Johansen11-11/+11
2007-10-09fix yellow and some house cleaningRobert Kukla2-2/+2
2007-10-09Packed I2S for ipod Color (tested) and ipod 4G (untested, but assumed to be t...Dave Chapman2-1/+3
2007-10-09FS#7487 - mpegplayer - video start time seek with resumeRobert Kukla2-0/+6
2007-10-09Change c200 and e200 to use the same IIS FIFO format as seems to be working f...Michael Sevakis1-3/+5
2007-10-09Packed I2S for iPod Mini G2.Jens Arnold2-2/+2
2007-10-09FS #7917 by Andree Buschmann. Packed I2S also for Ipod Video.Thom Johansen2-2/+4
2007-10-09Keep track of the number of opened files in the sim to enforce the same limit...Nicolas Pennequin1-0/+1
2007-10-09Unbloat the PCM changes on PortalPlayerMichael Sevakis1-1/+1
2007-10-08Make Ipod Nano use packed 16 bit IIS FIFO transfers as well.Thom Johansen2-2/+3
2007-10-08Red-out on the e200/c200 sims.Michael Sevakis2-10/+11
2007-10-08Hopefully take care of FS#7806 - Current Sansapatcher fails to boot OF by rem...Michael Sevakis3-12/+47
2007-10-08Make sure that audio_resume() is not called in interrupt context when car ada...Linus Nielsen Feltzing1-0/+1
2007-10-07Still on the post-big-commit policing. Correct a function call order. Comment...Michael Sevakis1-2/+5
2007-10-07Finally get packed samples to work in a nice way on H10 in IIS mode. Add some...Michael Sevakis3-14/+22
2007-10-07c200: First implemention of lcd_yuv_blit(). mpegplayer works now, but speed c...Jens Arnold3-8/+285
2007-10-07* Use proper definitions for the PP (mono) LCD bridge. * Clean up pp5002.h a ...Jens Arnold4-45/+34
2007-10-07Name all button light functions and variables consistently starting with butt...Jens Arnold10-44/+44