rockbox/firmware
Christian Gmeiner 112656b7a6 simplify this #if statement too
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17542 a1c6a512-1295-4272-9138-f99709370657
2008-05-16 20:26:20 +00:00
..
common Check for a supported partition type before trying to mount a partition. This will reduce the risk of irregular mounts, e.g. due to stray FAT boot sectors when probing the logical sector size on iPod Video. 2008-05-15 22:23:14 +00:00
decompressor
drivers MC13783 (Gigabeat S PMIC): Complete the header file. Distinguish status, sense and mask bit defines to avoid conflicts within the definitions. Much care taken but give a double check before making new use of anything. 2008-05-16 06:21:11 +00:00
export simplify this #if statement too 2008-05-16 20:26:20 +00:00
include Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
target Cleanup some .h files in the imx31 target branch - #include guard style, headers, obsolete prototypes, etc. 2008-05-16 18:40:28 +00:00
test
usbstack Preparing for the Philips SA9200 part 2. Since the SA9200 doesn't have a microsd card (no hotswap), use HAVE_ATA_SD for the Sansa flash driver so we don't rely on HAVE_HOTSWAP in some places. 2008-05-13 02:50:31 +00:00
arabjoin.c
arabjoin.h
ata_idle_notify.c
backlight.c Oops. Left a couple things in a bad state when using fading. 2008-05-14 21:29:43 +00:00
bidi.c Made source files #include the header file that they implement to make sure they are in sync. Made some local functions static. 2008-05-03 08:35:14 +00:00
buffer.c
COPYING
debug.c Made source files #include the header file that they implement to make sure they are in sync. Made some local functions static. 2008-05-03 08:35:14 +00:00
eeprom_settings.c
enc_base.c
events.c Updated panicf in remove_event. Also fixed some comments. 2008-04-27 19:34:41 +00:00
font.c
font_cache.c
general.c
hangul.c
hotswap.c
id3.c Moved atoi declaration to stdlib.h. Deleted atoi.h 2008-04-28 16:18:04 +00:00
ifp_usb_serial.c
kernel.c 1) Use a separate config-<target>.h for Zen Vision(:M) (60GB) 2008-05-14 18:55:19 +00:00
logf.c
lru.c
Makefile
mp3_playback.c
mp3data.c Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
mpeg.c Fix red (missing header file) 2008-04-27 20:09:45 +00:00
panic.c 1) Use a separate config-<target>.h for Zen Vision(:M) (60GB) 2008-05-14 18:55:19 +00:00
pcm.c
pcm_record.c
pcm_sampr.c
powermgmt.c
profile.c Moved private types and constants from profile.h to profile.c 2008-04-28 18:41:13 +00:00
README
replaygain.c Made source files #include the header file that they implement to make sure they are in sync. Made some local functions static. 2008-05-03 08:35:14 +00:00
rolo.c Gigabeat S RoLo: Properly execute firmware copy from an IRAM stub because the currently running image was being overwritten in place. Minor tweak to rolo.c based on imx31 errata sheet about not masking FIQ without masking IRQ which is fine to use on all ARM anyway. 2008-05-08 12:09:14 +00:00
rom.lds Make sure the linker considers crt0*.o before all files specified on the command line by using STARTUP() instead of INPUT() in the .lds. Using INPUT() makes the linker process crt0*.o after all files specified on the command line, making linking fail if there are librockbox.a members which are only referenced by crt0*.o. Remove the hackaround that was needed for building the gigabeat S bootloader before (aka UIE() problem). 2008-04-29 06:19:32 +00:00
scroll_engine.c
sound.c fix FS#8992 - hope all sound bass/treble problems are gone now 2008-05-16 20:06:50 +00:00
SOURCES 1) Use a separate config-<target>.h for Zen Vision(:M) (60GB) 2008-05-14 18:55:19 +00:00
system.c Make sure the linker considers crt0*.o before all files specified on the command line by using STARTUP() instead of INPUT() in the .lds. Using INPUT() makes the linker process crt0*.o after all files specified on the command line, making linking fail if there are librockbox.a members which are only referenced by crt0*.o. Remove the hackaround that was needed for building the gigabeat S bootloader before (aka UIE() problem). 2008-04-29 06:19:32 +00:00
thread.c Disable the ata locking hack since a recent test strongly suggests it has been resolved as of r17426. Leave the code for now just in case. 2008-05-11 20:56:27 +00:00
timer.c
tuner.c
usb.c 1) Use a separate config-<target>.h for Zen Vision(:M) (60GB) 2008-05-14 18:55:19 +00:00

See docs/README