rockbox/firmware/target/coldfire/iriver/h100
2007-08-17 06:45:18 +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 Turn backlight ON at boot unless bootloader has already done that. 2007-01-12 20:26:23 +00:00
button-h100.c
lcd-as-h100.S Forgot to cvs add lcd-as-h100.S. 2006-11-08 16:22:30 +00:00
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 Moved archos power handling into target tree. * Tuner power handling cleaned up a bit. 2007-08-14 22:06:23 +00:00
powermgmt-h100.c First step of powermanagement rework: * Move target specific stuff into target tree, starting with battery voltage tables and voltage reading. (This revealed some incorrect percent_to_voltage_charging mappings). * Voltage reading on 1st gen ipods is now correct. * Clean up obsolete config #defines. 2007-08-17 06:45:18 +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 move the iriver h1x0/h3x0 targets to the target tree 2006-10-30 08:56:06 +00:00