.. |
adc.c
|
iPod: Code cleanup - the bootloader now compiles with zero warnings
|
2005-11-11 17:51:35 +00:00 |
ata.c
|
Use ICODE_ATTR instead of __attribute__ ((section(".icode")))
|
2005-11-12 14:48:52 +00:00 |
ata_mmc.c
|
Removed unused ata_standby(), changed return type of ata_sleep() to void, removed misleading comment from ata.h
|
2005-11-07 23:19:06 +00:00 |
button.c
|
iPod: Code cleanup - the bootloader now compiles with zero warnings
|
2005-11-11 17:51:35 +00:00 |
dac.c
|
|
|
dac.h
|
|
|
fat.c
|
Cosmetic correction (doesn't affect compiled code) - use letohNN instead of htoleNN in update_fat_entry()
|
2005-10-06 21:23:59 +00:00 |
fmradio.c
|
|
|
fmradio_i2c.c
|
CONFIG_TUNER is a bitmask
|
2005-08-13 18:13:56 +00:00 |
i2c-coldfire.c
|
The iriver FM radio I2C cannot use the I2C controller, so we do the good old bitbanging instead
|
2005-08-13 17:32:15 +00:00 |
i2c-pp5020.c
|
iPod: Code cleanup - the bootloader now compiles with zero warnings
|
2005-11-11 17:51:35 +00:00 |
i2c.c
|
Moved unrelated stuff from i2c the driver to appropriate places. Minor optimisation in i2c driver.
|
2005-05-07 22:29:35 +00:00 |
lcd-16bit.c
|
iPod: Code cleanup - the bootloader now compiles with zero warnings
|
2005-11-11 17:51:35 +00:00 |
lcd-h100-remote.c
|
H1x0: Assembler optimised remote lcd driver routine, used for low CPU frequencies, e.g. during radio operation. Reduces the scroll lag when using the radio preset list with the remote plugged.
|
2005-11-08 22:46:31 +00:00 |
lcd-h100.c
|
H1x0: Put lcd_blit() intermediate buffers in IRAM instead of the current thread stack. Speeds up the grayscale library.
|
2005-11-09 23:24:33 +00:00 |
lcd-h300.c
|
First version of the H300 LCD driver
|
2005-11-14 20:41:49 +00:00 |
lcd-ipod.c
|
iPod: Code cleanup - the bootloader now compiles with zero warnings
|
2005-11-11 17:51:35 +00:00 |
lcd-player-charset.c
|
if __CONFIG_H__ is defined, don't include config.h
|
2005-05-23 12:04:30 +00:00 |
lcd-player.c
|
Fixed scroll step settings >127 pixels not working (reported on irc). Changed some other LCD driver variables to the natural 'int', cuts down binary size on coldfire a bit. Cleaned up some more settings bits. Bumped config block version, so save your settings to a file before upgrading.
|
2005-07-28 08:36:24 +00:00 |
lcd-recorder.c
|
The const police strikes and hits itself.
|
2005-11-06 23:49:29 +00:00 |
lcd.S
|
No assembler LCD driver yet for H300
|
2005-11-14 15:41:04 +00:00 |
led.c
|
Multiple choice LED configuration instead of HAVE_LED. Removes erroneous MMC icon display on iriver, and saves some code on Ondio. Removed invert_led() as it is no longer used.
|
2005-06-04 23:15:52 +00:00 |
mas.c
|
Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and SWCODEC, respectively.
|
2005-08-29 21:15:27 +00:00 |
pcf50606.c
|
H300: First lame attempt to a pcf50606 driver
|
2005-11-14 19:50:16 +00:00 |
power.c
|
iPod: Code cleanup - the bootloader now compiles with zero warnings
|
2005-11-11 17:51:35 +00:00 |
rtc.c
|
|
|
serial.c
|
Initial commit of work-in-progress iPod port
|
2005-11-07 23:07:19 +00:00 |
tlv320.c
|
iAudio: First unfinished attempt for tlv320 driver and rockbox integration
|
2005-08-06 10:12:19 +00:00 |
uda1380.c
|
iRiver: Initial support for wav-recording in recording menu. Supports mic/line-in (and radio), monitor mode, time-splitting (and byte-splitting), pause/resume etc. Things todo: Prerecording, peakmeter (should be simple), frequency other than 44.1 kHz, etc..
|
2005-11-12 04:00:56 +00:00 |