summaryrefslogtreecommitdiffstats
path: root/firmware/target
AgeCommit message (Expand)AuthorFilesLines
2007-11-10Split radio i2c drivers into target tree where they belong. No changes to bin...Barry Wardell3-0/+476
2007-11-08Mini 2nd Gen: Almost doubled LCD update speed when not boosted (68.5->129fps ...Jens Arnold1-0/+9
2007-11-08Add some CACHEALIGN_* macros and a helper function to assist in aligning data...Michael Sevakis2-3/+9
2007-11-07Get the user timer working properly consequentially fixing doom without a hack.Karl Kurbjun3-31/+27
2007-11-06c200: Make microSD cards finally work.Jens Arnold1-2/+2
2007-11-06Get rid of some more inl/outl, and use the new macros for bitwise GPIO manipu...Jens Arnold1-10/+4
2007-11-05Get rid of some more inl/outl. 0x70000084 seems to be GPO32_ENABLE.Barry Wardell7-8/+8
2007-11-05Fix red.Barry Wardell4-11/+11
2007-11-05Get rid of some more inl/outl and use the new GPO32 define instead.Barry Wardell4-9/+9
2007-11-05Get rid of a couple of inl/outl since we have defines. Also use some other de...Barry Wardell1-4/+4
2007-11-05e200/c200: Take advantage of mutex recursion for the tuner driver and dump th...Michael Sevakis1-10/+4
2007-11-04The GPIO interrupts are split into several port groups on all PP502x versions...Jens Arnold3-7/+43
2007-11-03Finally: HDD power control for all PP502x iPods (4th gen Grayscale, Color, Mi...Jens Arnold2-9/+22
2007-11-02TAB policingDave Chapman1-11/+11
2007-11-02m:robe 500i port: Add backlight support to the main build.Catalin Patulea1-2/+9
2007-11-02Build some more plugins for M:Robe most work, doom builds and runs if you use...Karl Kurbjun2-2/+24
2007-11-02m:robe 500i port: Add support for the backlight client in the SPI subsystemCatalin Patulea2-4/+7
2007-11-02iPod Video LCD driver: Reintroduce the simple method of waiting for update co...Jens Arnold1-2/+30
2007-11-02Bootloaders are single core... (aka fix red)Jens Arnold1-3/+15
2007-11-02Major speedup of the iPod Video LCD driver. The internal update procedure of ...Jens Arnold2-153/+234
2007-11-01Button driver for Logik DAX, plus some changes to the debug info displayed in...Dave Chapman2-23/+102
2007-10-28C200: Reworked the LCD driver a bit, and fixed a bug with single column updat...Jens Arnold1-36/+35
2007-10-28iPod Video: Further optimised LCD data transfer (5..6% speedup, but increase ...Jens Arnold2-103/+116
2007-10-28Initial work on a port to the Logik DAX 1GB MP3/DAB player. The bootloader b...Dave Chapman11-0/+964
2007-10-28e200: shorten some delays so the backlight turn on is snappier. Values seem t...Michael Sevakis1-4/+3
2007-10-26Some small cleanups and code for testingKarl Kurbjun3-32/+70
2007-10-25FS#8023: Use of AS3514 #defines instead of magic values.Barry Wardell4-6/+10
2007-10-23mrobe changes:Jonathan Gordon1-4/+4
2007-10-23enable the RTC on the mrobe.Jonathan Gordon1-3/+2
2007-10-23Unify the Gigabeat F/X and M:Robe MMU code while enabling it for the M:RobeKarl Kurbjun10-65/+89
2007-10-22mr500 sort of working battery measurments. probably could be done better, but...Jonathan Gordon2-2/+46
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