rockbox/firmware
2007-08-12 14:13:33 +00:00
..
common Makes apps and plugins interract with directories using a posix-like api instead of calling dircache / simulator functions (no additionnal layer added, only a cosmetic change) 2007-07-20 17:06:55 +00:00
decompressor
drivers Add some new findings to the PP header files. * Clean up ata-target.h for PP. * check_registers() seems to work fine on PP5002. 2007-08-01 10:43:45 +00:00
export Removed special X5 backlight handling, and replaced it with a generic system that makes the backlight light up on shutdown and not time out unless it's completely disabled in the current player state. 2007-08-12 11:18:52 +00:00
include Ooops 2007-07-21 14:21:45 +00:00
target iPod greyscale LCD driver: * Further speedup (timeout check turned out to be unnecessary, as well as setting the LCD control register every time on Mini G2. Put lcd_write_data() in IRAM on PP5002). * Better blacklevel stability on 1st...3rd gen. * lcd_enable() function in preparation for suspend on 1st/2nd gen, and shutdown without a black line remaining. 2007-08-10 08:09:53 +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 Removed special X5 backlight handling, and replaced it with a generic system that makes the backlight light up on shutdown and not time out unless it's completely disabled in the current player state. 2007-08-12 11:18:52 +00:00
bidi.c code police, no functional changes 2007-07-30 22:33:31 +00:00
bitswap.S
boot.lds Fix red bootloader builds. * Fix non-working PP5022 bootloaders. Also define correct IRAM size for PP5022/PP5024 bootloaders. 2007-07-26 21:51:44 +00:00
buffer.c
COPYING
debug.c
descramble.S
eeprom_settings.c
enc_base.c
FILES include the files in firmware/drivers/tuner in the tarballs 2007-07-19 15:14:07 +00:00
font.c Fix yellow 2007-06-30 18:09:46 +00:00
font_cache.c
general.c
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 ignore comments containing iTunes 7 gapless data; should solve issues reported in http://forums.rockbox.org/index.php?topic=12048.0 and http://forums.rockbox.org/index.php?topic=12053.0 2007-08-12 14:13:33 +00:00
kernel.c Add a new timeout API to the kernel. Enable only for e200 right now since it's the only user. Use that as the one-shot delay for SD card inserts. 2007-07-29 04:49:19 +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 Disable 'Disk spindown' and 'Anti skip buffer' settings and some related stuff for flash storage targets as they make no sense 2007-08-01 08:50:44 +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 Temporary fix for FS#7257 and FS#7261 - playback resumes while paused when seeking 2007-07-05 10:19:06 +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 Removed special X5 backlight handling, and replaced it with a generic system that makes the backlight light up on shutdown and not time out unless it's completely disabled in the current player state. 2007-08-12 11:18:52 +00:00
profile.c
README
replaygain.c
rolo.c Revert cosmetic change and staticing of the rolo_restart() function, because it would break rolo for gigabeat if anyone ever implemented it (because ICODE_ATTR is defined to be null for gigabeats). 2007-07-17 14:53:44 +00:00
rom.lds
scroll_engine.c Scroll on main and remote with a single thread. Change the way system messages are defined before running out is an issue (which requires a full update of rockbox on the player). 2007-07-28 08:12:05 +00:00
sound.c working volume control in the sim 2007-07-31 11:41:42 +00:00
SOURCES Firewire detection with reboot into diskmode for all iPods that support it (all but Nano and Video). * Hack for compiling iPod G3 removed. * Code cleanup. 2007-08-01 22:44:02 +00:00
system.c Add divide-by-zero trap for ARM instead of just silently ignoring them. 2007-07-09 13:53:12 +00:00
thread.c Perform writeback before starting thread on another core or stack munging may not be coherent. 2007-08-05 12:32:34 +00:00
timer.c Gigabeat: Add timer functionality. Rework tick timer setup to be exactly 100Hz. Metronome should work now but some pcm changes are needed to have faster tocks work correctly (in the works). 2007-07-06 21:36:32 +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 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
usb_serial.c

See docs/README