rockbox/firmware/target/arm/sandisk
2010-03-08 23:16:57 +00:00
..
sansa-c200 ARM asm LCD and ATA driver functions: Don't save r12 as it is a scratch reg. Saves a bit of stack and execution time. 2009-07-11 23:43:44 +00:00
sansa-e200 Convert lcd_activation callbacks to use the event system to allow for multiple parallel callbacks (for custom statusbar). 2009-10-20 21:54:59 +00:00
sansa-view Add information gleaned from disassembling the main firmware image. Detect lcd type in use. Still no actual output 2009-07-17 20:40:40 +00:00
adc-target.h
app.lds FS#10756 - Free unused init code 2010-03-03 23:20:32 +00:00
audio-c200_e200.c
backlight-c200_e200.c Remove the calls to backlight_lcd_sleep_countdown from target specific code and move it into backlight.c 2009-04-26 01:23:39 +00:00
backlight-target.h
boot.lds Fix a bunch of boot.lds files so that they build with newer ld. The stack/bss sections need NOLOAD. otherwise the linker would try to include those into the binary. I don't know why this ever worked with our current ld version. 2010-03-08 23:16:57 +00:00
power-c200_e200.c Straighten out some powermanagement stuff. Give target complete control over how power inputs are sensed. Clean SIMULATOR stuff out of target files. Get rid of USB charging option on targets that don't support it or don't implement it yet. Menu string remains to avoid language incompatibility but should be removed on next cleanup for targets not using it (notice in english.lang). global_settings becomes incompatible for some builds and so plugin API version is incremented. 2008-12-03 19:54:25 +00:00
powermgmt-target.h c200v1/e200v1: Add battery charging. This should be usable on v2 players but those should be evaluated for current, endpoint voltage and whether or not accurate battery readings may always be obtained (which determines algorithm setup and behavior). 2009-01-11 10:07:22 +00:00