rockbox/firmware/target/sh
2009-02-11 12:55:51 +00:00
..
archos Various files: make function implementations consistent with their declaration in the header file or static if 2009-01-31 23:51:11 +00:00
adc-sh.c
bitswap.S
crt0.S
kernel-sh.c Move kernel tick initialization and handling to the target tree for ones remaining in kernel.c 2008-10-29 10:26:46 +00:00
memcpy-sh.S
memmove-sh.S
memset-sh.S
strlen-sh.S
system-sh.c Clean up panicf and introduce system_exception_wait to do further target tasks and wait for a button when an unrecoverable error has occurred (panic, UIE, etc.). Returning from that function should reboot or don't return from it. Move UIE and __div0 for ARM to its own file. 2009-01-08 10:15:32 +00:00
system-target.h Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS and CACHE_FUNCTIONS_AS_CALL macros. Rename flush/invalidate_icache to cpucache_flush/invalidate. They're inlined only if an implementation isn't provided by defining HAVE_CPUCACHE_FLUSH/INVALIDATE. 2009-02-11 12:55:51 +00:00
usb-target.h