rockbox/firmware
Frank Gevaerts 326d0ab8c3 make usb_serial work again. Also know as "make sure arrays are allocated at their correct size"
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16615 a1c6a512-1295-4272-9138-f99709370657
2008-03-10 20:28:59 +00:00
..
common enable partition probing for superfloppy targets; hanging was caused by out-of-bounds sector access 2008-03-09 01:56:38 +00:00
decompressor
drivers First step towards the iAudio M3 port: Make the 2bit vertically interleaved LCD driver code usable for main or remote. The M3 remote will be treated as the main LCD. 2008-03-09 23:52:59 +00:00
export Add M3 config file. 2008-03-10 00:56:50 +00:00
include Always check for deleted files, no matter how slow it might be when DB autoupdate is enabled. Also simplified code a bit. Fixed a crash when search is performaed and dircache has been vanished and DB is still exists ram. 2008-01-13 19:13:37 +00:00
target Sansa SD card driver: Simplify hotswap handling, and make it send the insert/remove events while filesystem access is blocked. Also use atomic GPIO bit manipulation where possible, and protect the interrupt level manipulation in the ISR from interrupts arriving at the same time. 2008-03-09 14:49:10 +00:00
test
usbstack make usb_serial work again. Also know as "make sure arrays are allocated at their correct size" 2008-03-10 20:28:59 +00:00
app.lds Gigabeat S: Interrupt enabled bootloader. Miscellaneous integration changes. 2008-02-08 02:20:05 +00:00
arabjoin.c
arabjoin.h
ata_idle_notify.c
backlight.c Increase backlight priority to the same level as UI so that there is no longer a long delay when activating it during heavy CPU load. 2008-03-07 00:51:36 +00:00
bidi.c
boot.lds Gigabeat S: Interrupt enabled bootloader. Miscellaneous integration changes. 2008-02-08 02:20:05 +00:00
buffer.c
COPYING iRiver scramble and descramble code from Dave Cooper 2005-01-24 09:01:48 +00:00
debug.c
eeprom_settings.c
enc_base.c
FILES Initial Cowon D2 commit: 2008-01-14 22:04:48 +00:00
font.c
font_cache.c
general.c mpegplayer: Make playback engine fully seekable and frame-accurate and split into logical parts. Be sure to have all current features work. Actual UI for seeking will be added soon. Recommended GOP size is about 15-30 frames depending on target or seeking can be slow with really long GOPs (nature of MPEG video). More refined encoding recommendations for a particular player should be posted soon. 2007-12-29 19:46:35 +00:00
hangul.c
hotswap.c
id3.c Revert accidental tree commit. Sorry for that. 2008-03-08 23:50:55 +00:00
ifp_usb_serial.c move the ifp7xx usb serial driver files to more specific names, to make the "usb_serial" name available for more general usb class driver use 2008-03-02 18:16:24 +00:00
kernel.c Gigabeat S: Interrupt enabled bootloader. Miscellaneous integration changes. 2008-02-08 02:20:05 +00:00
logf.c implement logf over usb-serial. Needs USB_SERIAL defined in usb_core.h to work, and needs to be enabled in the debug menu. 2008-03-02 20:45:33 +00:00
lru.c
Makefile
mp3_playback.c
mp3data.c
mpeg.c
panic.c
pcm.c
pcm_record.c Move encoder CPU boost control to the core. Allow CPU to sleep a bit when PCM buffer is empty and save some power. Codec API becomes incompatible so full updates! :) 2007-11-30 05:16:56 +00:00
pcm_sampr.c
powermgmt.c Delay reading the first battery level for at least 1 tick. Seems to fix the low battery shutdown problem on 3g. Reenable the low battery shutdown on 3g. 2007-11-30 10:55:09 +00:00
profile.c
README
replaygain.c
rolo.c Work in progress fixes to the remote button handling. Now the remote can be unplugged and then plugged in and it will work. 2007-11-15 06:44:35 +00:00
rom.lds
scroll_engine.c Add viewport capabilities to all the LCD drivers, and adapt scrolling code. This is the firmware/ part of FS#8385 - the changes to the WPS code still need more work and will be committed at a later date. NOTE: There are no user-visible changes with this commit - just the infrastructure. 2008-01-07 20:34:11 +00:00
sound.c mrobe 100: (1) fix the sound volume by properly enabling headphone output, (2) disable line-out since there's no connector. 2008-02-06 05:15:06 +00:00
SOURCES Move some sh specific assembler files into the target tree 2008-03-04 16:02:19 +00:00
system.c Gigabeat S: Interrupt enabled bootloader. Miscellaneous integration changes. 2008-02-08 02:20:05 +00:00
thread.c Fix the PP5002 crash bug affecting iPod 1st, 2nd and 3rd Gen. Yet another of those PP5002 quirks... 2008-03-07 23:44:46 +00:00
timer.c
tuner.c
usb.c reorganise the usb stack to provide a clean separation between core and class drivers 2008-03-06 21:25:09 +00:00

See docs/README