rockbox/firmware/target/sh
2007-09-04 08:03:07 +00:00
..
archos FS #7691 - improved USB detection on PP devices. This patch modifies the target-tree function usb_detect() on all targets from bool to int, returning USB_INSERTED or USB_EXTRACTED instead of true or false. This was done to enable the PP usb_detect() to check for USB_POWER (either a connection to a USB wall charger, or the user holding "charge mode" button) and return that as a third value. 2007-09-04 08:03:07 +00:00
adc-sh.c Moved SH1 ADC to target tree. 2007-04-15 23:35:56 +00:00
crt0.S Clean up crt0.S and move it to the target tree 2006-08-31 19:45:05 +00:00
memcpy-sh.S Removed executable flag 2007-01-09 23:29:07 +00:00
memmove-sh.S Removed executable flag 2007-01-09 23:29:07 +00:00
memset-sh.S Removed executable flag 2007-01-09 23:29:07 +00:00
strlen-sh.S Removed executable flag 2007-01-09 23:29:07 +00:00
system-sh.c A bit of clarification of code origin. No code change. 2007-04-15 22:52:42 +00:00
system-target.h A bit of clarification of code origin. No code change. 2007-04-15 22:52:42 +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