rockbox/firmware/target/coldfire/iriver
2007-03-05 08:14:27 +00:00
..
h100 iRiver H100 series: Catching up on old work. Use a better way to keep playback going when switching optical output. Doesn't mess with the DMA peripheral requests to do it like before but just writes a sample to the FIFO. Would really like to reformulate interrupt scheme on Coldfire to allow DMA interrupts to be blocked specifically but not normally. 2007-03-04 21:43:35 +00:00
h300 H300 bootloader: (Work in progress) Boot Rockbox on RTC alarm, add charging screen, move to a separate source file, backlight is on during USB mode (again) 2007-03-02 11:28:23 +00:00
ata-iriver.c
audio-iriver.c More catching up on old work. Refine audio interface setup on Coldfire. Stop the funky glitching on the iAudio stuff when starting recording esp. at 88.2kHz. (probably due to the bidi interface). iRivers don't seem to care what you do. TLV320 still seems to have a little trouble selecting it's filters correctly for 88.2kHz or it could be some odd phasing effect. Get rid of the horrible reset parameter in pcm_apply_settings as it can decide for itself. 2007-03-05 08:14:27 +00:00
backlight-target.h Turn backlight ON at boot unless bootloader has already done that. 2007-01-12 20:26:23 +00:00
button-target.h Moved archos button reading to target tree. * Cleanup of button.[ch]. * Deactivated serial remote code for recorder FM/V2 as there is no remote pin, saving ~500 bytes of code. 2006-11-27 02:16:32 +00:00
lcd-remote-iriver.c Move target specific parts of the H100 remote LCD driver to target tree. 2007-02-25 22:09:14 +00:00
lcd-remote-target.h Move target specific parts of the H100 remote LCD driver to target tree. 2007-02-25 22:09:14 +00:00
system-iriver.c Do the CONFIG_USBOTG define correctly 2007-02-18 04:57:28 +00:00
usb-target.h