rockbox/firmware
Fred Bauer ef56fa6516 Missed line in r30818
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30819 a1c6a512-1295-4272-9138-f99709370657
2011-10-21 20:32:18 +00:00
..
common fix sign error 2011-10-21 06:45:26 +00:00
decompressor
drivers Provide font_lock(). Font_get_bits() or ..width() may have to read glyph cache misses from disk so provide a means to lock the buflib memory during the wait. 2011-10-21 18:05:52 +00:00
export Provide font_lock(). Font_get_bits() or ..width() may have to read glyph cache misses from disk so provide a means to lock the buflib memory during the wait. 2011-10-21 18:05:52 +00:00
include Change lru from double to single linked list. Only the font cache uses LRU and it never searches in reverse. Saves 2 bytes per glyph. 2011-10-21 20:23:21 +00:00
libc
target Some iPod Video's need a 2nd call of ub_drv_init() to establish the USB connection. This workaround breaks the USB functionality for other devices. Until there is a proper fix available just use the workaround for iPod Video only. Fixes FS#12324. 2011-10-20 14:48:20 +00:00
test
usbstack Use array index 'i' only -after- bounds check 2011-10-21 18:51:19 +00:00
arabjoin.c
arabjoin.h
ata_idle_notify.c
backlight-sw-fading.c
backlight.c
bidi.c
buffer.c Fix errors and warnings. 2011-08-14 15:37:05 +00:00
buflib.c Fix audio_get_buffer() implementation on hwcodec, to be similar to the swcodec one. Should make hwcodec bood again. 2011-10-09 12:30:37 +00:00
COPYING
core_alloc.c core_alloc: Provide a tiny test allocation, which can be freed for debug purposes. 2011-10-05 18:32:19 +00:00
debug.c
eeprom_settings.c
enc_base.c
events.c
firmware.make
font.c Add empty font_lock() for bootloaders to fix builds. 2011-10-21 20:15:26 +00:00
font_cache.c In search(): eliminate an unnecessary test. 2011-10-18 17:02:24 +00:00
general.c
hangul.c
ifp_usb_serial.c
kernel.c Fix "variable 'result' set but not used" warning 2011-07-19 21:06:30 +00:00
load_code.c
logf.c
lru.c Missed line in r30818 2011-10-21 20:32:18 +00:00
panic.c
pcm.c Shuffle some functions around so that interfacing with playback.c in particular isn't required. Though playback does finish the audio init, pcm doesn't care who does it. 2011-09-01 12:15:43 +00:00
pcm_mixer.c
pcm_sampr.c
powermgmt.c FS:12299 Font glyph cache is no longer saved. Each font will now have its own glyph cache file with the extension '.gc' Includes a temporary fix that delays saving the file to prevent the creation of multiple gc files with same name. Mostly JD Gordon's code. 2011-10-16 13:18:46 +00:00
profile.c
README
rolo.c GSoC/Buflib: Add buflib memory alocator to the core. 2011-08-30 14:01:33 +00:00
rom.lds
screendump.c
scroll_engine.c
sdmmc.c
sound.c imx233/fuze+: add volume handling to sound.c 2011-10-18 22:00:53 +00:00
SOURCES imx233/fuze+: implement pcm out and audio codec, update SOURCES 2011-10-18 22:08:41 +00:00
storage.c
system.c
thread.c
timer.c
tuner.c
usb.c usb: only declare usb_mmc_countdown on target which don't use the usb stack 2011-10-08 13:00:04 +00:00

See docs/README