rockbox/firmware/target/coldfire/iriver/h100
Jens Arnold 2e2f92c906 H1x0, H300: Get rid of the adc tick, and use the same concept as the iAudio ADC driver.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14079 a1c6a512-1295-4272-9138-f99709370657
2007-07-30 19:13:59 +00:00
..
adc-h100.c H1x0, H300: Get rid of the adc tick, and use the same concept as the iAudio ADC driver. 2007-07-30 19:13:59 +00:00
adc-target.h H1x0, H300: Get rid of the adc tick, and use the same concept as the iAudio ADC driver. 2007-07-30 19:13:59 +00:00
backlight-h100.c
button-h100.c
lcd-as-h100.S
lcd-h100.c Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ease framebuffer handling a bit. Added equivalent definitions for the remote LCD. 2007-02-20 19:31:34 +00:00
power-h100.c Do some planned radio interface cleanup since adding in the LV24020LP. 2007-07-14 11:20:31 +00:00
spdif-h100.c Straighten out some audio path APIs and misc. audio stuff. Having recording is not a prerequisite to having input/output source selection which is probably most useful when adding a audio input features like FM to a new port without forcing recording to be implemented first. 2007-06-08 23:42:04 +00:00
sw_i2c-h100.c Forget all the nonsense with C delay loops. 'volatile' on the variable makes bloated code and a volatile, blank asm block inside may or may not be optimized out. Use asm delay loops instead for Coldfire. Radio i2c driver also needs NACK after reading last tuner byte. Get the volatile off the Ondio loops (not needed here now). Maybe this is straightened out now. 2007-06-27 03:11:49 +00:00
usb-h100.c