rockbox/firmware/target/coldfire/iriver/h300
2008-03-26 01:50:41 +00:00
..
adc-h300.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
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-h300.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-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
button-h300.c
lcd-as-h300.S H300, X5: Optimised lcd_yuv_blit(), using line-pair zig-zag writing to the LCD controller. ~7% speedup on H300, ~5% speedup on X5. 2007-10-14 23:05:56 +00:00
lcd-h300.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
pcf50606-h300.c H300 bootloader: (Work in progress) Boot Rockbox on RTC alarm, add charging screen, move to a separate source file, backlight is on during USB mode (again) 2007-03-02 11:28:23 +00:00
power-h300.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
powermgmt-h300.c H300: Read battery voltage with 10bit precision. 2007-08-17 20:47:24 +00:00
sw_i2c-h300.c fix h300 red 2008-02-03 18:31:47 +00:00
usb-h300.c FS #7691 - improved USB detection on PP devices. This patch modifies the target-tree function usb_detect() on all targets from bool to int, returning USB_INSERTED or USB_EXTRACTED instead of true or false. This was done to enable the PP usb_detect() to check for USB_POWER (either a connection to a USB wall charger, or the user holding "charge mode" button) and return that as a third value. 2007-09-04 08:03:07 +00:00