rockbox/firmware/target/arm/sandisk
Thomas Martitz f8edc32589 FS#10756 - Free unused init code
Introduce a new .init section for initialisation code, so that it can be copied to an area which is later overwritten before calling. The stack/bss can then overwrite that code, effectively freeing the code size that the initialisation routines need. Gives a few kB ram usage back.
Only implemented for PP and as3525 so far. More targets could be added, as well as more functions.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25013 a1c6a512-1295-4272-9138-f99709370657
2010-03-03 23:20:32 +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
backlight-target.h
boot.lds FS#10436 - add the Sansa View to the build system. The bootloader builds but doesn't do anything useful yet. 2009-07-13 21:09:39 +00:00
power-c200_e200.c
powermgmt-target.h