rockbox/firmware/target/arm/s3c2440
Frank Gevaerts a0557b23f0 remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hotswapping things
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26598 a1c6a512-1295-4272-9138-f99709370657
2010-06-05 21:12:16 +00:00
..
gigabeat-fx Make PCM->driver interface about as simple as it will get. Registered callback, zero data, alignment and stops are handled entirely inside pcm.c; driver merely calls fixed pcm.c callback. Remove pcm_record_more and do it just like playback; the original reason behind it isn't very practical in general. Everything checks out on supported targets. There wer some compat changes I can't check out on many unsupoorted but if there's a problem it will be a minor oops. Plugins become incompatible due to recording tweak-- full update. Sorted API. 2010-05-24 16:42:32 +00:00
mini2440 Make PCM->driver interface about as simple as it will get. Registered callback, zero data, alignment and stops are handled entirely inside pcm.c; driver merely calls fixed pcm.c callback. Remove pcm_record_more and do it just like playback; the original reason behind it isn't very practical in general. Everything checks out on supported targets. There wer some compat changes I can't check out on many unsupoorted but if there's a problem it will be a minor oops. Plugins become incompatible due to recording tweak-- full update. Sorted API. 2010-05-24 16:42:32 +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 Real fake IRAM by placing .i.... section in the analagous DRAM sections in the linker scripts that hasn't done this yet. 2008-05-10 22:03:45 +00:00
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: use BX when branch to an address in register 2010-05-31 15:14:26 +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 Initial mini2440 port. 2009-10-19 18:14:27 +00:00
dma-s3c2440.c Working Bootloader for mini2440. 2009-10-22 17:45:02 +00:00
dma-target.h Working Bootloader for mini2440. 2009-10-22 17:45:02 +00:00
i2c-s3c2440.c Many more drivers for mini2440. Now the main binary compiles and runs. 2009-10-26 18:16:58 +00:00
i2c-s3c2440.h Many more drivers for mini2440. Now the main binary compiles and runs. 2009-10-26 18:16:58 +00:00
kernel-s3c2440.c Initial mini2440 port. 2009-10-19 18:14:27 +00:00
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 remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hotswapping things 2010-06-05 21:12:16 +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 Many more drivers for mini2440. Now the main binary compiles and runs. 2009-10-26 18:16:58 +00:00