rockbox/firmware/target/coldfire/iaudio/m3
Bertrik Sikken 19425909c3 Another round of making local functions static and making sure that source files are in sync with their header files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17337 a1c6a512-1295-4272-9138-f99709370657
2008-05-03 21:33:00 +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 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 Slightly better instruction order, added comment. 2008-03-26 23:45:55 +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