.. |
common
|
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently).
|
2010-06-21 16:53:00 +00:00 |
decompressor
|
|
|
drivers
|
Part of FS#11367 by me: e200v2 enable line out
|
2010-06-27 23:27:54 +00:00 |
export
|
Enable HID support, clean up usb-drv-as3525.c a bit, add a workaround for weird Linux behaviour (don't have Windows to test with), we don't need to set up USB_PHY_EPx_INFO (OF doesn't bother either).
|
2010-06-28 09:46:13 +00:00 |
include
|
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently).
|
2010-06-21 16:53:00 +00:00 |
libc
|
Add an advanced build option to force compiling and linking our reduced C library (probably useful for the sim).
|
2010-06-22 18:34:03 +00:00 |
target
|
usb-drv-as3525v2.c: fix compilation (typo)
|
2010-06-29 19:02:51 +00:00 |
test
|
|
|
usbstack
|
usb_storage seems to be working now, enable USE_ROCKBOX_USB on C200v2, other AMSv1 untested.
|
2010-06-22 05:46:54 +00:00 |
arabjoin.c
|
|
|
arabjoin.h
|
|
|
ata_idle_notify.c
|
|
|
backlight-sw-fading.c
|
|
|
backlight.c
|
I shouldn't have touched backlight.c at all :\ Also fix the yellow in peakmeter.c
|
2010-06-21 17:26:50 +00:00 |
bidi.c
|
|
|
buffer.c
|
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently).
|
2010-06-21 16:53:00 +00:00 |
COPYING
|
|
|
debug.c
|
|
|
eeprom_settings.c
|
|
|
enc_base.c
|
|
|
events.c
|
|
|
firmware.make
|
Silence the genversion.sh line during compilation a bit (to "GEN version.h").
|
2010-06-23 00:12:31 +00:00 |
font.c
|
revert r27027,27028, 27071 - need to find a correct way to close font fd's. 27027 caused data aborts, 27028 caused multifont issues after returning from usb
|
2010-06-23 02:57:04 +00:00 |
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
|
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently).
|
2010-06-21 16:53:00 +00:00 |
lru.c
|
|
|
mp3_playback.c
|
|
|
panic.c
|
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently).
|
2010-06-21 16:53:00 +00:00 |
pcm.c
|
Should clear up rest of red. Add a required #define in the config for c200. Fix up some preprocessing directives. Hope it's all taken care of now.
|
2010-06-26 10:37:41 +00:00 |
pcm_sampr.c
|
|
|
powermgmt.c
|
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently).
|
2010-06-21 16:53:00 +00:00 |
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
|
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently).
|
2010-06-21 16:53:00 +00:00 |
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
|
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently).
|
2010-06-21 16:53:00 +00:00 |
SOURCES
|
Add an advanced build option to force compiling and linking our reduced C library (probably useful for the sim).
|
2010-06-22 18:34:03 +00:00 |
storage.c
|
No need to break after a return
|
2010-05-29 21:54:23 +00:00 |
system.c
|
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently).
|
2010-06-21 16:53:00 +00:00 |
thread.c
|
For multiprocessor targets, do the thread_exit routine such that we don't need to rely on the compiler's good graces to have stack switching be reliable. Only needs a few asm instructions.
|
2010-06-18 03:10:18 +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
|
as3525: bootloader USB mode
|
2010-06-18 01:47:39 +00:00 |