..
common
Fix screendump on iPod Nano 2G by increasing the usb thread stack size and reducing the stack usage of FAT and storage functions
2010-10-25 12:36:57 +00:00
decompressor
drivers
Enable line out on c200v1 - part of FS#11367 by me - Thanks to Nate for testing
2010-10-27 21:30:04 +00:00
export
HDD6330: fix some values in config (USB PID, battery capacity), insert commented out ATA DMA.
2010-10-27 19:53:47 +00:00
include
format() (and its alias vuprintf) return values are uncheck -> void
2010-09-20 08:55:45 +00:00
libc
format() (and its alias vuprintf) return values are uncheck -> void
2010-09-20 08:55:45 +00:00
target
Initialize (instantiate) RockboxFramebuffer from the C code like with the othe java objects.
2010-10-29 23:12:08 +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
Fix outdated comment
2010-10-02 16:03:31 +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
If BUFFER_ALLOC_DEBUG is defined, make buffer_alloc() not actually allocate anything if size==0, so code that uses buffer_alloc(0) to find out what address it would get keeps working
2010-09-26 12:27:38 +00:00
COPYING
debug.c
Redirect (L)DEBUGFs to adb logcat in DEBUG enabled builds.
2010-09-20 17:38:47 +00:00
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
Ged rid of uisimulator/common/io.c for android builds.
2010-09-01 21:29:34 +00:00
hangul.c
ifp_usb_serial.c
firmware/ : use lcd_putsf() (only in debug code)
2010-08-28 23:12:11 +00:00
kernel.c
Ged rid of uisimulator/common/io.c for android builds.
2010-09-01 21:29:34 +00:00
load_code.c
Extend lc_open() to also being able to load overlay plugins.
2010-09-09 16:17:21 +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
Allow e200 to compile without HAVE_RECORDING
2010-09-17 20:42:45 +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
Really fix yellow: Rename BMP_LINESIZE and BMP_BPP to get rid of the macro name collision
2010-10-25 12:52:02 +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
HDD6330 and HDD1630: split the code for the backlight, cause it's rather different for these targets.
2010-10-21 21:03:17 +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
Add optional (define BUFFER_ALLOC_DEBUG to enable it) code to check for code overflowing buffer_alloc()-allocated buffers.
2010-09-26 12:05:42 +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
Really fix yellow: Rename BMP_LINESIZE and BMP_BPP to get rid of the macro name collision
2010-10-25 12:52:02 +00:00