summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2005-11-1516bit colour support (H300) for the win32 simulator.Jens Arnold3-14/+6
2005-11-15Small optimisation to the lcd_update_rect function - read the framebuffer dat...Dave Chapman1-9/+7
2005-11-15Ensure the 16-bit framebuffer is aligned on a 4-byte boundaryDave Chapman1-1/+1
2005-11-14Fixes for new 16-bit framebuffer typeDave Chapman1-1/+1
2005-11-14Fix compile error on iPod build - RGB_PACK resolves to a function on the iPod...Dave Chapman1-2/+5
2005-11-14Added pcf50606 initLinus Nielsen Feltzing1-0/+6
2005-11-14The 16-bit LCD driver is now 16-bit for realLinus Nielsen Feltzing1-266/+39
2005-11-14First version of the H300 LCD driverLinus Nielsen Feltzing1-0/+219
2005-11-14H300: First lame attempt to a pcf50606 driverLinus Nielsen Feltzing1-0/+298
2005-11-14No assembler LCD driver yet for H300Linus Nielsen Feltzing1-1/+1
2005-11-12Use ICODE_ATTR instead of __attribute__ ((section(".icode")))Dave Chapman1-9/+6
2005-11-12iRiver: Initial support for wav-recording in recording menu. Supports mic/lin...Andy1-10/+23
2005-11-11iPod: Code cleanup - the bootloader now compiles with zero warningsDave Chapman7-40/+65
2005-11-10I meant that to be static.Thom Johansen1-1/+1
2005-11-10Moved all iPod specific code from lcd-16bit.c to lcd-ipod.c.Thom Johansen2-325/+328
2005-11-09H1x0: Put lcd_blit() intermediate buffers in IRAM instead of the current thre...Jens Arnold1-2/+2
2005-11-09Fix #define names.Thom Johansen1-2/+2
2005-11-09A couple of fixes for Nanos.Thom Johansen1-1/+9
2005-11-08Quick fix to make the h300 build workLinus Nielsen Feltzing1-0/+18
2005-11-08H1x0: Assembler optimised remote lcd driver routine, used for low CPU frequen...Jens Arnold1-19/+133
2005-11-08Remove #warning left over from debugging. Sorry about that.Dave Chapman1-1/+0
2005-11-08Fixed the bug in ata.c preventing files from being read correctly.Miika Pekkarinen1-1/+1
2005-11-07Removed unused ata_standby(), changed return type of ata_sleep() to void, rem...Jens Arnold2-43/+2
2005-11-07Initial commit of work-in-progress iPod portDave Chapman6-8/+1535
2005-11-07Enable bidirectional text support for remote lcd.Jens Arnold1-0/+4
2005-11-06The const police strikes and hits itself.Jens Arnold3-6/+6
2005-11-06Set remote LCD invert state in a clean way.Jens Arnold1-1/+1
2005-10-19Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR at...Jens Arnold2-4/+3
2005-10-13Fixed non-working treble & bass settings in radio mode.Jens Arnold1-2/+2
2005-10-06Cosmetic correction (doesn't affect compiled code) - use letohNN instead of h...Dave Chapman1-4/+4
2005-10-06Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - leto...Dave Chapman2-31/+31
2005-09-30Ooops, forgot to fix that comment.Jens Arnold1-1/+1
2005-09-30H1x0: Changed lcd_blit() and the grayscale library to use the same internal f...Jens Arnold1-3/+28
2005-09-24H1x0 radio: Fixed the volume changing issue with non-flat tone controls.Jens Arnold1-11/+4
2005-09-22Reverse previous commit - it had uneffected side-effects.Jonas Häggqvist1-6/+1
2005-09-22Fix to remote-hold check by Stephan Wezel - it always returned true when the ...Jonas Häggqvist1-1/+6
2005-09-14The power thread now monitors the shutdown process and forces a poweroff if i...Linus Nielsen Feltzing1-1/+3
2005-09-12Safety net for devices with no hardware poweroff mechanism - hold STOP for se...Linus Nielsen Feltzing1-0/+7
2005-09-07Adds a filename sanity check to add_dir_entry that at the moment only checks ...Jonas Häggqvist1-2/+20
2005-09-06For targets without an RTC, use the rockbox build date as the start date in t...Jens Arnold1-2/+9
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold1-5/+5
2005-08-28iRiver: Reduced pops from the line out connector.Miika Pekkarinen1-3/+3
2005-08-13CONFIG_TUNER is a bitmaskLinus Nielsen Feltzing1-1/+1
2005-08-13The iriver FM radio I2C cannot use the I2C controller, so we do the good old ...Linus Nielsen Feltzing2-17/+212
2005-08-11iriver: Moved the I2C prescaler setting to i2c_init(), and removed it from se...Linus Nielsen Feltzing1-2/+4
2005-08-08Patch #783877 by Gadi Cohen updated by Naftali Goldstein - Bidirectional text...Linus Nielsen Feltzing2-0/+8
2005-08-06iAudio: First unfinished attempt for tlv320 driver and rockbox integrationChristian Gmeiner1-0/+223
2005-07-31oops... fixes red buildChristian Gmeiner1-1/+1
2005-07-31iAudio, iRiver: As both platforms use the same i2c interface i have renamed i...Christian Gmeiner1-17/+17
2005-07-28Fixed scroll step settings >127 pixels not working (reported on irc). Changed...Jens Arnold4-8/+8