rockbox/firmware
Michael Sevakis d803cf5e4e Heh. Better way to load the PROCESSOR_ID address. Thanks Thom. :)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13156 a1c6a512-1295-4272-9138-f99709370657
2007-04-14 11:46:05 +00:00
..
common Dircache fixes: Stop scanning properly if shutdown is initiated. Require user to re-enable dircache if initialization fails. Don't create statefile unless eeprom settings have been initialized. 2007-04-07 17:48:51 +00:00
decompressor
drivers fix volume of left headphone 2007-04-14 02:00:44 +00:00
export * make it louder - inspired by FS #6911 2007-04-14 00:49:35 +00:00
include More complete sized integer definitions. 2007-04-10 09:43:06 +00:00
target Heh. Better way to load the PROCESSOR_ID address. Thanks Thom. :) 2007-04-14 11:46:05 +00:00
test
app.lds PNX0101 changes: 2007-03-24 19:26:13 +00:00
arabjoin.c
arabjoin.h
ata_idle_notify.c
backlight.c Fix bootloader warning. 2007-04-12 22:26:19 +00:00
bidi.c
bitswap.S
boot.lds
buffer.c
COPYING
debug.c
descramble.S
eeprom_settings.c
enc_base.c
FILES
font.c Simplify the readshort/readlong/readstr functions - move the bounds checking into the calling function (which allows bounds-checking in chunks) and change the readshort/readlong functions (which now always succeed) to return the value read instead of a result code. Indirectly closes FS #7026 2007-04-13 19:51:19 +00:00
font_cache.c
general.c
hangul.c
id3.c Correct parsing of the ID3V2 extended header 2007-03-30 12:55:46 +00:00
kernel.c Simplification, queue pointers don't wrap (except at INT_MAX, but the calculation is still correct in this case). Implemented queue_count() for the simulator. 2007-04-14 09:47:47 +00:00
logf.c
lru.c
Makefile
mp3_playback.c Moved SH1 system code to target tree. * First shot at hwcompat cleanup. 2007-04-11 23:51:00 +00:00
mp3data.c Fix simulator builds, and some debugf() format strings. 2007-03-17 09:54:28 +00:00
mpeg.c Moved SH1 system code to target tree. * First shot at hwcompat cleanup. 2007-04-11 23:51:00 +00:00
panic.c Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. 2007-04-06 22:55:00 +00:00
pcm_playback.c
pcm_record.c Recording queue should be set to IRQ safe mode as well. 2007-03-31 15:26:33 +00:00
pcm_sampr.c
powermgmt.c Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BACKLIGHT to a simple HAVE_BACKLIGHT. 2007-04-12 22:12:13 +00:00
profile.c
README
replaygain.c
rolo.c Portal Player: Add invalidate_icache and flush_icache. Flush the cache on the core for newborn threads. In doing so, move more ARM stuff to the target tree and organize it to make a clean job of it. If anything isn't appropriate for some particular device give a hollar or even just fix it by some added #ifdefing. I was informed that the PP targets are register compatible so I'm going off that advice. The Sansa likes it though. 2007-04-13 20:55:48 +00:00
rom.lds
sound.c simplify UDA1380 bass and treble code 2007-04-12 09:08:49 +00:00
SOURCES Moved SH1 system code to target tree. * First shot at hwcompat cleanup. 2007-04-11 23:51:00 +00:00
system.c PP5020/PP5024: Add ASM optimized inline current_core. 2007-04-14 11:15:43 +00:00
thread.c Hrmph. Forgot the other instance of cache hacking. 2007-04-13 21:25:07 +00:00
timer.c PNX0101 changes: 2007-03-24 19:26:13 +00:00
tuner_philips.c FM Radio mishmash: Make a quieter screen for the SWCODEC targets esp. for the benefit of x5; I wasn't sure if it was good to alter timeouts for HW codec. Simplify things and prepare for eventual scanning and tuning changes (which should help quiet x5 down even more). Make things behave themselves better in general. Enable SWCODEC FM Recording menu and screen for sim as a bonus. 2007-03-16 14:40:40 +00:00
tuner_samsung.c FM Radio mishmash: Make a quieter screen for the SWCODEC targets esp. for the benefit of x5; I wasn't sure if it was good to alter timeouts for HW codec. Simplify things and prepare for eventual scanning and tuning changes (which should help quiet x5 down even more). Make things behave themselves better in general. Enable SWCODEC FM Recording menu and screen for sim as a bonus. 2007-03-16 14:40:40 +00:00
usb.c Moved archos USB handling to target tree. Minor simplification for coldfire (only one usb-target.h). 2007-04-11 20:44:32 +00:00
usb_serial.c

See docs/README