rockbox/firmware
2007-05-10 03:08:47 +00:00
..
common avoid declaring shadow 'rc' variables (-Wshadow!) 2007-04-26 10:29:41 +00:00
decompressor
drivers Basic gigabeat buttonlight support outside of debug menu FS#7112. Also disables USB PLL and the USB device clock (uneeded to connect to computer) - May offer some power savings. Changed how some pins are initialized. 2007-05-07 19:34:34 +00:00
export Add in buttonlight brightness setting for the Gigabeat, and setup the framework for future players that have adjustable button light brightness settings. Also fixed a bug in the backlight code when the brightness was set to 0. 2007-05-08 06:45:38 +00:00
include More complete sized integer definitions. 2007-04-10 09:43:06 +00:00
target More Gigabeat button light fixes. Settings now work properly, startup does not cause the button lights to flash when disabled. Buttonlights are now shutdown on power off. 2007-05-10 03:08:47 +00:00
test
app.lds move the iriver ifp7xx and other pnx0101 related files together in the target tree 2007-04-19 10:14:55 +00:00
arabjoin.c
arabjoin.h
ata_idle_notify.c
backlight.c More Gigabeat button light fixes. Settings now work properly, startup does not cause the button lights to flash when disabled. Buttonlights are now shutdown on power off. 2007-05-10 03:08:47 +00:00
bidi.c
bitswap.S
boot.lds
buffer.c
COPYING
debug.c
descramble.S
eeprom_settings.c
enc_base.c
FILES move audio drivers together into a subdir 2007-04-19 10:46:50 +00:00
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
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
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 Make recording complain about every little file I/O problem (error on close() failure and fsync() failure). Why? I guess we will find out the disk is full about 1/2 sector sooner on average when the file APIs actually detect this correctly. :/ 2007-04-25 19:53:34 +00:00
pcm_sampr.c
powermgmt.c No more ear doctor visits after powering/unpowering the Gigabeat. Cleanup a little too. 2007-05-03 18:08:00 +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 Gigabeat: Separate driver for audio codec. Tweak pcm driver to comply with intended interface. 2007-05-02 22:33:24 +00:00
SOURCES Gigabeat: Separate driver for audio codec. Tweak pcm driver to comply with intended interface. 2007-05-02 22:33:24 +00:00
system.c Fix build errors. 2007-04-22 12:27:54 +00:00
thread.c Hrmph. Forgot the other instance of cache hacking. 2007-04-13 21:25:07 +00:00
timer.c
tuner_philips.c
tuner_samsung.c
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