.. |
common
|
Move memset6() declaration to string-extra.h, kills a warning compiling for android since it ships a memory.h.
|
2010-08-12 13:55:01 +00:00 |
decompressor
|
|
|
drivers
|
fix r27921 : lcd_putsxyf() for charcell
|
2010-08-28 21:54:19 +00:00 |
export
|
Implement lcd(_remote)_putsxyf() and export to plugins
|
2010-08-28 21:46:18 +00:00 |
include
|
Fix checkwps.
|
2010-08-27 12:48:29 +00:00 |
libc
|
Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.
|
2010-08-27 12:38:25 +00:00 |
target
|
AMSv2: remove a bunch of panicf() in SD driver
|
2010-08-28 11:22:58 +00:00 |
test
|
Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes).
|
2010-05-06 21:04:40 +00:00 |
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
|
change get_glyph_size() to font_glyphs_to_bufsize(). fixes a bug when font glyph buffer < font header
|
2010-08-27 18:25:23 +00:00 |
font_cache.c
|
|
|
general.c
|
Simplify mpegplayer a bit and use array-based lists rather than linked lists for stream management. Move a couple useful functions to handle pointer arrays from kernel.c into general.c; mpeglayer now makes use of them.
|
2010-05-17 12:34:05 +00:00 |
hangul.c
|
|
|
ifp_usb_serial.c
|
Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes).
|
2010-05-06 21:04:40 +00:00 |
kernel.c
|
avoid dereferencing void** to remove warnings when building with -Os
|
2010-06-10 02:26:09 +00:00 |
load_code.c
|
Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.
|
2010-08-27 12:38:25 +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
|
Remove lots of simulator-speficic #ifdef'ing in sound.c to allow for DSP effects in the sims, e.g. for bass and treble (targets that do those effects in HW don't simulate using dsp).
|
2010-04-25 22:54:58 +00:00 |
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
|
Do not return negative sleeptimer values
|
2010-08-11 23:36:35 +00:00 |
profile.c
|
Remove last traces of sprintf.h
|
2010-05-07 02:13:47 +00:00 |
README
|
|
|
rolo.c
|
rolo: use BX for ARM branches
|
2010-05-31 14:42:27 +00:00 |
rom.lds
|
|
|
screendump.c
|
Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline.
|
2010-05-06 17:35:04 +00:00 |
scroll_engine.c
|
Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and a bit further cleanup in main gets rid of a warning when compiling for android.
|
2010-08-12 13:38:25 +00:00 |
sdmmc.c
|
Various minor cleanups
|
2010-08-01 10:07:05 +00:00 |
sound.c
|
Mark some local variables with 'static'.
|
2010-08-11 09:11:43 +00:00 |
SOURCES
|
2nd try: Introduce a small api for loading code (codecs,plugins) from disk/memory.
|
2010-08-27 00:29:50 +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 |