rockbox/firmware/SOURCES

177 lines
3.0 KiB
Plaintext
Raw Normal View History

common/unicode.c
#ifdef ROCKBOX_HAS_LOGF
logf.c
#endif
backlight.c
buffer.c
common/atoi.c
common/ctype.c
#ifndef SIMULATOR
common/dir.c
common/file.c
#endif
#ifdef HAVE_DIRCACHE
common/dircache.c
#endif
common/disk.c
common/errno.c
common/memcmp.c
common/memchr.c
common/qsort.c
common/random.c
common/sprintf.c
common/strcasecmp.c
common/strcasestr.c
common/strcat.c
common/strchr.c
common/strcmp.c
common/strcpy.c
#if (CONFIG_CPU == SH7034) && !defined(SIMULATOR)
common/strlen_a.S
#else
common/strlen.c
#endif
common/strncmp.c
common/strncpy.c
common/strrchr.c
common/strtok.c
common/timefuncs.c
#if (CONFIG_CPU == SH7034) || defined(CPU_COLDFIRE)
common/memcpy_a.S
common/memset_a.S
#else
common/memcpy.c
common/memset.c
#endif
#ifdef HAVE_LCD_CHARCELLS
drivers/lcd-player-charset.c
drivers/lcd-player.c
#endif
#ifdef HAVE_LCD_BITMAP
arabjoin.c
bidi.c
#if LCD_DEPTH == 2
drivers/lcd-h100.c
#elif LCD_DEPTH == 1
drivers/lcd-recorder.c
#elif LCD_DEPTH == 16
drivers/lcd-16bit.c
#endif
#endif
#if CONFIG_LCD==LCD_IPODNANO || CONFIG_LCD==LCD_IPODCOLOR
drivers/lcd-ipod.c
#endif
#if CONFIG_LCD==LCD_IPODVIDEO
drivers/lcd-ipodvideo.c
#endif
#if CONFIG_LCD==LCD_H300
drivers/lcd-h300.c
#endif
drivers/power.c
drivers/led.c
#ifndef SIMULATOR
drivers/adc.c
#ifdef HAVE_MMC
drivers/ata_mmc.c
#else
#ifdef HAVE_FLASH_DISK
drivers/ata_flash.c
#else
drivers/ata.c
#endif
#endif
drivers/button.c
drivers/dac.c
drivers/fat.c
#ifdef CONFIG_TUNER
#if (CONFIG_TUNER & S1A0903X01)
drivers/fmradio.c
tuner_samsung.c
#endif
#if (CONFIG_TUNER & TEA5767)
drivers/fmradio_i2c.c
tuner_philips.c
#endif
#endif
#if CONFIG_I2C == I2C_COLDFIRE
drivers/i2c-coldfire.c
#elif CONFIG_I2C == I2C_PP5020
drivers/i2c-pp5020.c
#elif CONFIG_I2C == I2C_PNX0101
drivers/i2c-pnx0101.c
#else
drivers/i2c.c
#endif
#if CONFIG_CODEC != SWCODEC
drivers/mas.c
#endif
#ifdef IRIVER_H300_SERIES
drivers/pcf50606.c
#endif
#if defined(APPLE_IPODCOLOR) || defined(APPLE_IPODNANO) || defined(APPLE_IPODVIDEO)
drivers/pcf50605.c
#endif
#if (CONFIG_RTC == RTC_M41ST84W) || (CONFIG_RTC == RTC_PCF50606)
drivers/rtc.c
#endif
drivers/serial.c
#endif /* !SIMULATOR */
#ifdef HAVE_LCD_BITMAP
lru.c
font_cache.c
font.c
#endif
id3.c
#ifndef SIMULATOR
#ifdef RB_PROFILE
profile.c
#endif /* RB_PROFILE */
hwcompat.c
kernel.c
rolo.c
thread.c
timer.c
crt0.S
drivers/lcd.S
#endif
mp3_playback.c
mp3data.c
#if CONFIG_CODEC != SWCODEC
mpeg.c
#endif
#if !defined(WIN32) || defined(SDL)
panic.c
debug.c
#endif
powermgmt.c
system.c
usb.c
#if (CONFIG_CPU == SH7034) && !defined(SIMULATOR)
bitswap.S
descramble.S
#endif
#ifdef HAVE_REMOTE_LCD
drivers/lcd-h100-remote.c
#endif
#if defined(HAVE_UDA1380) && !defined(SIMULATOR)
drivers/uda1380.c
#elif defined(HAVE_WM8975) && !defined(SIMULATOR)
drivers/wm8975.c
#elif defined(HAVE_TLV320) && !defined(SIMULATOR)
drivers/tlv320.c
#endif
#if (CONFIG_CODEC == SWCODEC) && !defined(SIMULATOR)
pcm_playback.c
#endif
#if CONFIG_CODEC == SWCODEC
replaygain.c
#endif
#if defined(CPU_COLDFIRE) && !defined(SIMULATOR)
pcm_record.c
#endif
sound.c
#if defined(IRIVER_IFP7XX_SERIES) && defined(STUB)
common/sscanf.c
usb_serial.c
#endif