rockbox/firmware/target/arm/sandisk
2008-04-29 06:19:32 +00:00
..
sansa-c200 Rough battery calibration for the c200 based on results posted by Tomasz Wasilczyk. 2008-04-17 15:19:17 +00:00
sansa-e200 e200: Get the UNCACHED_ADDR macro and phys_fb_address use out of the lcd driver. 2008-04-06 05:08:39 +00:00
adc-c200_e200.c FS#8898 - Prefix AS3514 registers with AS3514_ 2008-04-15 21:33:32 +00:00
adc-target.h Move files that will be common to the Sansa e200 and c200 2007-09-06 03:01:41 +00:00
app.lds Make sure the linker considers crt0*.o before all files specified on the command line by using STARTUP() instead of INPUT() in the .lds. Using INPUT() makes the linker process crt0*.o after all files specified on the command line, making linking fail if there are librockbox.a members which are only referenced by crt0*.o. Remove the hackaround that was needed for building the gigabeat S bootloader before (aka UIE() problem). 2008-04-29 06:19:32 +00:00
ata-c200_e200.c Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now with shared variables in DRAM (it seems swp(b) is at least partially broken on all PP or I'm doing something very wrong here :\). For core-shared data use SHAREDBSS/DATA_ATTR. NOCACHEBSS/DATA_ATTR is available whether or not single core is forced for static peripheral-DMA buffer allocation without use of the UNCACHED_ADDR macro in code and is likely useful on a non-PP target with a data cache (although not actually enabled in config.h and the .lds's in this commit). 2008-04-06 04:34:57 +00:00
ata-target.h Move files that will be common to the Sansa e200 and c200 2007-09-06 03:01:41 +00:00
audio-c200_e200.c Move files that will be common to the Sansa e200 and c200 2007-09-06 03:01:41 +00:00
backlight-c200_e200.c FS#8898 - Prefix AS3514 registers with AS3514_ 2008-04-15 21:33:32 +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
boot.lds Make sure the linker considers crt0*.o before all files specified on the command line by using STARTUP() instead of INPUT() in the .lds. Using INPUT() makes the linker process crt0*.o after all files specified on the command line, making linking fail if there are librockbox.a members which are only referenced by crt0*.o. Remove the hackaround that was needed for building the gigabeat S bootloader before (aka UIE() problem). 2008-04-29 06:19:32 +00:00
hotswap-target.h Hotswap code shuffling: Fix yellow. Simplify some target function access. Keep fat lock access from compiling for Ondios - think of a nicer way later. 2008-03-12 11:08:41 +00:00
power-c200_e200.c FS#8898 - Prefix AS3514 registers with AS3514_ 2008-04-15 21:33:32 +00:00