rockbox/firmware/target/coldfire/iaudio/x5
2008-03-24 00:35:53 +00:00
..
audio-x5.c
backlight-target.h Hardware controlled backlight brightness for iPod Video and Nano, retaining the software PWM fade in/ fade out. * Backlight handling cleanup, getting rid of one layer of 'lowlevelness'. * Use atomic GPIO bit manipulation for PP502x backlight handling. 2007-11-12 18:49:53 +00:00
backlight-x5.c Fix bootloaders, and the backlight-modded Ondio build. 2007-11-12 19:19:38 +00:00
button-x5.c Add extra filtering to the X5 and M5 button drivers to prevent erratic button events (ported from H300). 2007-03-05 20:14:41 +00:00
ds2411-x5.c
fmradio_i2c-x5.c Split radio i2c drivers into target tree where they belong. No changes to binaries produced. 2007-11-10 19:14:01 +00:00
lcd-as-x5.S
lcd-x5.c Consistent naming scheme the various blit functions. * Removed lcd_blit_mono() for colour targets. Plugin API became incompatible, so sort, clean up & bump. * Implemented lcd_blit_mono() for M3. 2008-03-24 00:35:53 +00:00
m5636-target.h
m5636-x5.c
power-x5.c Various coldfire fixes: (1) iAudio Bootloader: Check the status of main & remote power button vs. the respective hold switch, and shut down when on hold. On X5/M5 this check is not strictly necessary for the main unit, but left there to keep things uniform. (2) M3: Stop reading the ADC properly before leaving the bootloader, on RoLo, and on reboot, to make it work reliably after those transitions. (3) Disable all interrupt sources on system init to avoid premature ISR calls after enabling interrupts in general. (4) iAudios: Proper implementation of ide_powered(), avoiding nasty HDD clicks in the bootloader when powering down, e.g. because of Hold. (5) Slight optimisations. 2008-03-17 23:47:38 +00:00