rockbox/firmware
Amaury Pouly 88f75d096e imx233/fuze+: don't compile {touchpad code,sd} in bootloader mode, fix style in mmc
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30112 a1c6a512-1295-4272-9138-f99709370657
2011-07-02 02:21:06 +00:00
..
common Fixed incorrect dircache reallocation during tagcache commit. 2011-07-01 13:38:20 +00:00
decompressor
drivers Submit final part of FS#12154. Optimization for WM8758 used in iPod Video: Significantly reduce popping noise during startup. Additionally improve crosstalk, THD and noise level. Thanks to Seheon Ryu. 2011-06-20 18:52:31 +00:00
export imx233/fuze+: don't compile {touchpad code,sd} in bootloader mode, fix style in mmc 2011-07-02 02:21:06 +00:00
include Try to handle dircache rebuild event properly. Playlist should now 2011-06-21 17:42:31 +00:00
libc
target imx233/fuze+: don't compile {touchpad code,sd} in bootloader mode, fix style in mmc 2011-07-02 02:21:06 +00:00
test Added dummy autoconf.h for fat test. 2011-02-28 10:51:45 +00:00
usbstack Fix tabs in .c and .h files in firmware/ 2011-05-08 11:37:18 +00:00
arabjoin.c
arabjoin.h
ata_idle_notify.c
backlight-sw-fading.c
backlight.c All kernel objects in code shared amongs targets (core, plugins, codecs) should be declared SHAREDBSS_ATTR as any core could potentially touch them even though they seem only to involve threads on one core. The exception is target code for particular CPUs where proper allocation is fixed. playlist.c was a little odd too-- use one mutex for the current playlist and a separate one for created playlists (still pondering the necessity of more than one). 2011-02-14 11:27:45 +00:00
bidi.c
buffer.c Workaround/fix (I'm not sure!) for buffer_alloc() returning unaligned addresses in case other parts of the code increase audiobuf behind buffer.c's back. 2011-06-21 22:04:17 +00:00
COPYING
debug.c
eeprom_settings.c
enc_base.c
events.c
firmware.make
font.c Anti-Aliased Fonts support. 2011-03-05 18:36:51 +00:00
font_cache.c
general.c
hangul.c
ifp_usb_serial.c
kernel.c Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible. 2011-04-27 03:08:23 +00:00
load_code.c Disable buffering codecs (and code generally) on RaaA. 2011-02-09 20:27:23 +00:00
logf.c
lru.c
panic.c
pcm.c Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitations about playback of voice and other sounds when paused. Channels are independent in state and amplitude. Fade on stop/pause is handled by the channel's volume control rather than global volume which means it now works from anywhere. Opens up the possibility of plugin sounds during music playback by merely adding an additional channel enum. If any PCM drivers were not properly modified, see one of the last comments in the task for a description of the simple change that is expected. Some params are tunable in firmware/export/pcm-mixer.h as well. 2011-06-29 06:37:04 +00:00
pcm_mixer.c Do some adjustments to alleviate IRAM congestion on some targets from r30097. Include removing pointless IRAM declarations in pcmbuf.c because that callback code runs at a fairly relaxed pace. M5 is still the biggest problem. 2011-06-29 09:39:13 +00:00
pcm_sampr.c
powermgmt.c Fix premature idle shutdown on RaaA after last track finished playing 2011-04-16 16:57:35 +00:00
profile.c
README
rolo.c
rom.lds
screendump.c
scroll_engine.c All kernel objects in code shared amongs targets (core, plugins, codecs) should be declared SHAREDBSS_ATTR as any core could potentially touch them even though they seem only to involve threads on one core. The exception is target code for particular CPUs where proper allocation is fixed. playlist.c was a little odd too-- use one mutex for the current playlist and a separate one for created playlists (still pondering the necessity of more than one). 2011-02-14 11:27:45 +00:00
sdmmc.c
sound.c fix red 2011-03-14 23:14:07 +00:00
SOURCES imx233/fuze+: don't compile {touchpad code,sd} in bootloader mode, fix style in mmc 2011-07-02 02:21:06 +00:00
storage.c Change the thread api a bit. 2011-03-05 17:48:06 +00:00
system.c
thread.c Change the thread api a bit. 2011-03-05 17:48:06 +00:00
timer.c
tuner.c
usb.c The gigabeat S needs special casing so that you can still hold vol down to access its firmware partition. Additionally, the same logic should apply to firewire on the iPods. 2011-05-16 21:10:31 +00:00

See docs/README