rockbox/firmware/target/arm/s3c2440
Jeffrey Goode b8a51adb57 vuprintf does not belong in stdio.h, causes problems with other versions of stdio.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26042 a1c6a512-1295-4272-9138-f99709370657
2010-05-15 03:47:06 +00:00
..
gigabeat-fx Make ATA code not bother to retry requests that return IDNF (specified sector not valid). 2010-04-07 20:01:21 +00:00
mini2440 Fix tabs 2010-01-03 10:19:43 +00:00
adc-s3c2440.c Initial touchscreen support for mini2440. Based on D2 touchscreen driver 2009-10-27 20:25:40 +00:00
app.lds
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 s3c2440: fix a typo, 4|1 == 5, not 0x41 2010-04-13 22:01:17 +00:00
debug-s3c2440.c 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
debug-target.h
dma-s3c2440.c
dma-target.h
i2c-s3c2440.c
i2c-s3c2440.h
kernel-s3c2440.c
lcd-s3c2440.c 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
sd-s3c2440.c Make mini2440 compile again. 2010-03-08 23:43:11 +00:00
system-s3c2440.c Replace hard-coded value of memory size 2009-10-31 23:03:34 +00:00
system-target.h Gigabeat F/X: Let us clear up confusion about just what the core frequency is. Fix frequency display in buffering screen. 2010-05-11 14:09:26 +00:00
uart-s3c2440.c vuprintf does not belong in stdio.h, causes problems with other versions of stdio.h 2010-05-15 03:47:06 +00:00
uart-s3c2440.h