rockbox/firmware/target/arm/tcc780x
Thomas Martitz 77dfff5a55 Fix some more snprintf related warnings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25853 a1c6a512-1295-4272-9138-f99709370657
2010-05-06 21:37:03 +00:00
..
cowond2 Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
adc-tcc780x.c
app.lds D2: Enable ARM cache coherency functions (eg. during codec load), which should eliminate data aborts/freezes on track changes. NOTE: The linker script reserves space at the end of DRAM for the TTB, but this is not currently used. 2009-09-01 21:35:37 +00:00
ata-nand-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
crt0.S ARM: lr addresses the next instruction after the failing one in undefined instruction vector 2010-01-24 15:04:21 +00:00
debug-target.h Remove svn:executable from firmware 2009-10-31 02:26:40 +00:00
debug-tcc780x.c Fix some more snprintf related warnings. 2010-05-06 21:37:03 +00:00
kernel-tcc780x.c
sd-tcc780x.c Remove unused card_detect(), and make card_detect_target() static inline in each sd driver. 2009-11-26 00:51:09 +00:00
system-target.h D2: Enable ARM cache coherency functions (eg. during codec load), which should eliminate data aborts/freezes on track changes. NOTE: The linker script reserves space at the end of DRAM for the TTB, but this is not currently used. 2009-09-01 21:35:37 +00:00
system-tcc780x.c D2: Fix the POWER button check after an exception/panic. Make this power the player off, since we don't know how to force a reboot yet. 2009-07-25 18:44:57 +00:00
timer-tcc780x.c Remove the TIMER_* macros and declare target-specific functions in timer.h 2009-06-29 14:29:57 +00:00