rockbox/firmware
Tobias Diedrich 8e8c8dce51 Either the removal of the unneeded flush or the additional epn_info setup
has made it more reliable.  It seems to basically work now, but
somehow when Linux tries to read the partition table and it gets the
"scsi read10" command, the storage_read_sectors(drive=0, start=0, count=8)
call never returns...


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26894 a1c6a512-1295-4272-9138-f99709370657
2010-06-17 17:50:48 +00:00
..
common Make disk_init() non-static again. I forgot to look at the bootloaders 2010-06-06 13:28:13 +00:00
decompressor
drivers AMSv2 RTC: no need to write to RTC_WAKEUP register 2010-06-17 05:28:38 +00:00
export The mystery FM chip in some Sansa Clip+ players has been identified as a RDA5802, so rename files and functions. Also fix several bugs. 2010-06-16 20:29:08 +00:00
include
libc inttypes.h: remove excessive PRI*PTR declaration when long isn't 64 bits 2010-05-30 16:07:54 +00:00
target Either the removal of the unneeded flush or the additional epn_info setup 2010-06-17 17:50:48 +00:00
test
usbstack remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hotswapping things 2010-06-05 21:12:16 +00:00
arabjoin.c
arabjoin.h
ata_idle_notify.c
backlight-sw-fading.c
backlight.c
bidi.c
buffer.c
COPYING
debug.c
eeprom_settings.c
enc_base.c
events.c
firmware.make genversion: generate version.c and version.h independantly 2010-05-28 04:07:57 +00:00
font.c
font_cache.c
general.c
hangul.c
ifp_usb_serial.c
kernel.c avoid dereferencing void** to remove warnings when building with -Os 2010-06-10 02:26:09 +00:00
logf.c
lru.c
mp3_playback.c
panic.c
pcm.c 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
pcm_sampr.c
powermgmt.c
profile.c
README
rolo.c rolo: use BX for ARM branches 2010-05-31 14:42:27 +00:00
rom.lds
screendump.c
scroll_engine.c
sdmmc.c remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hotswapping things 2010-06-05 21:12:16 +00:00
sound.c
SOURCES The mystery FM chip in some Sansa Clip+ players has been identified as a RDA5802, so rename files and functions. Also fix several bugs. 2010-06-16 20:29:08 +00:00
storage.c No need to break after a return 2010-05-29 21:54:23 +00:00
system.c
thread.c Threading: Split processor support code into respective target files. C files from /target/xxx are included into thread.c because of essential inlining and files are code, not declarations. Copyrights in each new file go to whoever implemented the first functional support. 2010-06-02 12:45:36 +00:00
timer.c
tuner.c The mystery FM chip in some Sansa Clip+ players has been identified as a RDA5802, so rename files and functions. Also fix several bugs. 2010-06-16 20:29:08 +00:00
usb.c Put an #ifdef in the technically correct place. No functional change. 2010-06-05 22:04:14 +00:00

See docs/README