rockbox/firmware
2007-10-12 00:28:57 +00:00
..
common Fix FS #5852 by trying to properly close and update the recorded file, and give the FAT the correct file info. Add filehandle checks to some file functions. 2007-10-10 23:26:17 +00:00
decompressor Removed executable flag 2007-01-09 23:29:07 +00:00
drivers Fix FS #5852 by trying to properly close and update the recorded file, and give the FAT the correct file info. Add filehandle checks to some file functions. 2007-10-10 23:26:17 +00:00
export PP LCD drivers: * Optimised and cleaned up PP colour LCD drivers. Immeasurable speedup on iPod Color, huge speedup on small H10 (a factor of 3). Should be a bit faster on big H10 too. * Big H10 changed bitmap format, so needs reconfiguring + full rebuild. * Better register naming for the mono LCD bridge. Register names for the colour LCD bridge. 2007-10-12 00:28:57 +00:00
include Keep track of the number of opened files in the sim to enforce the same limit as on target. 2007-10-09 15:15:00 +00:00
target PP LCD drivers: * Optimised and cleaned up PP colour LCD drivers. Immeasurable speedup on iPod Color, huge speedup on small H10 (a factor of 3). Should be a bit faster on big H10 too. * Big H10 changed bitmap format, so needs reconfiguring + full rebuild. * Better register naming for the mono LCD bridge. Register names for the colour LCD bridge. 2007-10-12 00:28:57 +00:00
test Removed second test 2007-01-09 23:38:42 +00:00
usbstack first part of usbstack patches -> show and use selection of usb stack mode only, if 2007-09-30 12:25:06 +00:00
app.lds Trying to get the main FW to boot 2007-09-30 20:52:39 +00:00
arabjoin.c
arabjoin.h
ata_idle_notify.c Fix settings not saving to disk correctly, (fixes FS#6408) 2006-12-06 12:11:57 +00:00
backlight.c Name all button light functions and variables consistently starting with buttonlight_ . 2007-10-07 15:02:02 +00:00
bidi.c code police, no functional changes 2007-07-30 22:33:31 +00:00
bitswap.S
boot.lds Fix zeroing out some variable space 2007-09-30 22:21:51 +00:00
buffer.c
COPYING
debug.c Fix SH1 debug builds. 2007-03-02 20:03:41 +00:00
descramble.S
eeprom_settings.c Prepare core support for the iriver bootloader supporting ROM images 2007-01-12 18:34:00 +00:00
enc_base.c Recording: Add AIFF recording to SWCODEC. Note: AIFF playback chokes on sample rates other than 44.1kHz whether recorded or created and saved with an external program. Recorded files will still open in an external editor however. 2006-11-24 19:49:04 +00:00
FILES Move some more files around and get the main build compiling 2007-09-30 16:29:21 +00:00
font.c Fix 64 bit simulator warning. 2007-10-02 17:04:56 +00:00
font_cache.c
general.c Forgot to use cvs add on a few new files in the fresh checkout I used. woops. 2006-11-06 18:18:05 +00:00
hangul.c
hotswap.c Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with some tweaks. All testers have given the green light. (Now for the RED ?? ;). 2007-06-30 02:08:27 +00:00
id3.c Remove the ID3 tag version priority setting on the grounds of it being pretty pointless. ID3v2 tags are superior to ID3v1 tags, and needs less seeking around to find. 2007-09-19 10:40:55 +00:00
kernel.c Stabilize PP5020 targets - tested on H10 5/20GB and iPod Color. Use no interrupts on COP but pulse it through the control interface. Don't mess with LCD clocking during clock changes. Give a reset register a name (DEV_OFF_MASK). 2007-10-05 23:24:46 +00:00
logf.c Support building tagcache db natively on PC using the core of the 2006-11-10 08:03:33 +00:00
lru.c
Makefile Prevent sysfont.h being regenerated during every build. 2007-01-18 00:46:52 +00:00
mp3_playback.c Accept FS#7264 'Build with -Os switch for coldfire targets'. 2007-06-13 15:35:07 +00:00
mp3data.c Fix simulator builds, and some debugf() format strings. 2007-03-17 09:54:28 +00:00
mpeg.c Remove the ID3 tag version priority setting on the grounds of it being pretty pointless. ID3v2 tags are superior to ID3v1 tags, and needs less seeking around to find. 2007-09-19 10:40:55 +00:00
panic.c Messages queues must be guarded on both ends or else it's a race between detecting a message present and missing a wakeup on thread about to wait. Keeping IRQs from interacting with the scheduler would be preferable but this should do at the moment. Add more detailed panic info regarding blocking violations so we know who. Make panicf function well enough on Gigabeat and PortalPlayer targets. Move the core sleep instructions into a CPU-specific inline to keep thing organized. 2007-05-12 05:20:04 +00:00
pcm.c Still on the post-big-commit policing. Correct a function call order. Comment a couple things. 2007-10-07 23:19:09 +00:00
pcm_record.c Fix FS #5852 by trying to properly close and update the recorded file, and give the FAT the correct file info. Add filehandle checks to some file functions. 2007-10-10 23:26:17 +00:00
pcm_sampr.c Forgot to use cvs add on a few new files in the fresh checkout I used. woops. 2006-11-06 18:18:05 +00:00
powermgmt.c Fix the LCD line remaining active after shutdown on grayscale ipods (FS#5199). Original patch by Tomasz Mon, modified by me. 2007-09-29 20:56:07 +00:00
profile.c
README
replaygain.c Remove some debug code. Remove some unnecessary checks. 2007-08-25 10:56:22 +00:00
rolo.c Add some defines for pp502x. No guarantee as to full accuracy yet but that's not really too important. Use them in the code. 2007-09-30 10:53:31 +00:00
rom.lds Fixed the rombox generation for SH1. 2007-01-08 19:19:23 +00:00
scroll_engine.c Woops, forgot to change it here too. 2007-09-30 21:48:40 +00:00
sound.c Increase step size of stereo width to 5% to avoid tediously long list in settings. Reduce max limit from 255% to 250% for cosmetic reasons, value of 255% was chosen because of (very) old restrictions in settings system anyway. 2007-10-09 21:29:20 +00:00
SOURCES c200: First implemention of lcd_yuv_blit(). mpegplayer works now, but speed can be optimized more and dithering is not yet implemented. 2007-10-07 17:54:49 +00:00
system.c Commit a subset of the dual core changes that have to do with cache handling, stacks, firmware startup and thread startup. Tested on e200, H10-20GB, iPod Color and 5.5G. Thread function return implemented for all targets. Some changes to plugins to follow shortly. 2007-09-28 10:20:02 +00:00
thread.c Stabilize PP5020 targets - tested on H10 5/20GB and iPod Color. Use no interrupts on COP but pulse it through the control interface. Don't mess with LCD clocking during clock changes. Give a reset register a name (DEV_OFF_MASK). 2007-10-05 23:24:46 +00:00
timer.c Fix empty commit: Add grayscale support for ARM in vertical packing format. 2007-09-22 23:37:58 +00:00
tuner.c e200: Tuner driver needs to yield alot and also be mutexed. FM debug screen got broken again and was ignoring cancellation and not drawing the lines. 2007-07-14 22:00:50 +00:00
usb.c Commit a subset of the dual core changes that have to do with cache handling, stacks, firmware startup and thread startup. Tested on e200, H10-20GB, iPod Color and 5.5G. Thread function return implemented for all targets. Some changes to plugins to follow shortly. 2007-09-28 10:20:02 +00:00
usb_serial.c

See docs/README