.. |
common
|
FS#7353 - mktime() is only used by targets that have an RTC
|
2007-07-14 12:34:52 +00:00 |
decompressor
|
Removed executable flag
|
2007-01-09 23:29:07 +00:00 |
drivers
|
Hrm. Commit the other needed change too. :)
|
2007-07-15 01:16:15 +00:00 |
export
|
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 |
include
|
FS#7353 - mktime() is only used by targets that have an RTC
|
2007-07-14 12:34:52 +00:00 |
target
|
Gigabeat: Add the funky foreground color support for transparent bitmaps.
|
2007-07-15 01:06:04 +00:00 |
test
|
Removed second test
|
2007-01-09 23:38:42 +00:00 |
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
|
Fix settings not saving to disk correctly, (fixes FS#6408)
|
2006-12-06 12:11:57 +00:00 |
backlight.c
|
Remove some unneeded buttonlight code
|
2007-05-14 04:52:36 +00:00 |
bidi.c
|
Fix freeze/crash problems when scrolling very long strings (like filenames or tags).
|
2006-12-17 15:40:13 +00:00 |
bitswap.S
|
|
|
boot.lds
|
Added new iAudio M5 target, including some adjustments to make the bootloader compile (with a small change against the committed tools/tonfigure, and it won't actually work yet).
|
2007-03-04 14:09:21 +00:00 |
buffer.c
|
New scheduler, with priorities for swcodec platforms. Frequent task
|
2006-09-16 16:18:11 +00:00 |
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 audio drivers together into a subdir
|
2007-04-19 10:46:50 +00:00 |
font.c
|
Fix yellow
|
2007-06-30 18:09:46 +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
|
added missing extra null terminator to indicate end of WMA extension
|
2007-07-11 14:17:42 +00:00 |
kernel.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 |
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
|
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
|
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
|
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
|
More battery updates, this time for gigabeat. FS #7433 from Johnathon Mihalop
|
2007-07-14 15:24:01 +00:00 |
profile.c
|
Fix bug in profiling that makes the timing for coldfire off by a factor of 2, and way off for pp.
|
2006-08-29 18:35:18 +00:00 |
README
|
|
|
replaygain.c
|
Remove unneeded zero checks from convert_gain() and get_replaygain_int(). These functions return correct results without them.
|
2007-02-23 12:22:17 +00:00 |
rolo.c
|
Improved CPU clock setup for PP502x. PP5020 and PP5022 are not register compatible here, so define the PP5022 targets properly, and introduce a CPU_PP502x macro for easier family check. Improves stability on PP5020 (less freezing, tested with Mini G1) and reduces clock change penalty (500us on PP5020; uses the relock bit on PP5022).
|
2007-07-02 05:16:40 +00:00 |
rom.lds
|
Fixed the rombox generation for SH1.
|
2007-01-08 19:19:23 +00:00 |
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
|
Fix all the red this time?
|
2007-07-14 13:41:59 +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
|
Apply FS#7183. Also change to use documented ways to avoid inlining of functions.
|
2007-06-05 19:10:54 +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
|
|
|