rockbox/firmware
Barry Wardell 74b9ec0bbe FS#6860 - Battery calibration for Sansa. Thanks to Matthias Wientapper.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12898 a1c6a512-1295-4272-9138-f99709370657
2007-03-23 10:59:01 +00:00
..
common Oops. Should've used the unsigned local variables. 2007-03-20 13:45:38 +00:00
decompressor Removed executable flag 2007-01-09 23:29:07 +00:00
drivers Archos player: Introduce lcd_write_command_e (only one data byte) in the lcd driver, for cleaner C code. 2007-03-18 17:58:49 +00:00
export FS#6860 - Battery calibration for Sansa. Thanks to Matthias Wientapper. 2007-03-23 10:59:01 +00:00
include SWCODEC: Get rid of extra swap buffer and get back 512K of RAM or 100K if the players RAM is <= 1MB. Make any needed changes to things to stabilize and facilitate this including removing flattening out initialization. Comment some things heavily. Fix a few logfs I didn't want to see the compiler complaining about. 2007-03-19 22:04:17 +00:00
target Fix blitting on Sansa so Mpegplayer works again 2007-03-21 13:25:30 +00:00
test Removed second test 2007-01-09 23:38:42 +00:00
app.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
arabjoin.c move some code from .h files to .c files and polish unicode.c a bit 2005-12-06 15:04:48 +00:00
arabjoin.h arabjoin.h was emptied by accident 2005-12-06 15:15:54 +00:00
ata_idle_notify.c Fix settings not saving to disk correctly, (fixes FS#6408) 2006-12-06 12:11:57 +00:00
backlight.c Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - iPod G3 will be coming soon.) This allows threads to be run on either core provided that all communications between the cores is done using uncached memory. There should be no significant change in battery life from doing this. Documentation (on the RockboxKernel wiki page) will follow shortly. 2007-03-04 20:06:41 +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 Fixed two more than 3 years old bugs in RoLo: (1) Read start address from image instead of using hard coded loadaddress+0x200. (2) Set desired stack pointer. The stack pointer used to remain wherever it was when invoking RoLo... 2005-11-28 22:42:38 +00:00
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 Sorted and updated FILES for both apps and firmware, included features.txt preparing for the lang v2 cleanup, should fix FS# 6805 unless Lear's previous committ got it 2007-03-12 21:31:06 +00:00
font.c Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ignored on target and mixed into 'oflags' in the simulator. * Simplified io.c a bit by defining a dummy O_BINARY for OSes which don't have that. 2007-02-01 23:08:15 +00:00
font_cache.c Font cache now uses memmove(). 2006-02-06 17:24:47 +00:00
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 Add support for loadable vkeyboard layouts 2006-03-29 16:21:42 +00:00
hwcompat.c Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately. 2006-11-10 20:26:01 +00:00
id3.c Fix simulator builds, and some debugf() format strings. 2007-03-17 09:54:28 +00:00
kernel.c In reponse to a report of a blocking violation, give sync queues a going over and catch any old, obscure leftover issues. A couple spots needed interrupt stopage where there could be confict if an IRQ post wakes a waiting thread because the queue is overflowing. There does appear to be an issue with wakeup_thread, interrupts and running list modification in general. 2007-03-23 01:00:13 +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 waiting is over: initial unicode commit 2005-12-06 13:27:15 +00:00
Makefile Prevent sysfont.h being regenerated during every build. 2007-01-18 00:46:52 +00:00
mp3_playback.c Guess there were more changes to it.:) Odd that mine built until a make clean. 2007-03-09 12:51:25 +00:00
mp3data.c Fix simulator builds, and some debugf() format strings. 2007-03-17 09:54:28 +00:00
mpeg.c Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - iPod G3 will be coming soon.) This allows threads to be run on either core provided that all communications between the cores is done using uncached memory. There should be no significant change in battery life from doing this. Documentation (on the RockboxKernel wiki page) will follow shortly. 2007-03-04 20:06:41 +00:00
panic.c Do the CONFIG_LED define 2007-02-18 05:07:19 +00:00
pcm_playback.c Audio Init: Just can't stand that heirarchy. Add one level of abstraction. Might come in handy anyhow. Use sound.h instead of the conditional includes for audio hardware headers. If someone doesn't like that, yell at my evil twin. :) 2007-03-11 06:21:43 +00:00
pcm_record.c More logf fixes. speex.c wants to format 64bit args so I didn't change that one nor add any formatting for that. 2007-03-20 13:53:23 +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 FS#6860 - Battery calibration for Sansa. Thanks to Matthias Wientapper. 2007-03-23 10:59: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 Fix RoLo on PortalPlayer targets 2007-03-04 23:53:38 +00:00
rom.lds Fixed the rombox generation for SH1. 2007-01-08 19:19:23 +00:00
sound.c Enable balance control on Sansa 2007-03-11 21:57:46 +00:00
SOURCES Enable usb detection in the sansa bootloader (loads OF if detected) 2007-03-22 12:45:19 +00:00
system.c Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - iPod G3 will be coming soon.) This allows threads to be run on either core provided that all communications between the cores is done using uncached memory. There should be no significant change in battery life from doing this. Documentation (on the RockboxKernel wiki page) will follow shortly. 2007-03-04 20:06:41 +00:00
thread.c Put an end to priority inversion in the ata driver. Gave up trying to have fully atomic dual use mutexes so just replaced the ata driver locking with spins. Maybe I'll have better luck later. Things should run smoothly with database updates and such happening in the background. 2007-03-09 08:03:18 +00:00
timer.c Change if CONFIG_CPU==PP50XX to ifdef CPU_PP where appropriate 2006-11-22 00:41:30 +00:00
tuner_philips.c FM Radio mishmash: Make a quieter screen for the SWCODEC targets esp. for the benefit of x5; I wasn't sure if it was good to alter timeouts for HW codec. Simplify things and prepare for eventual scanning and tuning changes (which should help quiet x5 down even more). Make things behave themselves better in general. Enable SWCODEC FM Recording menu and screen for sim as a bonus. 2007-03-16 14:40:40 +00:00
tuner_samsung.c FM Radio mishmash: Make a quieter screen for the SWCODEC targets esp. for the benefit of x5; I wasn't sure if it was good to alter timeouts for HW codec. Simplify things and prepare for eventual scanning and tuning changes (which should help quiet x5 down even more). Make things behave themselves better in general. Enable SWCODEC FM Recording menu and screen for sim as a bonus. 2007-03-16 14:40:40 +00:00
usb.c Rename some macros to account for the recently added M5 port. No code changes. 2007-03-16 23:02:39 +00:00
usb_serial.c Changed endpoint 0 max packet size to 64 in order to make the driver 2006-02-12 23:18:36 +00:00

See docs/README