rockbox/firmware/target/coldfire
Barry Wardell 0d8111cb39 Split radio i2c drivers into target tree where they belong. No changes to binaries produced.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15558 a1c6a512-1295-4272-9138-f99709370657
2007-11-10 19:14:01 +00:00
..
iaudio Split radio i2c drivers into target tree where they belong. No changes to binaries produced. 2007-11-10 19:14:01 +00:00
iriver Split radio i2c drivers into target tree where they belong. No changes to binaries produced. 2007-11-10 19:14:01 +00:00
ata-as-coldfire.S Removed executable flag 2007-01-09 23:29:07 +00:00
ata-target.h Removed executable flag 2007-01-09 23:29:07 +00:00
crt0.S Coldfire: Partially revert buffered writes, and enable them explicitly for the LCD only. Turned out that with buffered writes enabled, reads after writes are not always serialized, which is a bad thing for I/O. Buffered writes to the LCD are safe because that's write-only. Fixes FS #7985. How come I didn't notice this earlier? :> 2007-10-17 20:45:13 +00:00
i2c-coldfire.c Fix up the ACK generation in the Coldfire i2c driver. 2007-06-26 23:53:32 +00:00
memcpy-coldfire.S Removed executable flag 2007-01-09 23:29:07 +00:00
memmove-coldfire.S Removed executable flag 2007-01-09 23:29:07 +00:00
memset-coldfire.S Removed executable flag 2007-01-09 23:29:07 +00:00
memset16-coldfire.S Removed executable flag 2007-01-09 23:29:07 +00:00
memswap128-coldfire.S Rrrr. Editor shouldn't have left those tabs. Will check settings. 2007-03-19 22:14:10 +00:00
pcf50606-coldfire.c Coldfire: Partially revert buffered writes, and enable them explicitly for the LCD only. Turned out that with buffered writes enabled, reads after writes are not always serialized, which is a bad thing for I/O. Buffered writes to the LCD are safe because that's write-only. Fixes FS #7985. How come I didn't notice this earlier? :> 2007-10-17 20:45:13 +00:00
pcm-coldfire.c Unify PCM interface just above the hardware driver level for all targets including the sims. Perform lockout of audio callback when changing states. Weird new playback or recording trouble? Check before and after this revision first though things seem quite sound. 2007-10-06 22:27:27 +00:00
strlen-coldfire.S Simple coldfire assembly strlen() function, 20-25% faster than the c 2007-06-25 20:21:37 +00:00
system-coldfire.c Thanks to LinusN, fix Coldfire bootloaders not booting - FS#7533 2007-10-02 07:54:50 +00:00
system-target.h Coldfire: Partially revert buffered writes, and enable them explicitly for the LCD only. Turned out that with buffered writes enabled, reads after writes are not always serialized, which is a bad thing for I/O. Buffered writes to the LCD are safe because that's write-only. Fixes FS #7985. How come I didn't notice this earlier? :> 2007-10-17 20:45:13 +00:00
usb-target.h Moved archos USB handling to target tree. Minor simplification for coldfire (only one usb-target.h). 2007-04-11 20:44:32 +00:00