rockbox/firmware
Michael Sevakis 126d81ecf5 Fix up the ACK generation in the Coldfire i2c driver.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13722 a1c6a512-1295-4272-9138-f99709370657
2007-06-26 23:53:32 +00:00
..
common Bring back rolo for mi4-based targets (H10 and Sansa). 2007-06-04 13:48:21 +00:00
decompressor
drivers Gigabeat: Audio tweak mishmash - Make sure zero crossing detection times out so the volume always gets updated. Make sure i2s is off at boot and set to proper mode before audio hardware is initialized. Make pausing pcm instant instead of waiting until the end of the current DMA transfer. 2007-06-24 20:41:27 +00:00
export current_tick really does need to be volatile since gcc can optimize away checking the value otherwise - found out the hard way. :) 2007-06-25 20:46:54 +00:00
include Bring back rolo for mi4-based targets (H10 and Sansa). 2007-06-04 13:48:21 +00:00
target Fix up the ACK generation in the Coldfire i2c driver. 2007-06-26 23:53:32 +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 Remove some unneeded buttonlight code 2007-05-14 04:52:36 +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
font_cache.c
general.c
hangul.c
id3.c Initial commit of Monkey's Audio (.ape/.mac) support. Note that Monkey's is an extremely CPU-intensive codec, and that the decoding speed is directly related to the compression level (-c1000, -c2000, -c3000, -c4000 or -c5000) used when encoding the file. Current performance is: -c1000 to -c3000 are realtime on a Gigabeat, -c1000 is realtime on Coldfire targets (H100, H300 and Cowon), and nothing is realtime on PortalPlayer targets (iPods, H10, Sansa). Hopefully this can be improved. More information at FS #7256. 2007-06-05 16:58:29 +00:00
kernel.c current_tick really does need to be volatile since gcc can optimize away checking the value otherwise - found out the hard way. :) 2007-06-25 20:46:54 +00:00
logf.c
lru.c
Makefile
mp3_playback.c Accept FS#7264 'Build with -Os switch for coldfire targets'. 2007-06-13 15:35:07 +00:00
mp3data.c
mpeg.c A patch by Robert Keevil that's been in the tracker way to long, fixes FS #6213: Audioscrobbler incorrectly submits last song 2007-06-24 18:46:04 +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_playback.c Fix up #endif. 2007-06-17 16:32:02 +00:00
pcm_record.c Straighten out some audio path APIs and misc. audio stuff. Having recording is not a prerequisite to having input/output source selection which is probably most useful when adding a audio input features like FM to a new port without forcing recording to be implemented first. 2007-06-08 23:42:04 +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 Bring back rolo for mi4-based targets (H10 and Sansa). 2007-06-04 13:48:21 +00:00
rom.lds
sound.c e200: Fix errors from recording addition and a warning that comes up when fixing the errors. 2007-06-05 07:22:26 +00:00
SOURCES Gigabeat: Replace generic i2c driver with one that uses the CPU's builtin controller. Add some clocking registers to 'View I/O ports'. 2007-06-26 02:11:30 +00:00
system.c Fix build errors. 2007-04-22 12:27:54 +00:00
thread.c Apply FS#7183. Also change to use documented ways to avoid inlining of functions. 2007-06-05 19:10:54 +00:00
timer.c
tuner_philips.c
tuner_samsung.c
tuner_sanyo.c e200: Remove register fiddling in the tuner driver that has nothing to do with the tuner but with switching SD cards. 2007-06-18 08:51:15 +00:00
usb.c
usb_serial.c

See docs/README