summaryrefslogtreecommitdiffstats
path: root/firmware/target
AgeCommit message (Expand)AuthorFilesLines
2007-10-22touchpad driver for the mrobe. nothing in apps/ uses it yet.Jonathan Gordon2-35/+39
2007-10-22revert the previous one... = is ok and a touch fasterJonathan Gordon2-2/+2
2007-10-22fix the interupt clearingJonathan Gordon2-2/+2
2007-10-22Assembler optimised lcd_yuv_blit() for iPod Video (Fs #7951 by Andree Buschma...Jens Arnold2-105/+248
2007-10-21More M:Robe work including a fix to lcd-as-memframe for larger screens thanks...Karl Kurbjun2-11/+61
2007-10-21Implement YUV dithering for c200, and enable the option in mpegplayer.Jens Arnold2-11/+349
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-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 Kurbjun1-1/+1
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 Wardell10-57/+92
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 Sevakis6-40/+78
2007-10-15Coldfire targets: enable buffered writes by default. Speeds up all sorts of I...Jens Arnold7-16/+16
2007-10-15Fix coldfire PCF50606 I2C driver, and iriver FM radio I2C driver. Both driver...Jens Arnold1-15/+25
2007-10-14H300, X5: Optimised lcd_yuv_blit(), using line-pair zig-zag writing to the LC...Jens Arnold4-127/+255
2007-10-13M:Robe - Fix compilation and remove some warningsKarl Kurbjun6-34/+39
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 Arnold5-163/+114
2007-10-11These functions haven't been implemented yet - remove their content to get Gi...Will Robertson1-65/+0
2007-10-09Increase step size of stereo width to 5% to avoid tediously long list in sett...Thom Johansen1-1/+1
2007-10-09Packed I2S for ipod Color (tested) and ipod 4G (untested, but assumed to be t...Dave Chapman2-1/+3
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-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-08Hopefully take care of FS#7806 - Current Sansapatcher fails to boot OF by rem...Michael Sevakis1-8/+41
2007-10-07Finally get packed samples to work in a nice way on H10 in IIS mode. Add some...Michael Sevakis2-12/+13
2007-10-07c200: First implemention of lcd_yuv_blit(). mpegplayer works now, but speed c...Jens Arnold2-8/+284
2007-10-07* Use proper definitions for the PP (mono) LCD bridge. * Clean up pp5002.h a ...Jens Arnold2-35/+15
2007-10-07Name all button light functions and variables consistently starting with butt...Jens Arnold7-15/+15
2007-10-07Fix red bootloader build.Jens Arnold1-0/+2
2007-10-07c200: Make the backlight react on unlocking hold as intended.Jens Arnold1-0/+3
2007-10-07c200: Switch the 'menu' button light as well.Jens Arnold1-1/+7
2007-10-07Use halfword IIS FIFO mode for H10. Won't save interrupts but seems it should...Michael Sevakis2-10/+48
2007-10-07Remove a setting of a register during H10 reset that shouldn't have been incl...Michael Sevakis1-1/+0
2007-10-06Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis10-1148/+843
2007-10-06TAB policing - no code changesDave Chapman1-17/+17
2007-10-05Stabilize PP5020 targets - tested on H10 5/20GB and iPod Color. Use no interr...Michael Sevakis1-16/+6
2007-10-04Change a couple udelay() in e200 lcd driver to sleep() since sleep() was the ...Michael Sevakis1-2/+2
2007-10-04The UNCACHED_ADDR macro should not adjust addresses in the bootloader.Michael Sevakis1-0/+6
2007-10-04Fix up the recording monitoring for e200 and I expect for c200 as well whenev...Michael Sevakis1-0/+11
2007-10-04PP502x: Make RAM physical addresses uncached. Cache the flash ROM on targets ...Michael Sevakis5-78/+58
2007-10-03I2S buffer level adjustment is not necessary on c200 as there is no memory ma...Jens Arnold2-3/+3
2007-10-03Missing keymap commitKarl Kurbjun1-1/+3
2007-10-02Commit FS #7881 by Mark Arigo - enable radio on the Sansa c200. It seems that...Marianne Arnold1-0/+8