2005-12-06 13:27:15 +00:00
|
|
|
common/unicode.c
|
2005-05-30 13:43:15 +00:00
|
|
|
#ifdef ROCKBOX_HAS_LOGF
|
2005-05-30 13:00:43 +00:00
|
|
|
logf.c
|
2005-05-30 13:43:15 +00:00
|
|
|
#endif
|
2004-10-04 13:03:33 +00:00
|
|
|
backlight.c
|
|
|
|
buffer.c
|
|
|
|
common/atoi.c
|
2006-04-18 18:56:56 +00:00
|
|
|
common/crc32.c
|
2004-10-04 13:03:33 +00:00
|
|
|
common/ctype.c
|
2005-02-18 13:47:17 +00:00
|
|
|
#ifndef SIMULATOR
|
2004-10-04 13:03:33 +00:00
|
|
|
common/dir.c
|
2005-02-18 13:47:17 +00:00
|
|
|
common/file.c
|
|
|
|
#endif
|
2005-10-08 18:41:11 +00:00
|
|
|
#ifdef HAVE_DIRCACHE
|
2005-10-07 17:38:05 +00:00
|
|
|
common/dircache.c
|
2005-10-08 18:41:11 +00:00
|
|
|
#endif
|
2004-10-04 13:03:33 +00:00
|
|
|
common/disk.c
|
2006-02-28 23:56:44 +00:00
|
|
|
#if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__)
|
2004-10-04 13:03:33 +00:00
|
|
|
common/errno.c
|
2006-02-28 23:56:44 +00:00
|
|
|
#endif
|
2004-10-04 13:03:33 +00:00
|
|
|
common/memcmp.c
|
2005-07-05 08:43:36 +00:00
|
|
|
common/memchr.c
|
2004-10-04 13:03:33 +00:00
|
|
|
common/qsort.c
|
|
|
|
common/random.c
|
|
|
|
common/sprintf.c
|
|
|
|
common/strcasecmp.c
|
2005-01-27 22:21:08 +00:00
|
|
|
common/strcasestr.c
|
2004-10-04 13:03:33 +00:00
|
|
|
common/strcat.c
|
|
|
|
common/strchr.c
|
|
|
|
common/strcmp.c
|
|
|
|
common/strcpy.c
|
2005-02-18 13:47:17 +00:00
|
|
|
#if (CONFIG_CPU == SH7034) && !defined(SIMULATOR)
|
2006-07-25 11:16:03 +00:00
|
|
|
target/sh/strlen-sh.S
|
2005-01-22 13:18:33 +00:00
|
|
|
#else
|
2004-10-04 13:03:33 +00:00
|
|
|
common/strlen.c
|
2005-01-22 13:18:33 +00:00
|
|
|
#endif
|
2004-10-04 13:03:33 +00:00
|
|
|
common/strncmp.c
|
|
|
|
common/strncpy.c
|
|
|
|
common/strrchr.c
|
|
|
|
common/strtok.c
|
|
|
|
common/timefuncs.c
|
2006-07-25 11:16:03 +00:00
|
|
|
|
|
|
|
#ifdef CPU_COLDFIRE
|
|
|
|
target/coldfire/memcpy-coldfire.S
|
|
|
|
target/coldfire/memmove-coldfire.S
|
|
|
|
target/coldfire/memset-coldfire.S
|
|
|
|
target/coldfire/memset16-coldfire.S
|
|
|
|
#elif (CONFIG_CPU == SH7034)
|
|
|
|
target/sh/memcpy-sh.S
|
|
|
|
target/sh/memmove-sh.S
|
|
|
|
target/sh/memset-sh.S
|
2006-02-22 18:52:08 +00:00
|
|
|
#elif defined(CPU_ARM)
|
|
|
|
common/memcpy.c
|
|
|
|
common/memmove.c
|
2006-07-25 11:16:03 +00:00
|
|
|
target/arm/memset-arm.S
|
2006-07-25 11:37:25 +00:00
|
|
|
common/memset16.c
|
2005-01-21 22:43:02 +00:00
|
|
|
#else
|
|
|
|
common/memcpy.c
|
2006-02-06 16:00:58 +00:00
|
|
|
common/memmove.c
|
2005-01-21 22:43:02 +00:00
|
|
|
common/memset.c
|
2006-02-22 01:20:45 +00:00
|
|
|
common/memset16.c
|
|
|
|
#endif
|
2005-02-18 13:47:17 +00:00
|
|
|
#ifdef HAVE_LCD_CHARCELLS
|
|
|
|
drivers/lcd-player-charset.c
|
|
|
|
drivers/lcd-player.c
|
|
|
|
#endif
|
|
|
|
#ifdef HAVE_LCD_BITMAP
|
2005-12-06 15:04:48 +00:00
|
|
|
arabjoin.c
|
2005-08-08 19:23:28 +00:00
|
|
|
bidi.c
|
2006-03-29 16:21:42 +00:00
|
|
|
hangul.c
|
2006-02-05 17:34:49 +00:00
|
|
|
#if LCD_DEPTH == 1
|
2005-02-18 13:47:17 +00:00
|
|
|
drivers/lcd-recorder.c
|
2006-02-05 17:34:49 +00:00
|
|
|
#elif LCD_DEPTH == 2
|
2006-02-09 00:48:53 +00:00
|
|
|
#if (LCD_PIXELFORMAT == HORIZONTAL_PACKING)
|
|
|
|
drivers/lcd-2bit-horz.c
|
|
|
|
#else
|
2006-02-05 17:34:49 +00:00
|
|
|
drivers/lcd-h100.c
|
2006-02-09 00:48:53 +00:00
|
|
|
#endif
|
2005-11-07 23:07:19 +00:00
|
|
|
#elif LCD_DEPTH == 16
|
|
|
|
drivers/lcd-16bit.c
|
2005-02-18 13:47:17 +00:00
|
|
|
#endif
|
|
|
|
#endif
|
2006-07-28 07:35:45 +00:00
|
|
|
#ifdef HAVE_REMOTE_LCD
|
|
|
|
#if LCD_REMOTE_DEPTH == 1
|
|
|
|
drivers/lcd-h100-remote.c
|
|
|
|
#elif LCD_REMOTE_DEPTH == 2
|
|
|
|
drivers/lcd-remote-2bit-vi.c
|
|
|
|
#endif
|
|
|
|
#endif
|
2006-08-07 01:46:42 +00:00
|
|
|
#if CONFIG_LCD==LCD_IPODNANO || CONFIG_LCD==LCD_IPODCOLOR \
|
|
|
|
|| CONFIG_LCD == LCD_IPOD2BPP || CONFIG_LCD == LCD_IPODMINI
|
2005-11-10 01:08:09 +00:00
|
|
|
drivers/lcd-ipod.c
|
|
|
|
#endif
|
2005-12-18 13:04:00 +00:00
|
|
|
#if CONFIG_LCD==LCD_IPODVIDEO
|
|
|
|
drivers/lcd-ipodvideo.c
|
|
|
|
#endif
|
2005-11-14 20:47:31 +00:00
|
|
|
#if CONFIG_LCD==LCD_H300
|
|
|
|
drivers/lcd-h300.c
|
|
|
|
#endif
|
2006-08-01 22:28:14 +00:00
|
|
|
#ifndef TARGET_TREE
|
2005-02-18 13:47:17 +00:00
|
|
|
drivers/power.c
|
2006-02-23 15:26:43 +00:00
|
|
|
#endif
|
2005-02-18 13:47:17 +00:00
|
|
|
drivers/led.c
|
|
|
|
#ifndef SIMULATOR
|
2006-08-01 22:28:14 +00:00
|
|
|
#ifndef TARGET_TREE
|
2004-10-04 13:03:33 +00:00
|
|
|
drivers/adc.c
|
2006-02-23 16:45:53 +00:00
|
|
|
#endif
|
2004-10-05 07:58:54 +00:00
|
|
|
#ifdef HAVE_MMC
|
2004-10-04 13:03:33 +00:00
|
|
|
drivers/ata_mmc.c
|
2004-10-05 08:11:11 +00:00
|
|
|
#else
|
2006-01-12 00:35:50 +00:00
|
|
|
#ifdef HAVE_FLASH_DISK
|
|
|
|
drivers/ata_flash.c
|
|
|
|
#else
|
2006-08-01 22:28:14 +00:00
|
|
|
#ifndef SANSA_E200
|
2004-10-05 08:11:11 +00:00
|
|
|
drivers/ata.c
|
2004-10-05 07:58:54 +00:00
|
|
|
#endif
|
2006-01-12 00:35:50 +00:00
|
|
|
#endif
|
2006-08-01 22:28:14 +00:00
|
|
|
#endif
|
2004-10-04 13:03:33 +00:00
|
|
|
drivers/button.c
|
|
|
|
drivers/dac.c
|
|
|
|
drivers/fat.c
|
2004-10-05 07:58:54 +00:00
|
|
|
#ifdef CONFIG_TUNER
|
2004-10-15 21:41:46 +00:00
|
|
|
#if (CONFIG_TUNER & S1A0903X01)
|
2004-10-04 13:03:33 +00:00
|
|
|
drivers/fmradio.c
|
2004-10-15 21:41:46 +00:00
|
|
|
tuner_samsung.c
|
|
|
|
#endif
|
|
|
|
#if (CONFIG_TUNER & TEA5767)
|
|
|
|
drivers/fmradio_i2c.c
|
|
|
|
tuner_philips.c
|
|
|
|
#endif
|
2004-10-05 07:58:54 +00:00
|
|
|
#endif
|
2005-07-31 17:31:33 +00:00
|
|
|
#if CONFIG_I2C == I2C_COLDFIRE
|
|
|
|
drivers/i2c-coldfire.c
|
2005-11-07 23:07:19 +00:00
|
|
|
#elif CONFIG_I2C == I2C_PP5020
|
|
|
|
drivers/i2c-pp5020.c
|
2006-02-05 17:34:49 +00:00
|
|
|
#elif CONFIG_I2C == I2C_PP5002
|
|
|
|
drivers/i2c-pp5002.c
|
2006-01-12 00:35:50 +00:00
|
|
|
#elif CONFIG_I2C == I2C_PNX0101
|
|
|
|
drivers/i2c-pnx0101.c
|
2005-03-18 11:39:28 +00:00
|
|
|
#else
|
2004-10-04 13:03:33 +00:00
|
|
|
drivers/i2c.c
|
2005-03-18 11:39:28 +00:00
|
|
|
#endif
|
2005-08-29 21:15:27 +00:00
|
|
|
#if CONFIG_CODEC != SWCODEC
|
2004-10-04 13:03:33 +00:00
|
|
|
drivers/mas.c
|
2005-01-27 19:17:47 +00:00
|
|
|
#endif
|
2005-11-15 23:37:21 +00:00
|
|
|
#ifdef IRIVER_H300_SERIES
|
|
|
|
drivers/pcf50606.c
|
|
|
|
#endif
|
2006-08-05 20:19:10 +00:00
|
|
|
#ifdef HAVE_EEPROM
|
|
|
|
drivers/eeprom_24cxx.c
|
|
|
|
eeprom_settings.c
|
|
|
|
#endif
|
2006-02-10 14:45:13 +00:00
|
|
|
#ifdef IPOD_ARCH
|
2005-12-11 10:52:17 +00:00
|
|
|
drivers/pcf50605.c
|
|
|
|
#endif
|
2006-03-05 18:06:06 +00:00
|
|
|
#if (CONFIG_RTC == RTC_M41ST84W) || (CONFIG_RTC == RTC_PCF50606) || (CONFIG_RTC == RTC_PCF50605)
|
2004-10-04 13:03:33 +00:00
|
|
|
drivers/rtc.c
|
2004-10-05 07:58:54 +00:00
|
|
|
#endif
|
2004-10-04 13:03:33 +00:00
|
|
|
drivers/serial.c
|
2005-02-18 13:47:17 +00:00
|
|
|
#endif /* !SIMULATOR */
|
2004-10-05 07:58:54 +00:00
|
|
|
#ifdef HAVE_LCD_BITMAP
|
2005-12-06 13:27:15 +00:00
|
|
|
lru.c
|
|
|
|
font_cache.c
|
2004-10-04 13:03:33 +00:00
|
|
|
font.c
|
2004-10-05 07:58:54 +00:00
|
|
|
#endif
|
2004-10-04 13:03:33 +00:00
|
|
|
id3.c
|
2005-02-18 13:47:17 +00:00
|
|
|
#ifndef SIMULATOR
|
2006-01-18 20:54:13 +00:00
|
|
|
#ifdef RB_PROFILE
|
|
|
|
profile.c
|
|
|
|
#endif /* RB_PROFILE */
|
2005-02-18 14:21:40 +00:00
|
|
|
hwcompat.c
|
2004-10-04 13:03:33 +00:00
|
|
|
kernel.c
|
2005-02-18 13:47:17 +00:00
|
|
|
rolo.c
|
|
|
|
thread.c
|
2005-07-26 20:01:11 +00:00
|
|
|
timer.c
|
2005-02-18 13:47:17 +00:00
|
|
|
crt0.S
|
2005-11-14 18:02:40 +00:00
|
|
|
drivers/lcd.S
|
2005-06-21 13:25:18 +00:00
|
|
|
#endif
|
2004-10-04 13:03:33 +00:00
|
|
|
mp3_playback.c
|
|
|
|
mp3data.c
|
2005-08-29 21:15:27 +00:00
|
|
|
#if CONFIG_CODEC != SWCODEC
|
2004-10-04 13:03:33 +00:00
|
|
|
mpeg.c
|
2005-03-08 23:53:55 +00:00
|
|
|
#endif
|
2006-01-25 12:15:25 +00:00
|
|
|
#if !defined(WIN32) || defined(SDL)
|
2004-10-04 13:03:33 +00:00
|
|
|
panic.c
|
2005-02-18 13:47:17 +00:00
|
|
|
debug.c
|
|
|
|
#endif
|
2004-10-04 13:03:33 +00:00
|
|
|
powermgmt.c
|
|
|
|
system.c
|
|
|
|
usb.c
|
2005-11-14 18:02:40 +00:00
|
|
|
#if (CONFIG_CPU == SH7034) && !defined(SIMULATOR)
|
2004-10-04 13:03:33 +00:00
|
|
|
bitswap.S
|
|
|
|
descramble.S
|
2005-01-26 23:37:16 +00:00
|
|
|
#endif
|
2005-06-18 21:45:58 +00:00
|
|
|
#if defined(HAVE_UDA1380) && !defined(SIMULATOR)
|
2005-03-18 11:39:28 +00:00
|
|
|
drivers/uda1380.c
|
2005-12-16 11:00:44 +00:00
|
|
|
#elif defined(HAVE_WM8975) && !defined(SIMULATOR)
|
|
|
|
drivers/wm8975.c
|
2006-02-13 13:48:08 +00:00
|
|
|
#elif defined(HAVE_WM8758) && !defined(SIMULATOR)
|
|
|
|
drivers/wm8758.c
|
2006-03-30 20:18:02 +00:00
|
|
|
#elif (defined(HAVE_WM8731) || defined(HAVE_WM8721)) && !defined(SIMULATOR)
|
2006-02-05 17:34:49 +00:00
|
|
|
drivers/wm8731l.c
|
2005-08-06 10:12:19 +00:00
|
|
|
#elif defined(HAVE_TLV320) && !defined(SIMULATOR)
|
|
|
|
drivers/tlv320.c
|
2005-03-18 11:39:28 +00:00
|
|
|
#endif
|
2005-08-29 21:15:27 +00:00
|
|
|
#if (CONFIG_CODEC == SWCODEC) && !defined(SIMULATOR)
|
2005-06-18 21:45:58 +00:00
|
|
|
pcm_playback.c
|
2005-04-01 13:41:03 +00:00
|
|
|
#endif
|
2005-08-29 21:15:27 +00:00
|
|
|
#if CONFIG_CODEC == SWCODEC
|
2005-07-24 15:32:28 +00:00
|
|
|
replaygain.c
|
|
|
|
#endif
|
2005-08-06 10:12:19 +00:00
|
|
|
#if defined(CPU_COLDFIRE) && !defined(SIMULATOR)
|
2005-06-19 03:05:53 +00:00
|
|
|
pcm_record.c
|
|
|
|
#endif
|
2005-04-01 13:41:03 +00:00
|
|
|
sound.c
|
2006-01-25 01:43:07 +00:00
|
|
|
#if defined(IRIVER_IFP7XX_SERIES) && defined(STUB)
|
|
|
|
common/sscanf.c
|
|
|
|
usb_serial.c
|
|
|
|
#endif
|
2006-06-16 17:34:18 +00:00
|
|
|
#if CONFIG_USBOTG == USBOTG_ISP1362
|
|
|
|
drivers/isp1362.c
|
|
|
|
#endif
|
2006-07-13 07:40:30 +00:00
|
|
|
#if CONFIG_USBOTG == USBOTG_M5636
|
|
|
|
drivers/m5636.c
|
|
|
|
#endif
|
2006-02-23 15:26:43 +00:00
|
|
|
|
2006-08-01 22:28:14 +00:00
|
|
|
#ifdef SANSA_E200
|
2006-08-01 22:42:25 +00:00
|
|
|
target/arm/sandisk/sansa-e200/ata-e200.c
|
|
|
|
target/arm/sandisk/sansa-e200/lcd-e200.c
|
2006-08-01 22:28:14 +00:00
|
|
|
#endif
|
|
|
|
|
2006-02-23 15:26:43 +00:00
|
|
|
#ifdef IAUDIO_X5
|
|
|
|
target/coldfire/iaudio/x5/power-x5.c
|
2006-07-21 09:24:17 +00:00
|
|
|
#ifndef SIMULATOR
|
|
|
|
drivers/generic_i2c.c
|
2006-07-27 13:27:31 +00:00
|
|
|
target/coldfire/iaudio/x5/button-x5.c
|
2006-02-23 15:26:43 +00:00
|
|
|
target/coldfire/iaudio/x5/lcd-x5.c
|
|
|
|
target/coldfire/iaudio/x5/pcf50606-x5.c
|
2006-02-23 16:45:53 +00:00
|
|
|
target/coldfire/iaudio/x5/adc-x5.c
|
2006-03-07 13:19:34 +00:00
|
|
|
target/coldfire/iaudio/x5/ata-x5.c
|
2006-03-18 21:29:17 +00:00
|
|
|
target/coldfire/iaudio/x5/system-x5.c
|
2006-03-22 11:06:45 +00:00
|
|
|
target/coldfire/iaudio/x5/usb-x5.c
|
2006-03-22 14:17:45 +00:00
|
|
|
target/coldfire/iaudio/x5/backlight-x5.c
|
2006-07-13 07:40:30 +00:00
|
|
|
target/coldfire/iaudio/x5/m5636-x5.c
|
2006-07-26 13:38:31 +00:00
|
|
|
target/coldfire/iaudio/x5/lcd-remote-x5.c
|
2006-02-23 15:26:43 +00:00
|
|
|
#endif
|
|
|
|
#endif
|
2006-08-03 20:21:55 +00:00
|
|
|
|
|
|
|
#ifdef IRIVER_H10
|
|
|
|
#ifndef SIMULATOR
|
|
|
|
target/arm/iriver/h10/backlight-h10.c
|
|
|
|
target/arm/iriver/h10/button-h10.c
|
2006-08-11 08:35:27 +00:00
|
|
|
target/arm/ata-pp5020.c
|
2006-08-03 20:21:55 +00:00
|
|
|
target/arm/iriver/h10/power-h10.c
|
|
|
|
target/arm/iriver/h10/usb-h10.c
|
|
|
|
target/arm/iriver/h10/lcd-h10.c
|
|
|
|
#endif
|
|
|
|
#endif
|