rockbox/firmware/target/coldfire/iaudio/m3
2008-05-24 08:53:12 +00:00
..
adc-m3.c Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
adc-target.h 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
ata-m3.c Another round of making local functions static and making sure that source files are in sync with their header files. 2008-05-03 21:33:00 +00:00
audio-m3.c Do core interrupt masking in a less general fashion and save some instructions to decrease size and speed things up a little bit. Small fix to a few places where interrupts would get enabled again where they shouldn't have been (context switching calls when disabled). 2008-03-26 01:50:41 +00:00
backlight-m3.c
backlight-target.h
button-m3.c Another round of making local functions static and making sure that source files are in sync with their header files. 2008-05-03 21:33:00 +00:00
button-target.h
fmradio_i2c-m3.c Another round of making local functions static and making sure that source files are in sync with their header files. 2008-05-03 21:33:00 +00:00
lcd-as-m3.S Hopefully fix FS #8840 for iAudio M3, M5 and X5. Reduce greyscale update frequency on M3 in order to reduce CPU load (was >50% before, but this fix would have made it even worse). 2008-05-24 08:53:12 +00:00
lcd-m3.c Another round of making local functions static and making sure that source files are in sync with their header files. 2008-05-03 21:33:00 +00:00
power-m3.c M3: Make remote LCD hotplug work, and make 'backlight on button hold' use the correct hold switch. * Kill a warning. 2008-03-19 00:34:56 +00:00
powermgmt-m3.c iAudio M3: ADC driver, making buttons and battery voltage reading work. * Disable the multi-colour LED for now to save power. Proper handling will be added later. * Make reboot on button press work on iAudio X5, M5, M3 in panicf(), and on M3 in UIE(). 2008-03-17 00:19:23 +00:00
system-m3.c
usb-m3.c Another round of making local functions static and making sure that source files are in sync with their header files. 2008-05-03 21:33:00 +00:00