rockbox/firmware
2009-06-07 21:27:05 +00:00
..
common
decompressor
drivers Convert a number of places in core and plugins to use the BIT_N() macro instead of 1<<n. Speeds up things on SH1, and also reduces core binsize. Most notable speedups: 1 bit lcd driver: drawpixel +20%, drawline + 27%, hline +5%; jpeg viewer: +8% for 1/8 scaling. Other targets are unaffected. 2009-06-07 21:27:05 +00:00
export Replace 1UL in BIT_N with 1U to avoid turning it into a 64-bit operation on 64-bit sim targets. 2009-06-06 00:58:57 +00:00
include
target Sansa Clip: apply r21190 to asm lcd_greydata : 2% speedup 2009-06-06 14:13:48 +00:00
test
usbstack always call the class driver init function. This is needed because they are called before the usb_core_enable_driver() calls, so depending on enabled status breaks things 2009-05-24 20:46:57 +00:00
arabjoin.c
arabjoin.h
ata_idle_notify.c
backlight-sw-fading.c
backlight.c
bidi.c
buffer.c
COPYING
debug.c
eeprom_settings.c
enc_base.c
events.c
firmware.make
font.c
font_cache.c
general.c
hangul.c
hotswap.c
ifp_usb_serial.c
kernel.c
logf.c
lru.c
mp3_playback.c
panic.c
pcm.c
pcm_sampr.c
powermgmt.c
profile.c
README
rolo.c Fix RoLo on MIPS targets 2009-06-04 11:57:43 +00:00
rom.lds
screendump.c Convert a number of places in core and plugins to use the BIT_N() macro instead of 1<<n. Speeds up things on SH1, and also reduces core binsize. Most notable speedups: 1 bit lcd driver: drawpixel +20%, drawline + 27%, hline +5%; jpeg viewer: +8% for 1/8 scaling. Other targets are unaffected. 2009-06-07 21:27:05 +00:00
scroll_engine.c
sound.c Fix audio on Onda VX747 2009-05-26 22:57:49 +00:00
SOURCES Onda VX747: try at implementing FM tuner support 2009-06-01 21:00:31 +00:00
system.c
thread.c
timer.c
tuner.c
usb.c

See docs/README