rockbox/firmware/target/coldfire/iaudio/m3
Jens Arnold 06ec18d93f Slightly better instruction order, added comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16833 a1c6a512-1295-4272-9138-f99709370657
2008-03-26 23:45:55 +00:00
..
adc-m3.c Correct the name of a flag. No functional change. 2008-03-18 22:48:26 +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 Make ATA work on M3. 2008-03-12 23:36:05 +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 Revert accidental tree commit. /me needs a smaller enter key... 2008-03-25 19:57:23 +00:00
button-target.h
fmradio_i2c-m3.c More iAudio M3 work. Target build compiles, but same problem regarding plugins as the simulator. Boots to the menu, but it can't be used yet because only main & remote Play button work. USB works. 2008-03-14 08:54:54 +00:00
lcd-as-m3.S Slightly better instruction order, added comment. 2008-03-26 23:45:55 +00:00
lcd-m3.c iAudio M3: Optimised LCD driver, with more/better assembly code. Speedup is ~80% when boosted, ~15% when unboosted. Also implemented grey phase blitting. * Adapted the greyscale library, and the plugins using it. * Fixed a bug in greyscale scroll down for vertically packed pixels. 2008-03-25 23:21:36 +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 More iAudio M3 work. Target build compiles, but same problem regarding plugins as the simulator. Boots to the menu, but it can't be used yet because only main & remote Play button work. USB works. 2008-03-14 08:59:51 +00:00