.. |
common
|
Rockbox as an application: Commit current Android port progress.
|
2010-08-02 20:34:47 +00:00 |
decompressor
|
|
|
drivers
|
Rockbox as an application: Commit current Android port progress.
|
2010-08-02 20:34:47 +00:00 |
export
|
Implement HAVE_LCD_ENABLE and lcd_update_rect(). When Rockbox runs in the background
|
2010-08-04 01:03:25 +00:00 |
include
|
Rockbox as an application: add get_user_file_path().
|
2010-08-01 16:15:27 +00:00 |
libc
|
Move some gcc extensions to new gcc_extensions.h header
|
2010-07-25 14:44:29 +00:00 |
target
|
A bit of work in the pcm driver. Should be a bit more efficient, but more importantly more dependable. Stopping playback now properly recovers if playback crashed for some reason (shouldn't happen of course).
|
2010-08-04 18:34:32 +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
|
Fix #ifdef in backlight.c from previous commit
|
2010-08-01 10:17:17 +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
|
Rename/change SIMVER to APP_TYPE in the Makefiles.
|
2010-07-10 13:49:49 +00:00 |
font.c
|
Rockbox as an application: add get_user_file_path().
|
2010-08-01 16:15:27 +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
|
Fix a logf bug which would trigger undefined behaviour(and probably crash) when both DEBUG, CONFIG_PLATFORM & PLATFORM_HOSTED are enable
|
2010-08-02 09:10:35 +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
|
Add optional CURRENT_ATA in runcurrent(). On MPIO HD200 powering ata takes ~100mA which is sagnificant contribution to the total power consumption.
|
2010-07-27 21:27:51 +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
|
Various minor clean-ups for mrobe
|
2010-07-31 13:41:06 +00:00 |
sdmmc.c
|
Various minor cleanups
|
2010-08-01 10:07:05 +00:00 |
sound.c
|
Rockbox as an application: Commit current Android port progress.
|
2010-08-02 20:34:47 +00:00 |
SOURCES
|
system-arm.c/__div0 are for ARM native builds only
|
2010-08-03 19:00:29 +00:00 |
storage.c
|
Add #include to power-ipod.c, make some variables static in storage.c
|
2010-07-31 10:59:22 +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
|
Rockbox as an application: Commit current Android port progress.
|
2010-08-02 20:34:47 +00:00 |
timer.c
|
|
|
tuner.c
|
FM tuner region code cleanup - FS #11492 by me.
|
2010-07-26 20:15:16 +00:00 |
usb.c
|
as3525: bootloader USB mode
|
2010-06-18 01:47:39 +00:00 |