summaryrefslogtreecommitdiff
path: root/firmware/drivers
AgeCommit message (Expand)Author
2005-11-09A couple of fixes for Nanos.Thom Johansen
2005-11-08Quick fix to make the h300 build workLinus Nielsen Feltzing
2005-11-08H1x0: Assembler optimised remote lcd driver routine, used for low CPU frequen...Jens Arnold
2005-11-08Remove #warning left over from debugging. Sorry about that.Dave Chapman
2005-11-08Fixed the bug in ata.c preventing files from being read correctly.Miika Pekkarinen
2005-11-07Removed unused ata_standby(), changed return type of ata_sleep() to void, rem...Jens Arnold
2005-11-07Initial commit of work-in-progress iPod portDave Chapman
2005-11-07Enable bidirectional text support for remote lcd.Jens Arnold
2005-11-06The const police strikes and hits itself.Jens Arnold
2005-11-06Set remote LCD invert state in a clean way.Jens Arnold
2005-10-19Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR at...Jens Arnold
2005-10-13Fixed non-working treble & bass settings in radio mode.Jens Arnold
2005-10-06Cosmetic correction (doesn't affect compiled code) - use letohNN instead of h...Dave Chapman
2005-10-06Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - leto...Dave Chapman
2005-09-30Ooops, forgot to fix that comment.Jens Arnold
2005-09-30H1x0: Changed lcd_blit() and the grayscale library to use the same internal f...Jens Arnold
2005-09-24H1x0 radio: Fixed the volume changing issue with non-flat tone controls.Jens Arnold
2005-09-22Reverse previous commit - it had uneffected side-effects.Jonas Häggqvist
2005-09-22Fix to remote-hold check by Stephan Wezel - it always returned true when the ...Jonas Häggqvist
2005-09-14The power thread now monitors the shutdown process and forces a poweroff if i...Linus Nielsen Feltzing
2005-09-12Safety net for devices with no hardware poweroff mechanism - hold STOP for se...Linus Nielsen Feltzing
2005-09-07Adds a filename sanity check to add_dir_entry that at the moment only checks ...Jonas Häggqvist
2005-09-06For targets without an RTC, use the rockbox build date as the start date in t...Jens Arnold
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold
2005-08-28iRiver: Reduced pops from the line out connector.Miika Pekkarinen
2005-08-13CONFIG_TUNER is a bitmaskLinus Nielsen Feltzing
2005-08-13The iriver FM radio I2C cannot use the I2C controller, so we do the good old ...Linus Nielsen Feltzing
2005-08-11iriver: Moved the I2C prescaler setting to i2c_init(), and removed it from se...Linus Nielsen Feltzing
2005-08-08Patch #783877 by Gadi Cohen updated by Naftali Goldstein - Bidirectional text...Linus Nielsen Feltzing
2005-08-06iAudio: First unfinished attempt for tlv320 driver and rockbox integrationChristian Gmeiner
2005-07-31oops... fixes red buildChristian Gmeiner
2005-07-31iAudio, iRiver: As both platforms use the same i2c interface i have renamed i...Christian Gmeiner
2005-07-28Fixed scroll step settings >127 pixels not working (reported on irc). Changed...Jens Arnold
2005-07-19iriver: let the boot loader decide when to power on the hard driveLinus Nielsen Feltzing
2005-07-16Fixed lcd_blit().Jens Arnold
2005-07-14Greyscale graphics driver: Added missing function.Jens Arnold
2005-07-12More atomic GPIOLinus Nielsen Feltzing
2005-07-12Atomic GPIO accessLinus Nielsen Feltzing
2005-07-12added uda1380_reset()Linus Nielsen Feltzing
2005-07-12Inverted S/PDIF control on H110Linus Nielsen Feltzing
2005-07-08Removed the XYZ_PIXEL() macros. They are no longer needed, and they did only ...Jens Arnold
2005-07-07Enabled scrolling on the remote LCD in the simulator. Some small shortcuts in...Jens Arnold
2005-07-064-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold
2005-07-04Converted to use the IRAM defines, and some small optimisations.Jens Arnold
2005-07-03Fixed pops when starting playback.Miika Pekkarinen
2005-07-03Use the central IDATA_ATTR define.Jens Arnold
2005-07-02Iriver: atomic I/O port manipulation macros, to avoid interference between no...Jens Arnold
2005-07-02A couple of optimisations.Jens Arnold
2005-07-01Fixed pops from headphone audio output.Miika Pekkarinen
2005-07-01Check for features, not for models.Jens Arnold